summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen4-4/+4
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler1-1/+6
2020-03-12Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802)Vladimir Glavnyy1-6/+3
2020-03-12Replace 'assert' by 'FLATBUFFERS_ASSERT' inside idl_parser.cpp (#5799)Vladimir Glavnyy1-2/+2
2020-03-12[C++] Generate code for vector force_align attribute. (#5796)Myrice2-2/+38
2020-03-08[Rust] Add gen-name-strings for Rust (#5757)Lee Mracek2-1/+20
2020-03-05[C#] add ObjectAPI Serialization Utility (#5785)Wouter van Oortmerssen1-0/+13
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey21-278/+254
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil4-6/+69
2020-02-12Fix memory leak on cpp object api (#5761)xtrm02-6/+12
2020-02-10[C++] Use strong enum type for vectors when scoped-enums is on. (#5750)David P. Sicilia1-4/+13
2020-02-10[C#] support Json Serialization (#5752)mugisoba2-5/+165
2020-01-30[C#] support Object API (#5710)mugisoba1-6/+676
2020-01-27Adds min and max, comments, and all of swift's keywords + fix docs (#5737)mustiikhalil1-19/+108
2020-01-27Use VS 2017 and 2019 on CI, fix cast issue in dart_idl (#5740)Dan Field1-1/+1
2020-01-24Creates a flatbuffers validation function + small fix (#5725)mustiikhalil1-4/+9
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom653-35/+113
2020-01-23[Dart] Fix deprecated field support, inf/nan (#5724)Dan Field1-70/+93
2020-01-20[typescript] Size-prefixed root accessors not taking into account size prefix...Max Burke1-4/+11
2020-01-19[rust] Add use declarations to Rust-generated bindings for imported FB defini...Max Burke1-0/+12
2020-01-16[Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherev...Somo1-33/+24
2020-01-16[C++] Fix for printing of enum in case output_enum_identifiers=1. (#5706)Vladimir Glavnyy1-252/+278
2020-01-13Added create function for swift (#5707)mustiikhalil1-12/+49
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil5-2/+765
2020-01-09Changed direct calls to strtod to use StringToNumberWouter van Oortmerssen2-7/+20
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth2-0/+12
2020-01-06[Java] Replace Table.UTF8_CHARSET with StandardCharsets.UTF_8 (#5696)dreifachstein2-2/+2
2020-01-02[C++17] Add Traits class for Tables and Factory function within it. (#5678)David P. Sicilia1-0/+13
2019-12-31[rust] Make enum names public (#5690)Max Burke1-1/+1
2019-12-30Correct inverted logic around include prefixes. (#5689)Michael Beardsworth1-2/+2
2019-12-26Optimize Pack method using numpy (#5662)lu-wang-g1-35/+54
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+5
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy4-119/+159
2019-12-23Improve import handling for proto conversion (#5673)Michael Beardsworth1-4/+9
2019-12-17Make Rust constants public (#5659)Matt Brubeck1-3/+3
2019-12-17Add namespace qualification to union types (#5666)cryptocode1-2/+4
2019-12-15Bugfix for Rust generation of union fields named with language keywords (#5592)Max Burke1-1/+16
2019-12-05Add --force-empty-vectors option (#5653)cryptocode2-85/+90
2019-12-05Fixed enum min/max values not properly escaped.Wouter van Oortmerssen1-2/+2
2019-12-02Split Bazel targets into multiple packages (#5640)bttk1-0/+73
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g2-63/+960
2019-11-26[GO] Fix support for enums with underscores and Unions with imported members ...Tiago Silva1-1/+1
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy12-103/+83
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan2-3/+46
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey5-125/+97
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey4-1734/+2431
2019-11-11add check for root_type specified for json schema generation (#5622)Dmitry1-0/+1
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey1-1/+2
2019-11-07Improved pull request & clang-format instructions.Wouter van Oortmerssen3-2/+12
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey21-2786/+2638