summaryrefslogtreecommitdiff
path: root/src/idl_gen_text.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen1-19/+16
2015-10-19Fixes for JS generator in XcodeWouter van Oortmerssen1-1/+1
2015-09-16serialize boolean in JSON to "true/false" instead of "0/1"Björn Reimer1-1/+6
2015-06-17Small improvements to the C++ API.Wouter van Oortmerssen1-2/+2
2015-06-15Initial reflection and resizing functionality.Wouter van Oortmerssen1-5/+5
2015-05-27Added --defaults-json to output fields at default value.Wouter van Oortmerssen1-24/+33
2015-05-12Port FlatBuffers to Python.rw1-3/+6
2015-01-28Add options to print build rule dependenciesGabriel Martinez1-0/+35
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen1-3/+3
2014-09-04Made Vector have a size() function, to make it more STL-alike.Wouter van Oortmerssen1-2/+2
2014-08-25Fixed compile errors in VS / gcc for recent commits.Wouter van Oortmerssen1-1/+2
2014-08-22Support all JSON escape codes (including \u) for parsing & text gen.Wouter van Oortmerssen1-17/+34
2014-08-13Parser now allows empty tables in JSONWouter van Oortmerssen1-2/+1
2014-07-21Added a `bit_flags` attribute to enum declarations that 1<<N every value.Wouter van Oortmerssen1-1/+2
2014-07-21Port FlatBuffers to Go.rw1-3/+3
2014-07-15JSON parsing & text generation is now enum-identifier aware.Wouter van Oortmerssen1-6/+22
2014-07-09Added a "strict JSON" mode to the text generator and compilerWouter van Oortmerssen1-31/+40
2014-07-02Switched VS build to -W4, and fixed all resulting warnings.Wouter van Oortmerssen1-2/+3
2014-06-23JSON text output now optionally doesn't output linefeeds either.Wouter van Oortmerssen1-7/+21
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen1-0/+214