[Swift] Renaming protocols (#6469)
[platform/upstream/flatbuffers.git] / src /
2021-02-16 mustiikhalil[Swift] Renaming protocols (#6469)
2021-02-12 CasperDefault strings and vectors: Parser + Rust support...
2021-02-11 mustiikhalil[CMake] Renames BUILD files (#6457)
2021-02-10 tira-misuJSON schema - tailing double quotes for maximum (#6452)
2021-02-10 Vladimir Glavnyy[idl_parser] Validate `force_align` on all possible...
2021-02-07 CasperImplement Rust object API defaults (#6444)
2021-01-28 Richard A HoferBetter python generated code naming (#6336)
2021-01-26 CasperRust: remove inner attributes (#6410)
2021-01-25 William Bain[Rust] Ensure unions are referenced with the correct...
2021-01-25 CasperRefactor FieldDef to model presense as an enum rather...
2021-01-25 Andreas Kabel[c++] Apply NativeName before WrapInNameSpace in idl_ge...
2021-01-22 mustiikhalilFormats cpp code (#6349)
2021-01-22 CasperRust Object API (#6070)
2021-01-19 Björn Harrtell[TS/JS] New gen TS code gen (#6302)
2021-01-19 Vladimir Glavnyy[idl_parser] Improve symbols lookup thru parent namespa...
2021-01-19 Mark SpatzSearch for includes in the directory containg the curre...
2021-01-14 Björn Harrtell[TS/JS] New gen TS code gen prequel to preserve history...
2021-01-12 CasperUnset FieldDef.optional if its key (#6402)
2021-01-11 CasperFix Rust UB problems (#6393)
2021-01-07 Dan FieldFix up scripts, fix generated enum value for strong...
2021-01-07 Vladimir Glavnyy[C++, JSON] Fix nullptr access when reading a key with...
2021-01-05 Richard A HoferFix generated EndVector. (#6385)
2021-01-05 Stefan de KoninkImplements type promotion for Java enum (#6382)
2021-01-04 Kamil Rojewskifixed warnings (#6355)
2021-01-04 Vladimir Glavnyy[idl_parser] Improve stack overflow protection (#6364)
2021-01-04 Vladimir Glavnyy[idl_parser] Check the range of explicitly set field...
2021-01-04 Richard A HoferGenerate code to encode and decode nested flatbuffers...
2020-12-30 Kamil Rojewskiinclude_prefix support for rust (#6330)
2020-12-17 mustiikhalil[Swift] Rebuild the way swift handles structs from...
2020-12-17 mqyFix typos in usage/comments; Make rust generator respec...
2020-12-14 Richard A HoferAdd vectorNumElements attribute to Builder for simpler...
2020-12-11 Stefan FGenerate nullable properties in C# object-based API...
2020-12-10 tira-misuAdd flatc option to inhibit all warnings #6005 (#6301)
2020-12-07 CasperRust Flatbuffers Verifier (#6269)
2020-12-07 Richard A HoferAdd default to offset param of Python generated GetRoot...
2020-12-07 Vladimir Glavnyy[C++] Switch `flatc` to `--cpp-std c++11` C++ code...
2020-12-07 Vladimir Glavnyy[idl_parser] Unify parsing of NaN values read from...
2020-11-23 Vladimir Glavnyy[C++] Add ParseJson(), Parser(Parser&&), update fuzzers...
2020-11-23 Wouter van OortmerssenFixed FlexBufferBuilder asserting on duplicate keys
2020-11-20 Austin SchuhAdd --require-explicit-ids to require explicit ids...
2020-11-20 schoetbiidl_gen_json_schema.cpp: Changed generation of array...
2020-11-16 mustiikhalil[Swift] Adds a format file and reformats the swift...
2020-11-15 mustiikhalilAdds a fix for enum generation (#6263)
2020-11-12 Jason LenzRemove _POSIX_C_SOURCE and _XOPEN_SOURCE definitions...
2020-11-12 Stefan Fflatc should support --binary --schema with optional...
2020-11-12 Derek BaileyUnion As Accessors for C# (#6251)
2020-11-05 CasperAdded required-nested-flatbuffer to monster_test and...
2020-11-05 Charlie YinSupport size-prefixed buffers and add tests for size...
2020-10-30 Derek Bailey[C#] Optional Scalars (#6217)
2020-10-29 CasperImplement `Debug` trait for Rust flatbuffers. (#6207)
2020-10-28 Kamil Rojewskioptional scalars for ts/js (#6215)
2020-10-27 Paulo Pinheiro[Java] Implement optional scalars (#6212)
2020-10-26 Derek BaileyRemoved C# references from java generator. Move annotat...
2020-10-24 CasperRefactor idl_gen_rust (#6206)
2020-10-20 CasperMass Refactoring to use `IsString` and other BASE_TYPE...
2020-10-19 CasperUpdated SupportsAdvancedUnionFeatures to look out for...
2020-10-19 CasperRework enums in rust. (#6098)
2020-10-16 schoetbiidl_gen_json_schema Fix generation of arrays of enums...
2020-10-15 tira-misuAdd generation of JSON Schema to library (#6165)
2020-10-12 astange[C++] Add option to not generate direct copy methods...
2020-10-12 Vladimir GlavnyyAdd Array initialization from struct constructor (...
2020-10-10 CasperFixed rust nested flatbuffers for tables other than...
2020-10-07 mustiikhalil[TS] GRPC Implementation (#6141)
2020-10-07 CasperMoved C++ to optional_scalars2 and added some tests...
2020-10-06 mrmarkwellFlatbuffer C++ UnpackTo optimization for vectors of...
2020-10-06 mustiikhalilEnables optional enums in swift (#6160)
2020-10-02 CasperRuopt enum (#6156)
2020-10-02 Vladimir GlavnyyFix generation of C++ code with Optional<Enum> (#6155)
2020-09-28 Stefan Fflatc should output a warning, when an attribute is...
2020-09-28 Anass Al[Python/JS/TS] Codegen SizeOf method for structs (...
2020-09-23 Mark NauwelaertsMinireflect fixed array (#6129)
2020-09-21 Vladimir GlavnyyAdd CharToLower and CharToUpper into util.s (#6126)
2020-09-18 Vladimir GlavnyyAdd support of Optional<T> scalars to C++ code generato...
2020-09-18 Paulo Pinheiro[Kotlin] Support for optional scalars. (#6115)
2020-09-17 Anass Al[JS] Add getFullyQualifiedName() (#6119)
2020-09-17 mustiikhalil[Swift] Migrates struct write APIS to write directly...
2020-09-11 CasperOptional-ness in reflection (#6097)
2020-09-10 CasperRename Nullable scalars to Optional scalars (#6112)
2020-09-04 Laurentiu CristoforFix for issue 6100: incorrect shrinking logic in Resize...
2020-08-31 Vladimir Glavnyy[C++] Small refactoring of the C++ code generator ...
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...
next