summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-11-26[GO] Fix support for enums with underscores and Unions with imported members ...Tiago Silva3-90/+90
2019-11-25Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum cl...Vladimir Glavnyy3-39/+76
2019-11-21Changed null checks in test. Removed verifier pointer usage (#5634)Derek Bailey1-8/+6
2019-11-18Add testing of C++ with sanitizers (CI-Docker) (#5631)Vladimir Glavnyy3-0/+45
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan1-0/+241
2019-11-14Lua cleanup (#5624)Derek Bailey1-16/+8
2019-11-14[C++] Adds basic schema evolution tests (#5611)Derek Bailey9-0/+1255
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey1-1/+0
2019-11-07Change monster_extra generation to use flatbuffers::unique_ptr (#5612)Derek Bailey3-6/+6
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey6-228/+255
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey12-166/+19
2019-11-04Add Lua FlatbufferBuilder Clean() method to enable reuseable builders (#5606)Derek Bailey1-2/+51
2019-11-04[Kotlin] Fix union vector accessor after change in Java API (#5605)Paulo Pinheiro2-4/+4
2019-11-04[Go] Add UnPackTo functions (#5598)Lawrence Chan10-18/+58
2019-10-31[Go] Object API support (#5339)iceboy15-4/+792
2019-10-28Rust: Add idiomatic iterator for Vector type (#5579)Mathias Svensson1-0/+75
2019-10-28C++ verifier for evolved union fields should return true (#5586)Derek Bailey2-4/+4
2019-10-28Add ByteBuffer copy for vector of bytes in Java (#5587)Derek Bailey5-17/+145
2019-10-28Rust: Fix Copy and Clone impls for a few generic types (#5577)Mathias Svensson2-0/+16
2019-10-17Python: Add forceDefaults opt to python Builder (#5564)Bharat Tak1-0/+35
2019-10-17Fixed warnings generated by recent JSON sorting feature.Wouter van Oortmerssen1-0/+0
2019-10-17#5544 Fix of Array of table is not sorted if Create<type>Direct() is used (#5...tira-misu1-8/+8
2019-10-10Fixed JSON parser not sorting vectors of tables/structs with key.Wouter van Oortmerssen2-3/+4
2019-09-30Fix issue #5542 (#5543)Paulo Pinheiro1-0/+12
2019-09-26Update Rust versions under test from 1.30.1 to 1.37.0 (#5538)Robert Winslow2-2/+2
2019-09-25[FlexBuffers][Java] Add override Key::toString (#5533)Paulo Pinheiro1-0/+1
2019-09-25[FlexBuffers][Java] Fix wrong access to a string using Reference::asString()....Paulo Pinheiro1-1/+41
2019-09-23Fix Mutate() methods of Array<scalar/struct> (override 5508) (#5526)Vladimir Glavnyy1-19/+21
2019-09-23Java: Added access object for vector of struct and vector of tables. (#5233)Kulikov Alexey26-10/+269
2019-09-16Fixed Reflection Verifier not handling vectors of unions.Wouter van Oortmerssen1-3/+9
2019-09-16Fixed GenerateText not handling vectors of unions.Wouter van Oortmerssen1-0/+34
2019-09-10Add element size parameter to __vector_as_arraysegment [c#] (#5512)Kevin Fort6-18/+24
2019-09-09Rust: Fixed cargo clippy on non-generated code (#5485)Casper1-6/+9
2019-09-05[Javascript] Fix syntax error for signed enum (#5503)Jaemin Park27-52/+593
2019-09-03[C#] Fix retrieving enumeration vectors as arrays (#5457)Nathan Williams3-4/+21
2019-08-29[FlexBuffers][Java] Implementation of FlexBuffers API (#5476)Paulo Pinheiro2-2/+336
2019-08-26FlexBuffers: allow any values to be shared.Wouter van Oortmerssen1-4/+7
2019-08-23Fix incorrect padding in arrays of structs (Issue #5484) (#5491)svenk17715-54/+220
2019-08-19Fixed missing generated code.Wouter van Oortmerssen2-1/+43
2019-08-19C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483)Wes McKinney5-123/+81
2019-08-05Fix compilation error in tests. (#5472)Max Burke1-1/+1
2019-08-01[C++] remove static_cast expression (#5440)Alexey Geraskin6-1/+319
2019-08-01[C++ ] Correctly serialize bit_flags enums to JSON with output_enum_identifie...ll-antn1-0/+27
2019-08-01Fix for Boolean types (#5379) (#5466)Derek Bailey2-3/+27
2019-07-26Python: Added support for file_identifiers (#5123)Joseph Pyott11-10/+53
2019-07-26Support nested_flatbuffer attribute when parsing bfbs schema (#5448)ll-antn1-0/+3
2019-07-25Added missing Kotlin generated code change.Wouter van Oortmerssen1-70/+102
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro31-5/+2944
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy8-353/+527
2019-07-01Fix echo not interpret \n in GoTest.sh (#5426)Thanabodee Charoenpiriyakij1-1/+3