aboutsummaryrefslogtreecommitdiff
path: root/docs/source
AgeCommit message (Expand)Author
2018-10-08Disable armeabi builds for Android and re-enable CI builds. (#4970)Stewart Miles
2018-10-04Fix recursion counter check. Add control to override depth of nested … (#4953)Vladimir Glavnyy
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas
2018-09-02Port FlatBuffers to Rust (#4898)Robert
2018-08-13Proposing use of C++ header files and functions (#4869)kulswanand
2018-08-06Attach header directory information to the "flatbuffers" library target (#4849)Vladimir Glavnyy
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel
2018-07-16flatbuffer force-empty option (#4822)shassani
2018-07-16:memo: release mode in building doc (#4819)xgdgsc
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey
2018-06-27Add --force-defaults option to flatc [C++, parser] (#4729)Paul Reimer
2018-06-25docs: fix flatc instructions (#4794)Polynomdivision
2018-06-12Fixed TypeScript links in docs (#4783)Kamil Rojewski
2018-05-31Fixed typo in Java/C# tutorial.Wouter van Oortmerssen
2018-05-31Fix typo in tutorial for Go (#4756)Gautham B A
2018-05-31Javascript: Add suppport for ES6 style exports (#4754)Nathan Mitchell
2018-05-18Add [Dart] support (#4676)Dan Field
2018-05-07Add --root-type option to flatc [C++, parser, JSON] (#4728)Paul Reimer
2018-04-06An user-defined attribute name validation (#4689)Vladimir Glavnyy
2018-04-05Add FLATBUFFERS_ prefix to defines [C++] (#4695)Paul Reimer
2018-04-05Missing TS links in docs (#4693)Kamil Rojewski
2018-04-02Fix typos in C++ tutorial (#4685)David Stephan
2018-03-23TypeScript docs (#4680)Kamil Rojewski
2018-01-22Fix the spell mistake (#4599)Li-Deng
2018-01-04Update URL (#4576)Darío Hereñú
2017-12-18update mutation status in doc (#4549)xgdgsc
2017-12-01this is allow custom allocator for obj-api structs/tables. (#4520)rmawatson
2017-11-17Document type aliases (#4499)MikkelFJ
2017-11-16fix typo (#4495)Dan Douglas
2017-11-16c++ Tutorial fix (#4494)Hong Wu
2017-11-16tutorial docs (#4492)David Komer
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev
2017-10-09Spelling error in C# and Java documentation (#4454)Brian Chavez
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen
2017-09-07Update doc (#4427)rouzier
2017-08-14Noted that benchmarks are for C++Wouter van Oortmerssen
2017-08-14Explained GetRoot<Monster> vs GetMonster.Wouter van Oortmerssen
2017-08-14Further grammar.md fixes: union types, idents, string constants.Wouter van Oortmerssen
2017-08-14Fixed up grammar.md with rpc's and new scalar types.Wouter van Oortmerssen
2017-08-14Internal doc (#4409)rouzier
2017-08-10Misc documentation fixes.Wouter van Oortmerssen
2017-08-07Linked to Mikkel's binary format documentation.Wouter van Oortmerssen
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen
2017-06-07[C++] Improve flatbuffers + gRPC integration (#4310)Lawrence Chan
2017-05-22Some code in the samples and docs still used old C# API.Wouter van Oortmerssen
2017-05-15Updated tutorial with a vector of structs example.Wouter van Oortmerssen
2017-05-10Added --keep-prefix to not strip schema include path in C++ includes.Wouter van Oortmerssen
2017-05-10Fixed LookupByKey for Java & C#Wouter van Oortmerssen
2017-04-12Added support for structs and strings in unions.Wouter van Oortmerssen