Wrap verify file id condition in Check call (#6085)
[platform/upstream/flatbuffers.git] / src /
2020-08-22 mustiikhalilAdds proper access types for swift object api & flatbuf...
2020-08-18 Wouter van Oortmerssen[Lobster] optional scalars support
2020-08-18 Yoon Kyong Sik[Kotlin] Attach JvmStatic annotation to each method...
2020-08-04 mustiikhalilAdds a serialize helper function to native table (...
2020-08-03 Max Burke[TS] Fix four bugs with imported types in TypeScript...
2020-07-31 Liu Liu[Swift] Append namespace for Swift Grpc implementation...
2020-07-30 Kamil Rojewskiadding fb import when no other imports are present...
2020-07-27 Liu Liu[Swift] RFC: Switch Swift namespace from public enum...
2020-07-25 CasperRust codegen improvements and lint fixes (#6046)
2020-07-25 mustiikhaliladds code gen for optional scalars in swift (#6038)
2020-07-23 CasperOptional Scalars support for Rust (#6034)
2020-07-21 ShengzheAllow to run cpp tests under grpc/tests/ using bazel...
2020-07-20 mustiikhalil[Swift] Optional Scalars Preparation (#6028)
2020-07-16 Dmitrysupport deprecated flag in json schema (#6022)
2020-07-16 CasperFlatc parser support for nullable scalars (#6026)
2020-07-11 Zhaoxuan Jiang[Dart] Generate constant values map for enums (#6025)
2020-07-06 Kamil RojewskiUsing proper symbol name for reexport (#6021)
2020-07-02 Kamil RojewskiUpdated FB import (#6019)
2020-07-02 Kamil RojewskiNot using non-existent create method for obj api (...
2020-06-28 Liu Liu[Swift] FlatBuffers createMonster method doesn't treat...
2020-06-26 Derek BaileyAdd warning to schema parser if field name is not snake...
2020-06-25 Derek BaileyRe-added Evolution Schema Code Generation Command ...
2020-06-25 hanstzou[TS] Use proper TypedArray in create*Vector (#5991)
2020-06-25 mjvankampen[C++] Updates real_path to be truly portable (#5787)
2020-06-23 Jean-François Roy[C++] Generate default member initializers for >= C...
2020-06-23 Paulo Pinheiro[Kotlin] Fix Access to union of vector element (#5994)
2020-06-23 Alex AmesRemoved requirement that enums be declared in ascending...
2020-06-22 Javier SerranoDo not remove the last digit from float values (#5974)
2020-06-16 Liu Liu[idl_parser] Mark typefield as deprecated (#5958)
2020-06-11 volkan-ozdemir[C++] Fixed/Enabled --cpp-ptr-type std::shared_ptr...
2020-06-11 Mika RaentoPropagate boolean default values from proto to fbs...
2020-06-10 Vladimir GlavnyyFix error in SimpleQSort (#5955)
2020-06-08 Malar Kannanfix error on GRPC Python - ignore namespace tree if...
2020-06-08 mustiikhalilRequired is now implemented in swift (#5952)
2020-06-08 Wouter van OortmerssenFixed: Access violation and ASAN/UNSAN failures with...
2020-06-04 mustiikhalilAdds bool support in structs + updates grpc support...
2020-06-04 Kamil Rojewskifixed mutating inline values (#5942)
2020-06-02 bakinovsky-m[C++] Got rid of memset's in constructors (#5938)
2020-06-01 Derek BaileyGeneral Codebase clean up (#5939)
2020-05-21 mugisoba[C#] Add file identifier to ObjectAPI Serialization...
2020-05-18 Kamil Rojewskinot creating creation methods when using structs (...
2020-05-16 Derek Bailey[Dart] Getting tests/DartTest.sh to work on (#5915)
2020-05-14 Vladimir GlavnyySchema parser: prohibit declaration of an array of...
2020-05-13 Dan Fieldfix union type names (#5902)
2020-05-11 Khoi Dinh Trinh[TS] Make Obj-API work with --short-names (#5898)
2020-05-07 Kamil Rojewskifixed invalid imports with --gen-all (#5895)
2020-05-07 mustiikhalil[swift] Moves code to use VTablesStorage (#5888)
2020-05-04 Thomasonly add native_include_files if object based api is...
2020-05-04 Mika RaentoRespect shared attribute in Parser (#5885)
2020-05-04 jrop[Rust] idl_gen_rust.cpp: (Option/required-aware codegen...
2020-04-30 Mika RaentoPropagate use_string_pooling in CopyTable (#5879)
2020-04-27 Kamil RojewskiNot using reexports with --gen-all (#5873)
2020-04-13 mustiikhalil[Swift] Object API support (#5826)
2020-04-09 Khoi Dinh Trinh[TS] Add Obj API (#5788)
2020-04-06 Anass Al[C#] Fix nested structs and arrays in Object API (...
2020-04-06 Max Burke[ts] Fix empty source/dest namespaces when reexporting...
2020-04-02 mustiikhalilImproves performance for the swift library by using...
2020-03-23 Arthur O'DwyerFix Clang-trunk warnings about special members deprecat...
2020-03-23 stefan301[csharp] flatc should generate a 'Create…' method for...
2020-03-16 stefan301[C++] Add max_depth and max_tables parameters to reflec...
2020-03-16 Vladimir GlavnyyFix interpretation of 'nan(number)' by the idl_parser...
2020-03-12 Wouter van Oortmerssenpre-tag version bump for 1.12 v1.12.0
2020-03-12 Marc ButlerEscape characters in jsonschema descriptions (#5644)
2020-03-12 Vladimir GlavnyyRemove `noexcept` qualifier copy-ctor of `union` type...
2020-03-12 Vladimir GlavnyyReplace 'assert' by 'FLATBUFFERS_ASSERT' inside idl_par...
2020-03-12 Myrice[C++] Generate code for vector force_align attribute...
2020-03-09 Lee Mracek[Rust] Add gen-name-strings for Rust (#5757)
2020-03-05 Wouter van Oortmerssen[C#] add ObjectAPI Serialization Utility (#5785)
2020-03-02 Derek BaileyAdded --filename-suffix and --filename-ext to flatc...
2020-02-24 mustiikhalil[Swift] Adds GRPC to Swift (#5758)
2020-02-12 xtrm0Fix memory leak on cpp object api (#5761)
2020-02-11 David P. Sicilia[C++] Use strong enum type for vectors when scoped...
2020-02-11 mugisoba[C#] support Json Serialization (#5752)
2020-01-30 mugisoba[C#] support Object API (#5710)
2020-01-27 mustiikhalilAdds min and max, comments, and all of swift's keywords...
2020-01-27 Dan FieldUse VS 2017 and 2019 on CI, fix cast issue in dart_idl...
2020-01-24 mustiikhalilCreates a flatbuffers validation function + small fix...
2020-01-24 sjoblom65Added the code to embed the binary schema to the source...
2020-01-23 Dan Field[Dart] Fix deprecated field support, inf/nan (#5724)
2020-01-21 Max Burke[typescript] Size-prefixed root accessors not taking...
2020-01-19 Max Burke[rust] Add use declarations to Rust-generated bindings...
2020-01-17 Somo[Go] Replace references to hardcoded ”Monster" etc...
2020-01-16 Vladimir Glavnyy[C++] Fix for printing of enum in case output_enum_iden...
2020-01-13 mustiikhalilAdded create function for swift (#5707)
2020-01-09 mustiikhalil[Swift] Swift implementation 🎉🎉 (#5603)
2020-01-09 Wouter van OortmerssenChanged direct calls to strtod to use StringToNumber
2020-01-06 Michael Beardsworth(Optionally) add an additional suffix namespace to...
2020-01-06 dreifachstein[Java] Replace Table.UTF8_CHARSET with StandardCharsets...
2020-01-02 David P. Sicilia[C++17] Add Traits class for Tables and Factory functio...
2019-12-31 Max Burke[rust] Make enum names public (#5690)
2019-12-30 Michael BeardsworthCorrect inverted logic around include prefixes. (#5689)
2019-12-27 lu-wang-gOptimize Pack method using numpy (#5662)
2019-12-26 Austin Schuh[C++] Add Builder and Table typedefs (#5685)
2019-12-23 Vladimir GlavnyyAdd flatc '--cpp_std' switch (#5656)
2019-12-23 Michael BeardsworthImprove import handling for proto conversion (#5673)
2019-12-17 Matt BrubeckMake Rust constants public (#5659)
2019-12-17 cryptocodeAdd namespace qualification to union types (#5666)
2019-12-15 Max BurkeBugfix for Rust generation of union fields named with...
2019-12-06 cryptocodeAdd --force-empty-vectors option (#5653)
2019-12-05 Wouter van OortmerssenFixed enum min/max values not properly escaped.
next