[C++] Refactor to conform to Google C++ style guide (#5608)
[platform/upstream/flatbuffers.git] / src / idl_parser.cpp
2019-11-07 Derek Bailey[C++] Refactor to conform to Google C++ style guide...
2019-10-17 Wouter van OortmerssenFixed warnings generated by recent JSON sorting feature.
2019-10-10 Wouter van OortmerssenFixed JSON parser not sorting vectors of tables/structs...
2019-09-30 Jack ZhouFix namespaced struct/field name collision detection...
2019-09-26 Paulo Pinheiro[flac] Add FlexBuffers option for generating data ...
2019-08-19 Edwardhas_method support for primitive fields in java runtime...
2019-07-27 Vladimir GlavnyyExtend the error message if base type of parsed scalar...
2019-07-26 ll-antnSupport nested_flatbuffer attribute when parsing bfbs...
2019-07-22 Paulo PinheiroAdd basic Kotlin support (#5409)
2019-07-08 Vladimir GlavnyyExtend the test of MonsterExtra (#5428)
2019-07-01 Vladimir GlavnyyRemove unused variables (#5382)
2019-06-24 Bryan FuriaFix generating nested Flatbuffer accessors when they...
2019-06-17 svenk177Add support for fixed-size arrays (#5313)
2019-06-17 Vladimir GlavnyyAdd FLATBUFFERS_COMPATIBILITY string (#5381)
2019-06-02 mugisoba[bfbs] fix deserializing nested struct (#5383)
2019-05-21 jonsimantovChange usage of std::string's .at() to more widely...
2019-05-02 Vladimir GlavnyyFix issues with uint64 enums (#5265)
2019-04-15 Nils Bergfix check for Enum defaults (#5292)
2019-04-15 Vladimir GlavnyyAdd logging of warnings from the flatc compiler (#5289)
2019-04-11 Vladimir GlavnyyFix the proto-enum leaking issue (#5286)
2019-04-08 Vladimir GlavnyyPart of #5265, neutral changes (#5281)
2019-03-11 Vladimir GlavnyyNarrows template ascii routines to prevent a possible...
2019-03-07 Wouter van OortmerssenFixed vector of union JSON parsing.
2019-03-04 ll-antnClean-up nested_parser on all paths (#5179) (#5184)
2019-02-19 Vladimir GlavnyyUtility for checking the encoding and line ending of...
2019-02-11 iceboyImplement (shared) attribute for C++ (#5157)
2019-01-28 Vladimir GlavnyyRepair `fallthrough` was broken by d4493165 (#5115...
2019-01-24 Vladimir GlavnyyReplace deprecated Vector::Length() with Vector::size...
2019-01-17 Vladimir GlavnyyFix high certainty warnings from PVS-studio (#5115)
2018-12-13 tira-misuEnable flatbuffer to initialize Parser from bfbs (...
2018-11-17 Russell ChouMake Parser skip files it's seen already. (#5048)
2018-11-17 Wouter van OortmerssenMake string/vector field serialization order not depend...
2018-11-16 Vladimir GlavnyyMake the Parser independent from the global C-locale...
2018-11-01 Frank Benksteinmake unions with type aliases more usable (#5019)
2018-10-30 Wouter van OortmerssenDisallowed 0 byte structs.
2018-10-18 Frank Benksteinforbid enum values that are out of range (#4977)
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-03 RobertPort FlatBuffers to Rust (#4898)
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-16 Wouter van OortmerssenFixed assert in ParseSingleValue (found by fuzzer)
2018-06-25 Wouter van OortmerssenFixed documentation comments at the start of a file.
2018-06-14 Wouter van OortmerssenProtected parser against infinite recursion.
2018-06-14 Wouter van OortmerssenFixed ASan array out of bounds.
2018-06-14 zejalFix misaligned nested buffers (#4785)
2018-05-31 Wouter van OortmerssenFixed ASAN false positive.
2018-05-14 Kamil RojewskiVector of unions support for java and c# (#4735)
2018-05-10 Paul ReimerAdd define/ifdef blocks, alternate sprintf implementati...
2018-05-07 Paul ReimerAdd --root-type option to flatc [C++, parser, JSON...
2018-04-27 Tobias ObersteinInclude services in reflection data (fixes #4639) ...
2018-04-16 Vladimir GlavnyyThe asserts replaced by FLATBUFFERS_ASSERT. (#4701)
2018-04-06 Vladimir GlavnyyAn user-defined attribute name validation (#4689)
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-23 Christian Helmichtemplate specialized Hash functions for 16-bit hash...
2018-02-22 Christian Helmichadded support for parsing hash on vector elements ...
2018-02-16 Masato Nagai[C++] better type mismatch error (#4623)
2018-02-08 Wouter van OortmerssenMisc fixes from internal integration / clang tidy.
2018-02-05 Sergey AvseyevFix compiler errors in parser (#4612)
2018-01-22 Wouter van OortmerssenRemoved truncating of enum vals to int in ReverseLookup.
2018-01-22 Wouter van OortmerssenFixed native_include not requiring a ; terminator.
2018-01-18 Wouter van OortmerssenNew error: declaring an enum field without a default...
2018-01-18 Wouter van OortmerssenDisallow defaults on structs.
2018-01-05 brianhall77Portable range check for *cursor_ value. (#4582)
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-04 Bastien BrunnensteinReplace the non standard M_PI with a constant (#4528)
2017-12-01 rmawatsonthis is allow custom allocator for obj-api structs...
2017-10-06 Wouter van OortmerssenImproved .proto conversion.
2017-09-22 Wouter van OortmerssenMade the parser not have any hard-coded keywords.
2017-08-24 Wouter van OortmerssenCleaned up namespace handling.
2017-08-24 Wouter van OortmerssenTrimmed vtables of trailing zeroes.
2017-08-14 Wouter van OortmerssenFixed .proto -> .fbs translating type bytes incorrectly.
2017-08-14 Wouter van OortmerssenFixed file_identifier/extension leaking from included...
2017-08-14 Wouter van OortmerssenFixed root_type leaking in from included files.
2017-08-11 Kamil RojewskiVector of unions for TS/JS and PHP (#4404)
2017-08-11 Kamil RojewskiCopying required field to union type vector (#4407)
2017-08-10 Wouter van OortmerssenMake it an error if a field has the same name as a...
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-19 schoetbiidl_parser.cpp ignores $schema in input json (#4382)
2017-06-26 Robbie McElrathMake inter-file cycles compile (#4364)
2017-06-16 Wouter van OortmerssenInitial support for parsing (and generating) Protobuf...
2017-06-16 Wouter van OortmerssenFixed missing lambda return type.
2017-06-12 Wouter van OortmerssenAdded (nested) FlexBuffer JSON parsing and output.
2017-06-12 Wouter van OortmerssenAdded nested FlexBuffer parsing
2017-06-07 Guillaume Giraud[cpp] Json parsing: adding support for parsing nested...
2017-06-02 Wouter van OortmerssenDisallowing field name same as table name.
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-18 sfarivadded check for presence of required fields. (flatc...
next