platform/upstream/flatbuffers.git
2017-10-06 Wouter van... Improved .proto conversion.
2017-10-06 Aaron[C++] Add explicit keyword on generated constructors...
2017-10-06 RobertPython: CreateByteVector function in builder. (#4453)
2017-10-05 Dariusz OstolskiFix issue #4389, if field is ommitted the return type...
2017-10-02 Louis-Paul... Add template version for As method. (#4443)
2017-09-25 Wouter van... Fixed TypeTable function not being inline.
2017-09-22 Wouter van... Made the parser not have any hard-coded keywords.
2017-09-22 Wouter van... Added support for mini-reflection tables.
2017-09-21 endorph-softAdd constant accessors to C++ unions (#4433)
2017-09-21 Khem RajFix build with clang on big-endian targets (#4440)
2017-09-14 schoetbiidl_gen_json_schema.cpp: Fixed detection of enum types...
2017-09-14 Lukas Bergdoll[C++] Fix DetachedBuffer move assignment lifetime ...
2017-09-12 Wouter van... Fixed .proto not being accepted as schema file.
2017-09-07 Wouter van... Forgot to bump flatc version to 1.7.1
2017-09-07 rouzierUpdate doc (#4427)
2017-08-31 schoetbiEvery type gets additionalProperties set to "false...
2017-08-31 endorph-softC++ Customise prefix/suffix of object API [Issue #4419...
2017-08-25 Wouter van... Updated C# test project.
2017-08-25 Wouter van... Fixed VS memory tracking leaking into user code
2017-08-24 Wouter van... Disabled numpy test in appveyor due to timeout.
2017-08-24 Wouter van... Cleaned up namespace handling.
2017-08-24 Wouter van... Trimmed vtables of trailing zeroes.
2017-08-17 Younguk KimFix use of min and max when Windows.h is imported ...
2017-08-14 Wouter van... Noted that benchmarks are for C++
2017-08-14 Wouter van... Explained GetRoot<Monster> vs GetMonster.
2017-08-14 Wouter van... Fixed .proto -> .fbs translating type bytes incorrectly.
2017-08-14 Wouter van... Further grammar.md fixes: union types, idents, string...
2017-08-14 Wouter van... Fixed up grammar.md with rpc's and new scalar types.
2017-08-14 Wouter van... Missing FieldDef initializer.
2017-08-14 Wouter van... Fixed file_identifier/extension leaking from included...
2017-08-14 Wouter van... Cleaned up test output.
2017-08-14 Wouter van... Fixed root_type leaking in from included files.
2017-08-14 rouzierC++ Add new type vector_bool flexbuffers (#4410)
2017-08-14 rouzierInternal doc (#4409)
2017-08-11 Wouter van... Added VS crtdbg memory leak tracking
2017-08-11 Wouter van... Added missing generated code.
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... Make flatc not silently skip schema files not ending...
2017-08-10 Wouter van... Make it an error if a field has the same name as a...
2017-08-10 Wouter van... Forgot to update pom.xml in recent 1.7.1 release.
2017-08-10 Wouter van... Misc documentation fixes.
2017-08-07 Wouter van... Fixed clang-tidy warnings.
2017-08-07 Wouter van... Added missing generated code from past commits.
2017-08-07 Wouter van... Linked to Mikkel's binary format documentation.
2017-08-07 Wouter van... Public accessor for buffer size of flexbuffers::Builder
2017-08-04 rouzier[c++] Add support for boolean types in flexbuffers...
2017-08-02 MikkelFJAdd scalar type aliases for int8, uint8, ..., f32,...
2017-08-01 Kevin Rose[Python] (scalar) vector reading speedup via numpy...
2017-07-28 Christian HelmichAdded support for nested flatbuffers serializing to...
2017-07-27 Manuel KroissAdding accessors for IsBlob and Blob.data (#4398)
2017-07-24 Stewart MilesMerge pull request #4395 from stewartmiles/master
2017-07-24 Stewart MilesTest case for CreateVectorOfStructs() using a callback.
2017-07-24 Christian Helmichforwarding IDLOptions.strict_json to flexbuffers .ToStr...
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-07-13 Alex WassermanJava: Added ByteBufferFactory interface and sizedInputS...
2017-07-10 schoetbiJson schema (#4369)
2017-06-26 Robbie McElrathMake inter-file cycles compile (#4364)
2017-06-21 Andrei StoicaMake flatbuffers work with ArduinoSTL (#4357) (#4361)
2017-06-20 Wouter van... Avoiding wrong template specialization on new CreateVector v1.7.1
2017-06-16 Wouter van... Updated version numbers to 1.7.0 v1.7.0
2017-06-16 Christopher... Optimize CreateVector for types > 1 byte on little...
2017-06-16 Wouter van... Added move assignment operator to DetachedBuffer.
2017-06-16 Wouter van... Adding a method to get the file identifier from a flatb...
2017-06-16 Wouter van... Initial support for parsing (and generating) Protobuf...
2017-06-16 Wouter van... Added convenient schema registry.
2017-06-16 Wouter van... Fixed missing lambda return type.
2017-06-16 Stephen Lane... Fixed build error in Visual Studio 2017 (#4353)
2017-06-13 Lawrence ChangRPC: fix memory leak (#4351)
2017-06-12 Wouter van... Added (nested) FlexBuffer JSON parsing and output.
2017-06-12 Wouter van... Added nested FlexBuffer parsing
2017-06-12 Christopher... Fix memory leak in Message move operator (#4344)
2017-06-07 Guillaume Giraud[cpp] Json parsing: adding support for parsing nested...
2017-06-07 Stephan T.... [C++] Remove std::iterator usage (#4340) (#4341)
2017-06-07 Lawrence Chan[C++] Improve flatbuffers + gRPC integration (#4310)
2017-06-07 rufeoooGenerate a C++ function for EnumValues{{ENUM_NAME}...
2017-06-05 vabr-g[C++] Remove std::move around a raw pointer in flatbuff...
2017-06-02 Wouter van... Disallowing field name same as table name.
2017-06-02 Wouter van... Added test for nested FlatBuffers functionality.
2017-06-02 AntonYudintsevrefactor flatbuffers.h and util.h so FlexBuffers do...
2017-06-02 Pavel KalinnikovTrack included files in PATH-agnostic way. (#4329)
2017-05-24 Wouter van... Fixed --keep-prefix functionality.
2017-05-24 Lawrence Chan[C++] Improve Allocator handling (#4312)
2017-05-22 Wouter van... Some code in the samples and docs still used old C...
2017-05-19 Wouter van... Standardized internal path handling on Posix separators.
2017-05-18 Kamil RojewskiFix for invalid null returns (#4318)
2017-05-18 sfarivadded check for presence of required fields. (flatc...
2017-05-16 schoetbiC#: Added <autogenerated> in cs generator file header...
2017-05-15 Wouter van... Made root test path configurable.
2017-05-15 Wouter van... Updated tutorial with a vector of structs example.
2017-05-12 Wouter van... Made codegen always output a file, even on an empty...
2017-05-12 Lawrence Chan[C++] Fix code gen indentation when empty Print (#4313)
2017-05-12 akamat-ibmAdding support for s390x (#4297)
2017-05-12 Per GrönC++/Go: Update gRPC related code to work with gRPC...
2017-05-11 Wouter van... Reverting part of PR #4286
2017-05-11 Wouter van... Removed unnecessary check for Offset in AssertScalarT()
2017-05-11 Wouter van... Added error message for union values out of range.
2017-05-10 Travis Wellmancleaning up JavaTest.sh - quote paths, and less error...
next