summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Implemented ForceDefaults option on C# FlatBufferBuilder.Oli Wilkinson1-3/+0
2016-01-19Revamping the FlatBuffers docs.Mark Klara80-5516/+2859
2016-01-19Added support for parsing JSON null value.Wouter van Oortmerssen2-0/+4
2016-01-19Added schema evolution examples to the docs.Wouter van Oortmerssen2-2/+83
2016-01-06Updated docs to point to benchmark source code location.Wouter van Oortmerssen2-1/+9
2016-01-04Clarified binary encoding with an example.Wouter van Oortmerssen2-7/+65
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen2-0/+6
2015-12-02Multiple schemas parsed by flatc are now parsed independently.Wouter van Oortmerssen2-6/+5
2015-12-02Added long form options for all generators (--cpp etc.)Wouter van Oortmerssen2-17/+44
2015-11-09Updated supported languages in the docs.Wouter van Oortmerssen4-45/+58
2015-11-06Added new documentation links.Wouter van Oortmerssen2-2/+8
2015-10-19Added -M flatc flag to the documentation.Wouter van Oortmerssen3-2/+5
2015-10-17Fix minor typos in the Python documentation.Philip Rideout1-2/+2
2015-10-13Added support for imports and many other .proto features.Wouter van Oortmerssen2-5/+5
2015-09-28Improved documentation with links to videos, articles and who uses it.Wouter van Oortmerssen2-4/+40
2015-09-28Made .proto parsing understand nested declarations.Wouter van Oortmerssen2-3/+3
2015-09-15Implemented option --scoped-enum for C++ generatorvijairaj2-0/+4
2015-09-14Clarified use of unions in C++.Wouter van Oortmerssen3-3/+18
2015-08-15Merge remote-tracking branch 'upstream/master'Maor Itzkovitch8-8/+175
2015-08-15added vector mutatorsMaor Itzkovitch1-0/+45
2015-08-14Added authors to support.mdWouter van Oortmerssen2-1/+9
2015-08-12Added a platform / language / feature support matrix to docs.Wouter van Oortmerssen8-8/+167
2015-08-05Added a link to other FPL libraries to the main page.Wouter van Oortmerssen14-14/+56
2015-08-05Clarified the use of the deprecated flatc --gen-includes flag.Stewart Miles2-2/+5
2015-07-31Fixed small inaccurracies in the schema grammar.Wouter van Oortmerssen4-12/+20
2015-07-22Updated documentation to use new css style.Wouter van Oortmerssen21-16/+932
2015-07-13Fixed type specifiers in the grammar document.Wouter van Oortmerssen2-2/+2
2015-07-08A few schema documentation fixes.Wouter van Oortmerssen6-7/+20
2015-06-25Java/C-sharp docs: fix typo, clarify parser availability.John Belmonte1-2/+3
2015-06-15mergeAmol Deshpande5-12/+47
2015-06-13fix code formatting and bug with losing enums when using --gen-onefileAmol Deshpande1-0/+2
2015-05-27Added --defaults-json to output fields at default value.Wouter van Oortmerssen1-0/+3
2015-05-27Added GitHub link to start of documentation page.Wouter van Oortmerssen1-3/+4
2015-05-15Regenerate Doxygen docs to add Python usage page.rw5-10/+133
2015-05-12Port FlatBuffers to Python.rw2-0/+116
2015-05-06[BREAKING CHANGE] Field accessors should use property getters in C#Mormegil1-3/+23
2015-05-04Added extra checks for reading binaries in flatcWouter van Oortmerssen2-0/+4
2015-04-29Mutable FlatBuffers: in-place updates.Wouter van Oortmerssen4-1/+68
2015-04-06Fix typo in Benchmarks.mdINADA Naoki2-2/+2
2015-03-30Clarified Verifier options.v1.1.0Wouter van Oortmerssen2-2/+5
2015-03-11Implementation of a buffer release strategy.gregoire-astruc1-0/+6
2015-02-02Added "raw struct" results to benchmark.Wouter van Oortmerssen2-21/+28
2015-01-21Parser will allow a table or vector to have a trailing comma.Wouter van Oortmerssen2-3/+4
2015-01-16Sorted Vector & binary search functionality.Wouter van Oortmerssen4-1/+39
2015-01-07Fixed C# showing up as C in the documentationWouter van Oortmerssen4-5/+5
2015-01-07Added clarification about unions in JSON to the docs.Wouter van Oortmerssen2-0/+5
2015-01-07Documentation clarifications.Wouter van Oortmerssen8-11/+20
2014-12-08Various documentation clarifications.Wouter van Oortmerssen10-25/+52
2014-11-19Added user defined attribute declarations.Wouter van Oortmerssen4-4/+13
2014-11-19Clarified note on multi-threading in the docs.Wouter van Oortmerssen2-5/+13