aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-11-09Updated supported languages in the docs.Wouter van Oortmerssen
2015-11-06Added new documentation links.Wouter van Oortmerssen
2015-10-19Added -M flatc flag to the documentation.Wouter van Oortmerssen
2015-10-17Fix minor typos in the Python documentation.Philip Rideout
2015-10-13Added support for imports and many other .proto features.Wouter van Oortmerssen
2015-09-28Improved documentation with links to videos, articles and who uses it.Wouter van Oortmerssen
2015-09-28Made .proto parsing understand nested declarations.Wouter van Oortmerssen
2015-09-15Implemented option --scoped-enum for C++ generatorvijairaj
2015-09-14Clarified use of unions in C++.Wouter van Oortmerssen
2015-08-15Merge remote-tracking branch 'upstream/master'Maor Itzkovitch
2015-08-15added vector mutatorsMaor Itzkovitch
2015-08-14Added authors to support.mdWouter van Oortmerssen
2015-08-12Added a platform / language / feature support matrix to docs.Wouter van Oortmerssen
2015-08-05Added a link to other FPL libraries to the main page.Wouter van Oortmerssen
2015-08-05Clarified the use of the deprecated flatc --gen-includes flag.Stewart Miles
2015-07-31Fixed small inaccurracies in the schema grammar.Wouter van Oortmerssen
2015-07-22Updated documentation to use new css style.Wouter van Oortmerssen
2015-07-13Fixed type specifiers in the grammar document.Wouter van Oortmerssen
2015-07-08A few schema documentation fixes.Wouter van Oortmerssen
2015-06-25Java/C-sharp docs: fix typo, clarify parser availability.John Belmonte
2015-06-15mergeAmol Deshpande
2015-06-13fix code formatting and bug with losing enums when using --gen-onefileAmol Deshpande
2015-05-27Added --defaults-json to output fields at default value.Wouter van Oortmerssen
2015-05-27Added GitHub link to start of documentation page.Wouter van Oortmerssen
2015-05-15Regenerate Doxygen docs to add Python usage page.rw
2015-05-12Port FlatBuffers to Python.rw
2015-05-06[BREAKING CHANGE] Field accessors should use property getters in C#Mormegil
2015-05-04Added extra checks for reading binaries in flatcWouter van Oortmerssen
2015-04-29Mutable FlatBuffers: in-place updates.Wouter van Oortmerssen
2015-04-06Fix typo in Benchmarks.mdINADA Naoki
2015-03-30Clarified Verifier options.Wouter van Oortmerssen
2015-03-11Implementation of a buffer release strategy.gregoire-astruc
2015-02-02Added "raw struct" results to benchmark.Wouter van Oortmerssen
2015-01-21Parser will allow a table or vector to have a trailing comma.Wouter van Oortmerssen
2015-01-16Sorted Vector & binary search functionality.Wouter van Oortmerssen
2015-01-07Fixed C# showing up as C in the documentationWouter van Oortmerssen
2015-01-07Added clarification about unions in JSON to the docs.Wouter van Oortmerssen
2015-01-07Documentation clarifications.Wouter van Oortmerssen
2014-12-08Various documentation clarifications.Wouter van Oortmerssen
2014-11-19Added user defined attribute declarations.Wouter van Oortmerssen
2014-11-19Clarified note on multi-threading in the docs.Wouter van Oortmerssen
2014-10-24Various documentation improvements.Wouter van Oortmerssen
2014-10-15Added fenced code blocks to the C++/Java/Go docs for syntax highlighting.Wouter van Oortmerssen
2014-10-15Added .proto parsing and convertion to .fbs.Wouter van Oortmerssen
2014-09-23Added option to flatc to generate dependent header statements.Wouter van Oortmerssen
2014-09-22Support for required fields.Wouter van Oortmerssen
2014-09-19Added convenient create functions for Java/C#.Wouter van Oortmerssen
2014-09-15The parser and flatc now allow include directories to be specified.Wouter van Oortmerssen
2014-09-15Added convenient vector from array construction for Java.Wouter van Oortmerssen
2014-09-15Added accessor in Java to get vectors as ByteBuffers.Wouter van Oortmerssen