summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2016-06-06Fixed LoadFile crashing on directory arguments.Wouter van Oortmerssen1-1/+18
2016-05-23Merge "Removed reference to deprecated NDK toolchain version." into ub-games-...Stewart Miles1-1/+1
2016-05-23Removed reference to deprecated NDK toolchain version.Stewart Miles1-1/+1
2016-05-23Made .sh files all have same comment formatting.Wouter van Oortmerssen8-7/+15
2016-01-20Re-Added accidentally deleted sample generated file.Wouter van Oortmerssen1-0/+202
2016-01-19Silenced unused variable warnings.Mark Klara1-0/+3
2016-01-19Revamping the FlatBuffers docs.Mark Klara23-174/+1763
2016-01-19Merge branch 'master' of https://github.com/google/flatbuffersWouter van Oortmerssen1-1/+1
2016-01-19Added min/max values for enums/unions.Wouter van Oortmerssen1-2/+6
2016-01-09Fix #3497: Add support for compiling in g++ 4.4 and 4.5Chandra Penke1-1/+1
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen1-2/+1
2015-12-02C++ generated code now has constants for vtable offsets.Wouter van Oortmerssen1-24/+32
2015-12-02Made generated C++ code respect gcc -Werror=shadow.Wouter van Oortmerssen1-8/+8
2015-09-25Fixed .proto translation making scalars into required fields.Wouter van Oortmerssen1-2/+2
2015-09-11Fix Visual Studio 2012 build warning.Jason Sanmiya2-0/+0
2015-06-17Small improvements to the C++ API.Wouter van Oortmerssen1-1/+1
2015-05-12Port FlatBuffers to Python.rw1-0/+0
2015-05-05Initial support for propagating namespaces from schema files to generated codeBrett Cooley1-3/+3
2015-05-04Added missing --gen-mutable to CMakeLists.txtWouter van Oortmerssen1-0/+11
2015-02-04Added new Android build target and makefile utils.Alex Ames4-0/+128
2015-01-07update generated sourcesdyu1-2/+2
2014-11-19Added "final" to generated types to block inheritance.Wouter van Oortmerssen1-2/+2
2014-09-23Enums in C++ are now strongly typed.Wouter van Oortmerssen1-8/+11
2014-09-22Generate headers from spec, add option for installing targetsZbigniew Mandziejewicz1-2/+2
2014-09-15The parser and flatc now allow include directories to be specified.Wouter van Oortmerssen1-2/+3
2014-08-25Fixed compile errors in VS / gcc for recent commits.Wouter van Oortmerssen1-10/+14
2014-08-20Fixed warnings for unused variables in Visual Studio.Wouter van Oortmerssen1-0/+2
2014-08-19Schemas now support include files.Wouter van Oortmerssen1-2/+2
2014-07-29Made FlatBuffers compile correctly with -pedanticWouter van Oortmerssen1-2/+2
2014-07-21Corrected the order of the comments on namespace close parensAlex Ames1-10/+16
2014-07-09Added a "strict JSON" mode to the text generator and compilerWouter van Oortmerssen1-1/+2
2014-07-02Switched VS build to -W4, and fixed all resulting warnings.Wouter van Oortmerssen3-5/+34
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen5-0/+238