summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-17Small improvements to the C++ API.Wouter van Oortmerssen2-2/+13
2015-06-15mergeAmol Deshpande4-5/+789
2015-06-06option to generate one file for C#Amol Deshpande1-0/+2
2015-05-27Added --defaults-json to output fields at default value.Wouter van Oortmerssen1-1/+4
2015-05-20Small readability improvements to recent commits.Wouter van Oortmerssen1-4/+3
2015-05-20Merge pull request #207 from zachreizner/headergwvo1-0/+1
2015-05-20Add include for cstdlib for std::bsearch definitionZach Reizner1-0/+1
2015-05-20Merge pull request #198 from zulli73/mastergwvo1-2/+2
2015-05-18Use std::bsearch in LookupByKey for binary searchZach Reizner1-21/+21
2015-05-13Fixed endianness Vector's begin() and end()Raphael Zulliger1-2/+2
2015-05-12Port FlatBuffers to Python.rw1-20/+28
2015-05-08Added namespaced way to refer to types in schemas.Wouter van Oortmerssen1-0/+2
2015-05-08Merge "Initial support for propagating namespaces from schema files to genera...Brett Cooley1-0/+6
2015-05-06Fix u_int8_t to uint8_tyinlei1-1/+1
2015-05-05Initial support for propagating namespaces from schema files to generated codeBrett Cooley1-0/+6
2015-04-29Mutable FlatBuffers: in-place updates.Wouter van Oortmerssen2-11/+30
2015-04-01Generate Java doc comments in JavaDoc styleAdvay Mengle1-0/+4
2015-03-11Implementation of a buffer release strategy.gregoire-astruc1-3/+41
2015-02-17Merge "Added the hash attribute to ints and longs." into ub-games-masterAlex Ames2-0/+108
2015-02-17Added the hash attribute to ints and longs.Alex Ames2-0/+108
2015-02-13Fix pointer underrun when allocating large vectorsStefan Eilemann1-1/+1
2015-02-04Reset minimum alignment when reusing FlatBufferBuilderWouter van Oortmerssen1-0/+1
2015-01-28Add options to print build rule dependenciesGabriel Martinez2-1/+83
2015-01-26Support for booleans in the Java/C# APIWouter van Oortmerssen1-1/+1
2015-01-21Parser will allow a table or vector to have a trailing comma.Wouter van Oortmerssen1-2/+4
2015-01-16Sorted Vector & binary search functionality.Wouter van Oortmerssen2-20/+72
2015-01-07Made CreateUninitializedVector return the buffer.Wouter van Oortmerssen1-8/+10
2015-01-07non-generic version of CreateUninitializedVector for c ffidyu1-4/+8
2014-12-08Added VectorLength helper function that works on nullptr.Wouter van Oortmerssen1-0/+6
2014-12-08Fixed missing virtual destructor in allocator.Wouter van Oortmerssen1-0/+1
2014-11-19Added "final" to generated types to block inheritance.Wouter van Oortmerssen1-3/+10
2014-11-19Added user defined attribute declarations.Wouter van Oortmerssen1-8/+18
2014-11-07Made the memcmp address sanitizer clean.Wouter van Oortmerssen1-1/+3
2014-11-07Fixed required field checking incorrectly using unsigned offsets.Wouter van Oortmerssen1-2/+2
2014-10-24Added support for custom allocators and uninitialized vectors.Wouter van Oortmerssen1-8/+33
2014-10-22Fixed big-endian issue.Wouter van Oortmerssen1-1/+1
2014-10-15Added .proto parsing and convertion to .fbs.Wouter van Oortmerssen1-2/+19
2014-09-25Output multiline doc comments over multiple linesGabriel Martinez1-4/+6
2014-09-23Enums in C++ are now strongly typed.Wouter van Oortmerssen2-6/+13
2014-09-23Made flatc error messages look like what other compilers output.Wouter van Oortmerssen1-0/+23
2014-09-23Added option to flatc to generate dependent header statements.Wouter van Oortmerssen1-3/+8
2014-09-22Support for required fields.Wouter van Oortmerssen2-11/+31
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen1-38/+47
2014-09-15Added missing assert.h to util.h.Wouter van Oortmerssen1-0/+1
2014-09-15The parser and flatc now allow include directories to be specified.Wouter van Oortmerssen2-3/+19
2014-09-15Initial commit of .NET port of FlatBuffersevolutional1-0/+8
2014-09-05Fixed JSON text output not finding symbolic names for enum value 1.Wouter van Oortmerssen1-1/+2
2014-09-05Implemented the file identifier functionality for Java.Wouter van Oortmerssen1-2/+2
2014-09-04Made Vector have a size() function, to make it more STL-alike.Wouter van Oortmerssen1-4/+7
2014-09-04Made "field set more than once" check in JSON parser faster.Wouter van Oortmerssen1-2/+3