summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Correct calculation of vector element size (#5831)Dmitriy Kovalev1-0/+11
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer10-30/+0
2020-03-23[csharp] flatc should generate a 'Create…' method for tables with struct fi...stefan3012-55/+167
2020-03-16Fix interpretation of 'nan(number)' by the idl_parser (#5810)Vladimir Glavnyy5-64/+149
2020-03-16[Scripts] Adds swift to generated code (#5806)mustiikhalil2-2/+108
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen48-63/+63
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler18-19/+19
2020-03-12Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802)Vladimir Glavnyy3-21/+21
2020-03-08[Rust] Add gen-name-strings for Rust (#5757)Lee Mracek4-2/+58
2020-03-05[C#] add ObjectAPI Serialization Utility (#5785)Wouter van Oortmerssen5-0/+44
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey4-122/+148
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil11-1/+438
2020-02-21[Java][FlexBuffers] Abstract buffer access from ByteBuffer (#5743)Paulo Pinheiro1-0/+19
2020-02-12Fix memory leak on cpp object api (#5761)xtrm08-69/+69
2020-02-11[Python] Fixed issue #5499 (#5764)Joseph Pyott1-0/+1
2020-02-10[C++] Use strong enum type for vectors when scoped-enums is on. (#5750)David P. Sicilia1-9/+9
2020-02-10[C#] support Json Serialization (#5752)mugisoba38-30/+481
2020-01-30[C#] support Object API (#5710)mugisoba30-25/+1696
2020-01-27Adds min and max, comments, and all of swift's keywords + fix docs (#5737)mustiikhalil2-6/+57
2020-01-24Creates a flatbuffers validation function + small fix (#5725)mustiikhalil2-18/+60
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom655-0/+687
2020-01-24[Java][FlexBuffers] Deprecate typed vector strings due to design flaw (#5722)Paulo Pinheiro1-12/+85
2020-01-24[Go] Implements a SharedStrings function (#5733)mustiikhalil1-1/+26
2020-01-24[Swift] Fix padding function overflow when bufSize is 0 (#5721)vkill2-0/+9
2020-01-23[Dart] Fix deprecated field support, inf/nan (#5724)Dan Field8-10/+190
2020-01-20[typescript] Size-prefixed root accessors not taking into account size prefix...Max Burke8-42/+68
2020-01-19[rust] Add use declarations to Rust-generated bindings for imported FB defini...Max Burke10-0/+357
2020-01-16[Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherev...Somo19-55/+55
2020-01-16[C++] Fix for printing of enum in case output_enum_identifiers=1. (#5706)Vladimir Glavnyy1-0/+13
2020-01-16[Swift] Support create long string (#5709)vkill1-0/+2
2020-01-13Added create function for swift (#5707)mustiikhalil3-13/+185
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil17-1/+1702
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth4-0/+177
2020-01-06[Java] Replace Table.UTF8_CHARSET with StandardCharsets.UTF_8 (#5696)dreifachstein2-2/+2
2020-01-02Rust: Temporarily disable 2 endianness unit tests (#5695)Robert Winslow1-4/+6
2020-01-02[C++17] Add Traits class for Tables and Factory function within it. (#5678)David P. Sicilia2-1/+66
2020-01-02Removed code_generators.cpp from library targetsWouter van Oortmerssen1-2/+0
2019-12-31[rust] Make enum names public (#5690)Max Burke3-6/+40
2019-12-26Optimize Pack method using numpy (#5662)lu-wang-g3-61/+103
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh8-0/+69
2019-12-26Fix --incompatible_load_cc_rules_from_bzl (#5683)Austin Schuh1-3/+3
2019-12-24CI: New Docker tests for Python with numpy (#5677)Robert Winslow3-0/+25
2019-12-23Removed test proto output.Wouter van Oortmerssen1-2/+0
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy24-68/+4039
2019-12-23Fix for FlexBuffers FBT_VECTOR_STRING size bit-width.Wouter van Oortmerssen1-0/+63
2019-12-23Improve import handling for proto conversion (#5673)Michael Beardsworth4-0/+186
2019-12-17Make Rust constants public (#5659)Matt Brubeck3-18/+65
2019-12-17Add namespace qualification to union types (#5666)cryptocode1-6/+6
2019-12-13wrap multiple statements in do {} while(!IsConstTrue(true)) (#5655)FujiZ1-1/+1
2019-12-02Split Bazel targets into multiple packages (#5640)bttk1-0/+105