• Joseph Pyott's avatar
    Python: Added support for file_identifiers (#5123) · 9fa8245e
    Joseph Pyott authored
    * Python: Added support for file_identifiers
    
    * Added tests. Fixed file_identifier code.
    
    * Python: Fixed excessive padding of file_identifier. Repaired tests.
    
    * Python: Made code compatible with python2.7
    
    * Python: Typo fix in @endcond
    
    * whitespace normaalization
    
    * Stylistic change from if(not X is None) to if(X is not None). Added comment to type string.
    
    * Python: Added support for automatic code generation of file_identifiers. Added tests for said code generation.
    
    * converted sprintf to snprintf
    
    * Bugfix, added snprint deffinition for MSVC
    
    * changed snprint deffinition for MSVC to sprint_s
    
    * changed scanf to IntToStringHex. Renamed HasFileIdentifier to GenHasFileIdentifier.
    
    * Added updated genereated code to commit
    
    * Python bugix: flatc no longer produces HasFileIdentfier for shcemas with no file identifier
    
    * Added tests to verify `MonsterBufferHasIdentifier` returns false on no Identifier
    
    * Python: added tests for GetBufferIdentifier and BufferHasIdentifier
    Python: removed unessasary parenethesis in if statements
    Minor format changes.
    
    * Python : correceted instances of keyword arguments being called as positional arguments
    
    * fixed typos and grammer in comments
    
    * Minor style fixes
    
    * Indentation fix
    
    * Equals style changes
    
    * Python: Fixed Alignment Issues. Changed test code to test against atual output
    
    * Ran make(forgot to run make last commit)
    
    * Python: Style changes
    
    * Style changes
    
    * indentation and style
    
    * readded CONTRIBUTING.md
    
    * Formatting tweak
    
    Mostly to make CI run again
    
    * More formatting fixes
    
    * More formatting fixes
    
    * More formatting fixes
    
    * More formatting fixes
    
    * Formatting fix
    
    * More formatting fixes
    
    * Formatting
    
    * ran generate_code.sh
    9fa8245e
Name
Last commit
Last update
.appveyor Loading commit data...
.bazelci Loading commit data...
.github Loading commit data...
.travis Loading commit data...
CMake Loading commit data...
android Loading commit data...
conan Loading commit data...
dart Loading commit data...
docs Loading commit data...
go Loading commit data...
grpc Loading commit data...
include/flatbuffers Loading commit data...
java/com/google/flatbuffers Loading commit data...
js Loading commit data...
lobster Loading commit data...
lua Loading commit data...
net/FlatBuffers Loading commit data...
php Loading commit data...
python Loading commit data...
reflection Loading commit data...
rust/flatbuffers Loading commit data...
samples Loading commit data...
snap Loading commit data...
src Loading commit data...
tests Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
WORKSPACE Loading commit data...
appveyor.yml Loading commit data...
build_defs.bzl Loading commit data...
composer.json Loading commit data...
conanfile.py Loading commit data...
package.json Loading commit data...
pom.xml Loading commit data...
readme.md Loading commit data...