summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2018-01-22Fix the spell mistake (#4599)Li-Deng1-1/+1
2018-01-04Update URL (#4576)Darío Hereñú1-1/+1
2017-12-18update mutation status in doc (#4549)xgdgsc1-1/+1
2017-12-01this is allow custom allocator for obj-api structs/tables. (#4520)rmawatson1-0/+39
2017-11-17Document type aliases (#4499)MikkelFJ2-5/+18
2017-11-16fix typo (#4495)Dan Douglas1-1/+1
2017-11-16c++ Tutorial fix (#4494)Hong Wu1-3/+4
2017-11-16tutorial docs (#4492)David Komer1-3/+3
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev14-0/+0
2017-10-09Spelling error in C# and Java documentation (#4454)Brian Chavez1-1/+1
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen2-0/+27
2017-09-07Update doc (#4427)rouzier1-1/+1
2017-08-14Noted that benchmarks are for C++Wouter van Oortmerssen1-1/+1
2017-08-14Explained GetRoot<Monster> vs GetMonster.Wouter van Oortmerssen1-0/+2
2017-08-14Further grammar.md fixes: union types, idents, string constants.Wouter van Oortmerssen1-4/+9
2017-08-14Fixed up grammar.md with rpc's and new scalar types.Wouter van Oortmerssen1-3/+9
2017-08-14Internal doc (#4409)rouzier1-6/+10
2017-08-10Misc documentation fixes.Wouter van Oortmerssen2-2/+12
2017-08-07Linked to Mikkel's binary format documentation.Wouter van Oortmerssen1-0/+6
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-0/+27
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen2-0/+13
2017-06-07[C++] Improve flatbuffers + gRPC integration (#4310)Lawrence Chan3-3/+37
2017-05-22Some code in the samples and docs still used old C# API.Wouter van Oortmerssen1-9/+8
2017-05-15Updated tutorial with a vector of structs example.Wouter van Oortmerssen1-6/+77
2017-05-10Added --keep-prefix to not strip schema include path in C++ includes.Wouter van Oortmerssen1-0/+2
2017-05-10Fixed LookupByKey for Java & C#Wouter van Oortmerssen1-8/+9
2017-04-12Added support for structs and strings in unions.Wouter van Oortmerssen1-0/+18
2017-03-20Add arbitrary string type to the native object API (#4218)Alexander Gallego1-0/+9
2017-03-15fixed flag for javascript (#4223)Aaron Hudon1-1/+1
2017-03-08Fix broken symlink to CONTRIBUTING.md (#4212)Dale Lukas Peterson1-1/+1
2017-03-03Fixing broken link and added missing <map> header include. (#4199)Zarian Waheed1-1/+1
2017-02-13Added doc comments to the binary schema.Wouter van Oortmerssen1-0/+2
2017-02-10Added --prefix-include option for generated includes.Wouter van Oortmerssen1-0/+3
2017-02-08Changes to make flatbuffers javascript compatible with the closure compiler.Wouter van Oortmerssen1-0/+6
2017-02-08Fixed missing 'Wouter van Oortmerssen1-1/+1
2017-02-08First attempt at SchemaLess FlatBuffers.Wouter van Oortmerssen5-0/+308
2017-01-24Union VectorBei Li1-0/+4
2017-01-18More native code gen functionality.Wouter van Oortmerssen2-3/+73
2016-12-19Documentation improvements: style guide & guide lines.Wouter van Oortmerssen1-3/+64
2016-10-24Change docs to not encourage use of 1 byte buffers.Wouter van Oortmerssen1-8/+9
2016-10-21Made nesting vs inline clearer in the docs.Wouter van Oortmerssen1-60/+22
2016-10-17Allow other pointer types than unique_ptr for object API.Wouter van Oortmerssen1-1/+10
2016-10-12Clarified tutorial w.r.t reading/writing buffers.Wouter van Oortmerssen1-41/+36
2016-10-12External references for the object API thru a resolver function.Wouter van Oortmerssen2-0/+23
2016-08-26Merge pull request #3978 from TGIshib/keyWouter van Oortmerssen1-0/+30
2016-08-22Improve `LookupByKey` , update docsTGIshib1-0/+30
2016-08-151.4 prep fixesv1.4.0Wouter van Oortmerssen1-1/+1
2016-08-10Clarified in the docs how to get to the serialized bytes.Wouter van Oortmerssen1-1/+15
2016-07-28Merge branch 'master' of https://github.com/google/flatbuffersCaleb Epstein1-6/+1
2016-07-28Need unique_ptr.get not pointee.getCaleb Epstein1-1/+1