summaryrefslogtreecommitdiff
path: root/src/idl_parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-28flatc should output a warning, when an attribute is attached more than once (...Stefan F1-1/+1
2020-09-21Add CharToLower and CharToUpper into util.s (#6126)Vladimir Glavnyy1-3/+3
2020-09-18Add support of Optional<T> scalars to C++ code generator (#6092)Vladimir Glavnyy1-14/+39
2020-09-17[Kotlin] Support for optional scalars. (#6115)Paulo Pinheiro1-1/+2
2020-09-11Optional-ness in reflection (#6097)Casper1-14/+18
2020-09-10Rename Nullable scalars to Optional scalars (#6112)Casper1-5/+5
2020-08-18[Lobster] optional scalars supportWouter van Oortmerssen1-1/+2
2020-07-25adds code gen for optional scalars in swift (#6038)mustiikhalil1-1/+1
2020-07-23Optional Scalars support for Rust (#6034)Casper1-1/+1
2020-07-16Flatc parser support for nullable scalars (#6026)Casper1-2/+27
2020-06-26Add warning to schema parser if field name is not snake_case. (#6005)Derek Bailey1-0/+14
2020-06-25Re-added Evolution Schema Code Generation Command (#5999)Derek Bailey1-4/+3
2020-06-22Removed requirement that enums be declared in ascending order. (#5887)Alex Ames1-16/+13
2020-06-22Do not remove the last digit from float values (#5974)Javier Serrano1-4/+0
2020-06-15[idl_parser] Mark typefield as deprecated (#5958)Liu Liu1-0/+5
2020-06-11Propagate boolean default values from proto to fbs (#5964)Mika Raento1-2/+5
2020-06-09Fix error in SimpleQSort (#5955)Vladimir Glavnyy1-1/+1
2020-06-08Fixed: Access violation and ASAN/UNSAN failures with sorted tablesWouter van Oortmerssen1-4/+4
2020-06-01General Codebase clean up (#5939)Derek Bailey1-5/+2
2020-05-15[Dart] Getting tests/DartTest.sh to work on master. (#5915)Derek Bailey1-1/+1
2020-05-14Schema parser: prohibit declaration of an array of pointers inside structs (#...Vladimir Glavnyy1-3/+9
2020-05-04Respect shared attribute in Parser (#5885)Mika Raento1-4/+9
2020-03-16Fix interpretation of 'nan(number)' by the idl_parser (#5810)Vladimir Glavnyy1-88/+105
2020-03-12Replace 'assert' by 'FLATBUFFERS_ASSERT' inside idl_parser.cpp (#5799)Vladimir Glavnyy1-2/+2
2020-03-12[C++] Generate code for vector force_align attribute. (#5796)Myrice1-2/+9
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-2/+2
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-1/+2
2020-01-09Changed direct calls to strtod to use StringToNumberWouter van Oortmerssen1-4/+8
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-6/+0
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-34/+22
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-161/+143
2019-10-17Fixed warnings generated by recent JSON sorting feature.Wouter van Oortmerssen1-3/+4
2019-10-10Fixed JSON parser not sorting vectors of tables/structs with key.Wouter van Oortmerssen1-0/+103
2019-09-30Fix namespaced struct/field name collision detection (#5540) (#5545)Jack Zhou1-1/+1
2019-09-26[flac] Add FlexBuffers option for generating data (#5519)Paulo Pinheiro1-1/+7
2019-08-19has_method support for primitive fields in java runtime. Changed: idl.h, Flat...Edward1-0/+12
2019-07-26Extend the error message if base type of parsed scalar not resolved (#5456)Vladimir Glavnyy1-2/+8
2019-07-26Support nested_flatbuffer attribute when parsing bfbs schema (#5448)ll-antn1-1/+7
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro1-10/+11
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy1-31/+44
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy1-7/+6
2019-06-24Fix generating nested Flatbuffer accessors when they cross namespaces (#5414)Bryan Furia1-6/+1
2019-06-18Add support for fixed-size arrays (#5313)svenk1771-15/+122
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy1-1/+11
2019-06-02[bfbs] fix deserializing nested struct (#5383)mugisoba1-6/+8
2019-05-21Change usage of std::string's .at() to more widely-compatible []. (#5365)jonsimantov1-1/+1
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy1-139/+300
2019-04-15fix check for Enum defaults (#5292)Nils Berg1-1/+1
2019-04-15Add logging of warnings from the flatc compiler (#5289)Vladimir Glavnyy1-1/+3
2019-04-11Fix the proto-enum leaking issue (#5286)Vladimir Glavnyy1-2/+10