aboutsummaryrefslogtreecommitdiff
path: root/include/flatbuffers/idl.h
AgeCommit message (Expand)Author
2020-03-25Revert "Revert "Upgrade flatbuffers to v1.12.0""Haibo Huang
2020-03-16Revert "Upgrade flatbuffers to v1.12.0"android-r-preview-4android-r-preview-3android-r-preview-2Aurimas Liutikas
2020-03-05Removed assert that wasn't backwards compatible.Wouter van Oortmerssen
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil
2020-02-10[C#] support Json Serialization (#5752)mugisoba
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom65
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy
2019-12-05Add --force-empty-vectors option (#5653)cryptocode
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey
2019-09-26[flac] Add FlexBuffers option for generating data (#5519)Paulo Pinheiro
2019-09-10Annotate getters with @Pure when --java-checkerframework is specified. (#5510)jaceksur
2019-08-23Fix incorrect padding in arrays of structs (Issue #5484) (#5491)svenk177
2019-08-19has_method support for primitive fields in java runtime. Changed: idl.h, Flat...Edward
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy
2019-06-18Add support for fixed-size arrays (#5313)svenk177
2019-05-31c++: Add command line option to add extra includes to gen files (#5360)Alexander Gallego
2019-05-13[Go] Generate imports with fixed order (#5340)iceboy
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy
2019-04-05Add method GenerateTextFromTable issue #5249 (#5266)Anthony Liot
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen
2019-03-07Fixed vector of union JSON parsing.Wouter van Oortmerssen
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen
2019-02-11Add flag to make short names in JS/TS. (#5152)Gabriel Nützi
2019-02-11Implement (shared) attribute for C++ (#5157)iceboy
2019-01-17Fix high certainty warnings from PVS-studio (#5115)Vladimir Glavnyy
2018-12-13Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077)tira-misu
2018-12-06Renamed JS generator to explicitly state it generates TS too (#5043)Kamil Rojewski
2018-11-02Fixed missing code from @javax.annotation PR.Wouter van Oortmerssen
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein
2018-10-15Go - Use Go bool type for bool fields (#4962)kostya-sh
2018-10-15don't use std::function in flatbuffers::Parser (#4995)Frank Benkstein
2018-10-11Refactoring of idl_parser (#4948)Vladimir Glavnyy
2018-10-04Fix recursion counter check. Add control to override depth of nested … (#4953)Vladimir Glavnyy
2018-10-01Parser error message reports both the line number and the cursor position. (#...Vladimir Glavnyy
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas
2018-09-02Port FlatBuffers to Rust (#4898)Robert
2018-08-16Add C#/Java generator behaviour for 'private' attribute (#4882)Andy Martin
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel
2018-07-16flatbuffer force-empty option (#4822)shassani
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey