summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-21 fixed java codegen bug documented in #4563 (#4565)Yuri Finkelstein1-2/+3
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen18-4361/+4172
2017-12-21grpc bindings generator for Java and a few minor supporting changes i… (#4553)Yuri Finkelstein4-6/+55
2017-12-14Fix for strictPropertyInitialization for TS (#4540)Kamil Rojewski1-22/+28
2017-12-04Replace the non standard M_PI with a constant (#4528)Bastien Brunnenstein1-8/+4
2017-12-01this is allow custom allocator for obj-api structs/tables. (#4520)rmawatson2-1/+23
2017-11-20Updated version numbers to 1.8.0v1.8.0Wouter van Oortmerssen1-1/+1
2017-11-16Remove copy constructor to make flatbuffers struct trivially copyable… (#4476)Louis-Paul CORDIER1-5/+0
2017-11-13Fix valid params limit exceeded for generated table constructor (#4490)Angela Sheu1-1/+3
2017-10-23Added missing EndTable() call to VerifyObject() (#4468)stefan3011-0/+3
2017-10-16Nullable java (#4455)Yonggang Li3-9/+24
2017-10-09Add new flatbuffer_go_library to generate Go library for flatbuffersWouter van Oortmerssen2-4/+36
2017-10-09_Nullable cpp interface (#4451)Yonggang Li2-5/+21
2017-10-06Improved .proto conversion.Wouter van Oortmerssen4-141/+250
2017-10-06[C++] Add explicit keyword on generated constructors for Builder structs (#4452)Aaron1-1/+1
2017-10-05Fix issue #4389, if field is ommitted the return type is the same for… (#4444)Dariusz Ostolski1-1/+1
2017-09-25Fixed TypeTable function not being inline.Wouter van Oortmerssen1-2/+2
2017-09-22Made the parser not have any hard-coded keywords.Wouter van Oortmerssen7-196/+133
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen2-0/+171
2017-09-21Add constant accessors to C++ unions (#4433)endorph-soft1-0/+5
2017-09-14idl_gen_json_schema.cpp: Fixed detection of enum types (#4438)schoetbi1-1/+1
2017-09-12Fixed .proto not being accepted as schema file.Wouter van Oortmerssen1-1/+2
2017-09-07Forgot to bump flatc version to 1.7.1Wouter van Oortmerssen1-1/+1
2017-08-31Every type gets additionalProperties set to "false" (#4424)schoetbi1-6/+5
2017-08-31C++ Customise prefix/suffix of object API [Issue #4419] (#4422)endorph-soft2-31/+43
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen5-43/+54
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen3-5/+3
2017-08-14Fixed .proto -> .fbs translating type bytes incorrectly.Wouter van Oortmerssen1-11/+18
2017-08-14Fixed file_identifier/extension leaking from included file.Wouter van Oortmerssen1-1/+3
2017-08-14Fixed root_type leaking in from included files.Wouter van Oortmerssen1-0/+3
2017-08-11Vector of unions for TS/JS and PHP (#4404)Kamil Rojewski3-22/+86
2017-08-11Copying required field to union type vector (#4407)Kamil Rojewski1-0/+4
2017-08-10Make flatc not silently skip schema files not ending in .fbsWouter van Oortmerssen1-2/+8
2017-08-10Make it an error if a field has the same name as a table.Wouter van Oortmerssen1-1/+1
2017-08-07Fixed clang-tidy warnings.Wouter van Oortmerssen1-1/+1
2017-08-04[c++] Add support for boolean types in flexbuffers (#4386)rouzier1-2/+15
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ7-24/+34
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-0/+33
2017-07-28Added support for nested flatbuffers serializing to json (#4391)Christian Helmich3-12/+55
2017-07-24forwarding IDLOptions.strict_json to flexbuffers .ToString() (#4394)Christian Helmich1-1/+1
2017-07-20C++98 (stlport) support for core FlatBuffers and FlexBuffers.Stewart Miles5-84/+146
2017-07-19idl_parser.cpp ignores $schema in input json (#4382)schoetbi1-0/+4
2017-07-13Java: Added ByteBufferFactory interface and sizedInputStream method. (#4379)Alex Wasserman1-1/+1
2017-07-10Json schema (#4369)schoetbi2-1/+230
2017-06-26Make inter-file cycles compile (#4364)Robbie McElrath1-27/+39
2017-06-16Updated version numbers to 1.7.0v1.7.0Wouter van Oortmerssen1-1/+1
2017-06-16Initial support for parsing (and generating) Protobuf ASCII.Wouter van Oortmerssen2-7/+15
2017-06-16Fixed missing lambda return type.Wouter van Oortmerssen1-1/+1
2017-06-12Added (nested) FlexBuffer JSON parsing and output.Wouter van Oortmerssen4-160/+155
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen2-1/+20