flatbuffers/tests
Joseph Pyott 9fa8245e81 Python: Added support for file_identifiers (#5123)
* 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
2019-07-26 11:06:25 -07:00
..
docker
FlatBuffers.Benchmarks
FlatBuffers.Test Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
fuzzer
include_test
MyGame Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
namespace_test Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
prototest Fix the proto-enum leaking issue (#5286) 2019-04-11 13:52:01 -07:00
rust_usage_test
union_vector Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
arrays_test.bfbs Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test.fbs Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test.golden Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test.schema.json Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
arrays_test_generated.h Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
DartTest.sh
generate_code.bat Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
generate_code.sh Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
go_test.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
GoTest.sh Fix echo not interpret \n in GoTest.sh (#5426) 2019-07-01 11:42:00 -07:00
JavaScriptTest.js [JS/TS] Size prefix support (#5326) 2019-05-16 11:43:31 -07:00
JavaScriptTest.sh
JavaScriptUnionVectorTest.js
JavaTest.bat
javatest.bin
JavaTest.java Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
JavaTest.sh
KotlinTest.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
KotlinTest.sh Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
lobstertest.lobster Lobster: added builder API for tables 2019-05-22 19:42:13 -07:00
LuaTest.bat
luatest.lua
monster_extra.fbs Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
monster_extra_generated.h Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
monster_test.bfbs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test.fbs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test.schema.json Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
monster_test_generated.h [C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404) 2019-06-14 17:47:07 +02:00
monster_test_generated.js Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_generated.lobster Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_generated.rs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_generated.ts Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_my_game.example2_generated.dart
monster_test_my_game.example_generated.dart Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
monster_test_my_game_generated.dart
monsterdata_extra.json Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
monsterdata_python_wire.mon Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
monsterdata_test.golden Support nested_flatbuffer attribute when parsing bfbs schema (#5448) 2019-07-26 09:13:11 -07:00
monsterdata_test.json
monsterdata_test.mon
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_test.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
PythonTest.sh
RustTest.bat
RustTest.sh
test.cpp Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
test_assert.cpp Set default CRTReportMode for the flatc target (#5336) 2019-05-09 10:10:10 -07:00
test_assert.h
test_builder.cpp
test_builder.h
TestAll.sh Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TypeScriptTest.sh
unicode_test.json