summaryrefslogtreecommitdiff
path: root/src/flatc.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-05[C++17] Add compile-time reflection for fields. (#6324)David P. Sicilia1-0/+5
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell1-21/+0
2020-12-17Fix typos in usage/comments; Make rust generator respect to --filenam… (#6342)mqy1-3/+3
2020-12-10Add flatc option to inhibit all warnings #6005 (#6301)tira-misu1-0/+3
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy1-0/+2
2020-11-19Add --require-explicit-ids to require explicit ids (#6277)Austin Schuh1-0/+3
2020-10-12[C++] Add option to not generate direct copy methods. (#6166)astange1-0/+2
2020-08-18[Kotlin] Attach JvmStatic annotation to each method in companion object (#6052)Yoon Kyong Sik1-0/+4
2020-04-27Not using reexports with --gen-all (#5873)Kamil Rojewski1-0/+1
2020-03-08[Rust] Add gen-name-strings for Rust (#5757)Lee Mracek1-1/+1
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-1/+12
2020-02-12Fix memory leak on cpp object api (#5761)xtrm01-3/+2
2020-02-10[C#] support Json Serialization (#5752)mugisoba1-3/+6
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom651-11/+20
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth1-0/+5
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-1/+9
2019-12-05Add --force-empty-vectors option (#5653)cryptocode1-81/+86
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g1-1/+1
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey1-5/+10
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-2/+3
2019-11-04[flatc] Remove an always true condition for flexbuffers (#5604)Paulo Pinheiro1-2/+1
2019-09-26[flac] Add FlexBuffers option for generating data (#5519)Paulo Pinheiro1-2/+18
2019-09-10Annotate getters with @Pure when --java-checkerframework is specified. (#5510)jaceksur1-0/+3
2019-08-19has_method support for primitive fields in java runtime. Changed: idl.h, Flat...Edward1-0/+2
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy1-3/+3
2019-05-31c++: Add command line option to add extra includes to gen files (#5360)Alexander Gallego1-0/+4
2019-04-24Bumped version to 1.11.0v1.11.0Wouter van Oortmerssen1-1/+1
2019-04-15Add logging of warnings from the flatc compiler (#5289)Vladimir Glavnyy1-1/+3
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen1-2/+8
2019-02-11Add flag to make short names in JS/TS. (#5152)Gabriel Nützi1-10/+17
2018-12-13Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077)tira-misu1-14/+36
2018-12-10Get rid of reproducible build warning by removing build date & time from flat...Rob Agar1-1/+1
2018-11-02Fixed missing code from @javax.annotation PR.Wouter van Oortmerssen1-0/+3
2018-10-11fix missing newline in flatc help message (#4992)Frank Benkstein1-1/+1
2018-10-03Bumped version to 1.10.1 for all languages.v1.10.0Wouter van Oortmerssen1-1/+1
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-0/+3
2018-07-16flatbuffer force-empty option (#4822)shassani1-0/+4
2018-06-27Add --force-defaults option to flatc [C++, parser] (#4729)Paul Reimer1-0/+3
2018-05-31Javascript: Add suppport for ES6 style exports (#4754)Nathan Mitchell1-0/+5
2018-05-07Add --root-type option to flatc [C++, parser, JSON] (#4728)Paul Reimer1-0/+11
2018-05-03Output JSON strings as natural UTF-8 text without escapes (#4710)Vladimir Glavnyy1-0/+4
2018-04-27Include services in reflection data (fixes #4639) (#4713)Tobias Oberstein1-0/+3
2018-04-05Update version number to 1.9v1.9.0Wouter van Oortmerssen1-1/+1
2018-03-09Json : Add --size-prefixed option to flatc (#4645)desqaz1-1/+4
2018-03-05Protobufs: Added '--oneof-union' option. (#4647)Nik Hemmings1-0/+3
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-132/+130
2017-12-21grpc bindings generator for Java and a few minor supporting changes i… (#4553)Yuri Finkelstein1-1/+2
2017-11-20Updated version numbers to 1.8.0v1.8.0Wouter van Oortmerssen1-1/+1
2017-10-16Nullable java (#4455)Yonggang Li1-3/+3
2017-10-09Add new flatbuffer_go_library to generate Go library for flatbuffersWouter van Oortmerssen1-1/+6