aboutsummaryrefslogtreecommitdiff
path: root/include/flatbuffers/idl.h
AgeCommit message (Expand)Author
2018-06-27Add --force-defaults option to flatc [C++, parser] (#4729)Paul Reimer
2018-06-14Protected parser against infinite recursion.Wouter van Oortmerssen
2018-05-31Javascript: Add suppport for ES6 style exports (#4754)Nathan Mitchell
2018-05-18Add [Dart] support (#4676)Dan Field
2018-05-07Add --root-type option to flatc [C++, parser, JSON] (#4728)Paul Reimer
2018-05-03Output JSON strings as natural UTF-8 text without escapes (#4710)Vladimir Glavnyy
2018-04-27Include services in reflection data (fixes #4639) (#4713)Tobias Oberstein
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu
2018-03-09Json : Add --size-prefixed option to flatc (#4645)desqaz
2018-03-05Protobufs: Added '--oneof-union' option. (#4647)Nik Hemmings
2018-03-05Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643)Christian Helmich
2018-02-16[C++] better type mismatch error (#4623)Masato Nagai
2018-01-22Removed truncating of enum vals to int in ReverseLookup.Wouter van Oortmerssen
2018-01-04Remove unused declarations (#4578)Andrei Polushin
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen
2017-12-21grpc bindings generator for Java and a few minor supporting changes i… (#4553)Yuri Finkelstein
2017-12-01this is allow custom allocator for obj-api structs/tables. (#4520)rmawatson
2017-10-16Nullable java (#4455)Yonggang Li
2017-10-13Use flatbuffer unique_ptr instead of std's.Anthony
2017-10-09Add new flatbuffer_go_library to generate Go library for flatbuffersWouter van Oortmerssen
2017-10-09_Nullable cpp interface (#4451)Yonggang Li
2017-10-06Improved .proto conversion.Wouter van Oortmerssen
2017-09-22Made the parser not have any hard-coded keywords.Wouter van Oortmerssen
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen
2017-08-31C++ Customise prefix/suffix of object API [Issue #4419] (#4422)endorph-soft
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen
2017-08-14Missing FieldDef initializer.Wouter van Oortmerssen
2017-08-11Vector of unions for TS/JS and PHP (#4404)Kamil Rojewski
2017-08-07Fixed clang-tidy warnings.Wouter van Oortmerssen
2017-08-04[c++] Add support for boolean types in flexbuffers (#4386)rouzier
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ
2017-07-28Added support for nested flatbuffers serializing to json (#4391)Christian Helmich
2017-07-20C++98 (stlport) support for core FlatBuffers and FlexBuffers.Stewart Miles
2017-07-10Json schema (#4369)schoetbi
2017-06-26Make inter-file cycles compile (#4364)Robbie McElrath
2017-06-16Initial support for parsing (and generating) Protobuf ASCII.Wouter van Oortmerssen
2017-06-12Added (nested) FlexBuffer JSON parsing and output.Wouter van Oortmerssen
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen
2017-06-02Track included files in PATH-agnostic way. (#4329)Pavel Kalinnikov
2017-05-24Fixed --keep-prefix functionality.Wouter van Oortmerssen
2017-05-18Standardized internal path handling on Posix separators.Wouter van Oortmerssen
2017-05-10Added --keep-prefix to not strip schema include path in C++ includes.Wouter van Oortmerssen
2017-04-17[C++] fix bounds checking on integer parsing (#4250)Jason Stubbs
2017-04-12Added support for structs and strings in unions.Wouter van Oortmerssen
2017-04-10TypeScript support (#4232)Kamil Rojewski
2017-03-20add command line argument for go namespace (#4222)Flier Lu
2017-03-20Add arbitrary string type to the native object API (#4218)Alexander Gallego
2017-02-13Added doc comments to the binary schema.Wouter van Oortmerssen
2017-02-10Added --prefix-include option for generated includes.Wouter van Oortmerssen