aboutsummaryrefslogtreecommitdiff
path: root/docs/source/Compiler.md
AgeCommit message (Expand)Author
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen
2019-02-11Add flag to make short names in JS/TS. (#5152)Gabriel Nützi
2018-11-02Fixed missing code from @javax.annotation PR.Wouter van Oortmerssen
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas
2018-09-02Port FlatBuffers to Rust (#4898)Robert
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel
2018-07-16flatbuffer force-empty option (#4822)shassani
2018-06-27Add --force-defaults option to flatc [C++, parser] (#4729)Paul Reimer
2018-05-31Javascript: Add suppport for ES6 style exports (#4754)Nathan Mitchell
2018-05-18Add [Dart] support (#4676)Dan Field
2018-05-07Add --root-type option to flatc [C++, parser, JSON] (#4728)Paul Reimer
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen
2017-05-10Added --keep-prefix to not strip schema include path in C++ includes.Wouter van Oortmerssen
2017-03-15fixed flag for javascript (#4223)Aaron Hudon
2017-02-13Added doc comments to the binary schema.Wouter van Oortmerssen
2017-02-10Added --prefix-include option for generated includes.Wouter van Oortmerssen
2017-02-08Changes to make flatbuffers javascript compatible with the closure compiler.Wouter van Oortmerssen
2016-07-20Added way to test two schemas for safe evolution.Wouter van Oortmerssen
2016-07-20Added optional object based API for C++.Wouter van Oortmerssen
2016-06-29Added GRPC code generator to flatc.Wouter van Oortmerssen
2016-01-19Revamping the FlatBuffers docs.Mark Klara
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen
2015-12-02Multiple schemas parsed by flatc are now parsed independently.Wouter van Oortmerssen
2015-12-02Added long form options for all generators (--cpp etc.)Wouter van Oortmerssen
2015-10-19Added -M flatc flag to the documentation.Wouter van Oortmerssen
2015-10-13Added support for imports and many other .proto features.Wouter van Oortmerssen
2015-09-28Made .proto parsing understand nested declarations.Wouter van Oortmerssen
2015-09-15Implemented option --scoped-enum for C++ generatorvijairaj
2015-08-05Clarified the use of the deprecated flatc --gen-includes flag.Stewart Miles
2015-06-15mergeAmol Deshpande
2015-06-13fix code formatting and bug with losing enums when using --gen-onefileAmol Deshpande
2015-05-27Added --defaults-json to output fields at default value.Wouter van Oortmerssen
2015-05-04Added extra checks for reading binaries in flatcWouter van Oortmerssen
2015-04-29Mutable FlatBuffers: in-place updates.Wouter van Oortmerssen
2015-01-21Parser will allow a table or vector to have a trailing comma.Wouter van Oortmerssen
2014-10-15Added .proto parsing and convertion to .fbs.Wouter van Oortmerssen
2014-09-23Added option to flatc to generate dependent header statements.Wouter van Oortmerssen
2014-09-15The parser and flatc now allow include directories to be specified.Wouter van Oortmerssen
2014-08-22Prefixing of enum value identifiers in C++ is now optional.Wouter van Oortmerssen
2014-07-11flatc can now convert flatbuffer binary files into json.Wouter van Oortmerssen
2014-07-09Added a "strict JSON" mode to the text generator and compilerWouter van Oortmerssen
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen