aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen
2015-12-02C++ generated code now has constants for vtable offsets.Wouter van Oortmerssen
2015-12-02Made generated C++ code respect gcc -Werror=shadow.Wouter van Oortmerssen
2015-09-25Fixed .proto translation making scalars into required fields.Wouter van Oortmerssen
2015-09-11Fix Visual Studio 2012 build warning.Jason Sanmiya
2015-06-17Small improvements to the C++ API.Wouter van Oortmerssen
2015-05-12Port FlatBuffers to Python.rw
2015-05-05Initial support for propagating namespaces from schema files to generated codeBrett Cooley
2015-05-04Added missing --gen-mutable to CMakeLists.txtWouter van Oortmerssen
2015-02-04Added new Android build target and makefile utils.Alex Ames
2015-01-07update generated sourcesdyu
2014-11-19Added "final" to generated types to block inheritance.Wouter van Oortmerssen
2014-09-23Enums in C++ are now strongly typed.Wouter van Oortmerssen
2014-09-22Generate headers from spec, add option for installing targetsZbigniew Mandziejewicz
2014-09-15The parser and flatc now allow include directories to be specified.Wouter van Oortmerssen
2014-08-25Fixed compile errors in VS / gcc for recent commits.Wouter van Oortmerssen
2014-08-20Fixed warnings for unused variables in Visual Studio.Wouter van Oortmerssen
2014-08-19Schemas now support include files.Wouter van Oortmerssen
2014-07-29Made FlatBuffers compile correctly with -pedanticWouter van Oortmerssen
2014-07-21Corrected the order of the comments on namespace close parensAlex Ames
2014-07-09Added a "strict JSON" mode to the text generator and compilerWouter van Oortmerssen
2014-07-02Switched VS build to -W4, and fixed all resulting warnings.Wouter van Oortmerssen
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen