summaryrefslogtreecommitdiff
path: root/docs/source/Compiler.md
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Disable parsing of nested_flatbuffers as bytes by defaultWouter van Oortmerssen1-0/+4
2021-12-09Enable --gen-onefile in Python (#6953)lu-wang-g1-1/+1
2021-09-15[C#] Using 'global::' as qualifying_start_ within BaseGenerator (#6767)Todd Hansen1-2/+4
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell1-16/+0
2020-12-10Add flatc option to inhibit all warnings #6005 (#6301)tira-misu1-0/+5
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy1-2/+3
2020-11-19Add --require-explicit-ids to require explicit ids (#6277)Austin Schuh1-0/+2
2020-10-12[C++] Add option to not generate direct copy methods. (#6166)astange1-0/+3
2020-08-18[Kotlin] Attach JvmStatic annotation to each method in companion object (#6052)Yoon Kyong Sik1-0/+3
2020-06-18[Doc] Added missing letters to compiler options (#5976)laurens-dg1-3/+3
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-0/+7
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-0/+2
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-0/+5
2019-12-05Add --force-empty-vectors option (#5653)cryptocode1-0/+3
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g1-1/+1
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro1-0/+2
2019-06-09Remove out-dated -S option from the flatc syntax. (#5398)Will Stott1-1/+1
2019-05-31c++: Add command line option to add extra includes to gen files (#5360)Alexander Gallego1-0/+2
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen1-3/+9
2019-02-11Add flag to make short names in JS/TS. (#5152)Gabriel Nützi1-6/+46
2018-11-02Fixed missing code from @javax.annotation PR.Wouter van Oortmerssen1-0/+2
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-0/+2
2018-09-02Port FlatBuffers to Rust (#4898)Robert1-0/+2
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel1-0/+6
2018-07-16flatbuffer force-empty option (#4822)shassani1-0/+3
2018-06-27Add --force-defaults option to flatc [C++, parser] (#4729)Paul Reimer1-0/+2
2018-05-31Javascript: Add suppport for ES6 style exports (#4754)Nathan Mitchell1-0/+4
2018-05-18Add [Dart] support (#4676)Dan Field1-0/+2
2018-05-07Add --root-type option to flatc [C++, parser, JSON] (#4728)Paul Reimer1-0/+2
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev1-0/+0
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen1-0/+3
2017-05-10Added --keep-prefix to not strip schema include path in C++ includes.Wouter van Oortmerssen1-0/+2
2017-03-15fixed flag for javascript (#4223)Aaron Hudon1-1/+1
2017-02-13Added doc comments to the binary schema.Wouter van Oortmerssen1-0/+2
2017-02-10Added --prefix-include option for generated includes.Wouter van Oortmerssen1-0/+3
2017-02-08Changes to make flatbuffers javascript compatible with the closure compiler.Wouter van Oortmerssen1-0/+6
2016-07-20Added way to test two schemas for safe evolution.Wouter van Oortmerssen1-0/+4
2016-07-20Added optional object based API for C++.Wouter van Oortmerssen1-0/+5
2016-06-29Added GRPC code generator to flatc.Wouter van Oortmerssen1-0/+2
2016-01-19Revamping the FlatBuffers docs.Mark Klara1-1/+2
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen1-0/+5
2015-12-02Multiple schemas parsed by flatc are now parsed independently.Wouter van Oortmerssen1-4/+3
2015-12-02Added long form options for all generators (--cpp etc.)Wouter van Oortmerssen1-9/+25
2015-10-19Added -M flatc flag to the documentation.Wouter van Oortmerssen1-0/+2
2015-10-13Added support for imports and many other .proto features.Wouter van Oortmerssen1-4/+4
2015-09-28Made .proto parsing understand nested declarations.Wouter van Oortmerssen1-2/+2
2015-09-15Implemented option --scoped-enum for C++ generatorvijairaj1-0/+3
2015-08-05Clarified the use of the deprecated flatc --gen-includes flag.Stewart Miles1-1/+4
2015-06-15mergeAmol Deshpande1-1/+7
2015-06-13fix code formatting and bug with losing enums when using --gen-onefileAmol Deshpande1-0/+2