[C++] Refactor to conform to Google C++ style guide (#5608)
[platform/upstream/flatbuffers.git] / include / flatbuffers / idl.h
2019-11-07 Derek Bailey[C++] Refactor to conform to Google C++ style guide...
2019-11-04 Derek Bailey[C++, Java, C#, TypeScript, JavaScript] Skip generation...
2019-09-26 Paulo Pinheiro[flac] Add FlexBuffers option for generating data ...
2019-09-10 jaceksurAnnotate getters with @Pure when --java-checkerframewor...
2019-08-23 svenk177Fix incorrect padding in arrays of structs (Issue ...
2019-08-19 Edwardhas_method support for primitive fields in java runtime...
2019-07-22 Paulo PinheiroAdd basic Kotlin support (#5409)
2019-07-01 Vladimir GlavnyyRemove unused variables (#5382)
2019-06-17 svenk177Add support for fixed-size arrays (#5313)
2019-05-31 Alexander Gallegoc++: Add command line option to add extra includes...
2019-05-13 iceboy[Go] Generate imports with fixed order (#5340)
2019-05-02 Vladimir GlavnyyFix issues with uint64 enums (#5265)
2019-04-08 Vladimir GlavnyyPart of #5265, neutral changes (#5281)
2019-04-05 Anthony LiotAdd method GenerateTextFromTable issue #5249 (#5266)
2019-03-11 Wouter van Oortmerssen[C++] Object API: document custom string type requirements,
2019-03-07 Wouter van OortmerssenFixed vector of union JSON parsing.
2019-02-25 Wouter van OortmerssenAdded -Wextra-semi to Clang build.
2019-02-11 Gabriel NütziAdd flag to make short names in JS/TS. (#5152)
2019-02-11 iceboyImplement (shared) attribute for C++ (#5157)
2019-01-17 Vladimir GlavnyyFix high certainty warnings from PVS-studio (#5115)
2018-12-13 tira-misuEnable flatbuffer to initialize Parser from bfbs (...
2018-12-06 Kamil RojewskiRenamed JS generator to explicitly state it generates...
2018-11-02 Wouter van OortmerssenFixed missing code from @javax.annotation PR.
2018-11-01 Frank Benksteinmake unions with type aliases more usable (#5019)
2018-10-15 kostya-shGo - Use Go bool type for bool fields (#4962)
2018-10-15 Frank Benksteindon't use std::function in flatbuffers::Parser (#4995)
2018-10-11 Vladimir GlavnyyRefactoring of idl_parser (#4948)
2018-10-04 Vladimir GlavnyyFix recursion counter check. Add control to override...
2018-10-01 Vladimir GlavnyyParser error message reports both the line number and...
2018-09-21 ThomasAdd compare operator to code generated for c++ (#4940)
2018-09-03 RobertPort FlatBuffers to Rust (#4898)
2018-08-16 Andy MartinAdd C#/Java generator behaviour for 'private' attribute...
2018-07-29 aardappelFlatBuffers implementation for the Lobster programming...
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-16 shassaniflatbuffer force-empty option (#4822)
2018-07-05 Derek BaileyLua (5.3) Language addition (#4804)
2018-06-27 Paul ReimerAdd --force-defaults option to flatc [C++, parser]...
2018-06-14 Wouter van OortmerssenProtected parser against infinite recursion.
2018-05-31 Nathan MitchellJavascript: Add suppport for ES6 style exports (#4754)
2018-05-18 Dan FieldAdd [Dart] support (#4676)
2018-05-07 Paul ReimerAdd --root-type option to flatc [C++, parser, JSON...
2018-05-03 Vladimir GlavnyyOutput JSON strings as natural UTF-8 text without escap...
2018-04-27 Tobias ObersteinInclude services in reflection data (fixes #4639) ...
2018-04-16 Vladimir GlavnyyThe asserts replaced by FLATBUFFERS_ASSERT. (#4701)
2018-03-23 FlaviuConst correctness in generated code and in code generat...
2018-03-09 desqazJson : Add --size-prefixed option to flatc (#4645)
2018-03-05 Nik HemmingsProtobufs: Added '--oneof-union' option. (#4647)
2018-03-05 Christian HelmichSupport attribute "cpp_ptr_type" on table elements...
2018-02-16 Masato Nagai[C++] better type mismatch error (#4623)
2018-01-22 Wouter van OortmerssenRemoved truncating of enum vals to int in ReverseLookup.
2018-01-04 Andrei PolushinRemove unused declarations (#4578)
2017-12-21 Wouter van OortmerssenMade all C++ files clang-formatted.
2017-12-21 Yuri Finkelsteingrpc bindings generator for Java and a few minor suppor...
2017-12-14 RobertMerge pull request #4516 from mikeholler/travis
2017-12-01 rmawatsonthis is allow custom allocator for obj-api structs...
2017-10-16 Yonggang LiNullable java (#4455)
2017-10-13 Stewart MilesMerge pull request #4458 from a-maurice/master
2017-10-13 AnthonyUse flatbuffer unique_ptr instead of std's.
2017-10-09 Wouter van OortmerssenAdd new flatbuffer_go_library to generate Go library...
2017-10-09 Yonggang Li_Nullable cpp interface (#4451)
2017-10-06 Wouter van OortmerssenImproved .proto conversion.
2017-09-22 Wouter van OortmerssenMade the parser not have any hard-coded keywords.
2017-09-22 Wouter van OortmerssenAdded support for mini-reflection tables.
2017-08-31 endorph-softC++ Customise prefix/suffix of object API [Issue #4419...
2017-08-24 Wouter van OortmerssenCleaned up namespace handling.
2017-08-14 Wouter van OortmerssenMissing FieldDef initializer.
2017-08-11 Kamil RojewskiVector of unions for TS/JS and PHP (#4404)
2017-08-07 Wouter van OortmerssenFixed clang-tidy warnings.
2017-08-04 rouzier[c++] Add support for boolean types in flexbuffers...
2017-08-02 MikkelFJAdd scalar type aliases for int8, uint8, ..., f32,...
2017-07-28 Christian HelmichAdded support for nested flatbuffers serializing to...
2017-07-20 Stewart MilesMerge pull request #4383 from stewartmiles/master
2017-07-20 Stewart MilesC++98 (stlport) support for core FlatBuffers and FlexBu...
2017-07-10 schoetbiJson schema (#4369)
2017-06-26 Robbie McElrathMake inter-file cycles compile (#4364)
2017-06-16 Wouter van OortmerssenInitial support for parsing (and generating) Protobuf...
2017-06-12 Wouter van OortmerssenAdded (nested) FlexBuffer JSON parsing and output.
2017-06-12 Wouter van OortmerssenAdded nested FlexBuffer parsing
2017-06-02 Pavel KalinnikovTrack included files in PATH-agnostic way. (#4329)
2017-05-24 Wouter van OortmerssenFixed --keep-prefix functionality.
2017-05-19 Wouter van OortmerssenStandardized internal path handling on Posix separators.
2017-05-10 Wouter van OortmerssenAdded --keep-prefix to not strip schema include path...
2017-04-17 Jason Stubbs[C++] fix bounds checking on integer parsing (#4250)
2017-04-13 Wouter van OortmerssenAdded support for structs and strings in unions.
2017-04-10 Kamil RojewskiTypeScript support (#4232)
2017-03-20 Flier Luadd command line argument for go namespace (#4222)
2017-03-20 Alexander GallegoAdd arbitrary string type to the native object API...
2017-02-14 Wouter van OortmerssenAdded doc comments to the binary schema.
2017-02-10 Wouter van OortmerssenAdded --prefix-include option for generated includes.
2017-02-09 Wouter van OortmerssenChanges to make flatbuffers javascript compatible with...
2017-02-01 Wouter van OortmerssenJSON parser wasn't handling ulong values correctly.
2017-01-27 Wouter van OortmerssenMerge branch 'master' of https://github.com/google...
2017-01-27 Wouter van OortmerssenAdded tracking of order of types declared.
2017-01-27 RobertMerge pull request #4146 from zchee/go-test-fix_struct
2017-01-24 jsanmiyaMerge pull request #4148 from gbeili/vector_unions
2017-01-24 Bei LiUnion Vector
2017-01-19 Wouter van OortmerssenMore native code gen functionality.
2017-01-14 Wouter van OortmerssenAdd CodeWriter utility class.
2016-12-14 Wouter van OortmerssenFixed JS outputting helper for Int64Array.
2016-12-07 RobertMerge pull request #3791 from mmastrac/master
next