mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| docker | ||
| FlatBuffers.Benchmarks | ||
| FlatBuffers.Test | ||
| fuzzer | ||
| include_test | ||
| MyGame | ||
| namespace_test | ||
| prototest | ||
| rust_usage_test | ||
| union_vector | ||
| arrays_test.bfbs | ||
| arrays_test.fbs | ||
| arrays_test.golden | ||
| arrays_test.schema.json | ||
| arrays_test_generated.h | ||
| DartTest.sh | ||
| generate_code.bat | ||
| generate_code.sh | ||
| go_test.go | ||
| GoTest.sh | ||
| JavaScriptTest.js | ||
| JavaScriptTest.sh | ||
| JavaScriptUnionVectorTest.js | ||
| JavaTest.bat | ||
| javatest.bin | ||
| JavaTest.java | ||
| JavaTest.sh | ||
| KotlinTest.kt | ||
| KotlinTest.sh | ||
| lobstertest.lobster | ||
| LuaTest.bat | ||
| luatest.lua | ||
| monster_extra.fbs | ||
| monster_extra_generated.h | ||
| monster_test.bfbs | ||
| monster_test.fbs | ||
| monster_test.grpc.fb.cc | ||
| monster_test.grpc.fb.h | ||
| monster_test.schema.json | ||
| monster_test_generated.h | ||
| monster_test_generated.js | ||
| monster_test_generated.lobster | ||
| monster_test_generated.rs | ||
| monster_test_generated.ts | ||
| monster_test_my_game.example2_generated.dart | ||
| monster_test_my_game.example_generated.dart | ||
| monster_test_my_game_generated.dart | ||
| monsterdata_extra.json | ||
| monsterdata_python_wire.mon | ||
| monsterdata_test.golden | ||
| monsterdata_test.json | ||
| monsterdata_test.mon | ||
| phpTest.php | ||
| phpUnionVectorTest.php | ||
| phpUnionVectorTest.sh | ||
| py_test.py | ||
| PythonTest.sh | ||
| RustTest.bat | ||
| RustTest.sh | ||
| test.cpp | ||
| test_assert.cpp | ||
| test_assert.h | ||
| test_builder.cpp | ||
| test_builder.h | ||
| TestAll.sh | ||
| TypeScriptTest.sh | ||
| unicode_test.json | ||