summaryrefslogtreecommitdiff
path: root/docs/source/CppUsage.md
AgeCommit message (Expand)AuthorFilesLines
2021-04-29fix typo in CppUsage.md (#6595)shiyuge1-1/+1
2021-03-18[C++] #6501 - Problem when mapping a native type multiple times (#6514)Michael1-27/+55
2020-04-09fix cpp usage markdown error (#5845)Meng Yang1-2/+2
2020-03-02Fixed docs on how to obtain parser error.Wouter van Oortmerssen1-1/+1
2020-01-09Document JSON compatibility guarantees. (#5704)emkornfield1-0/+2
2019-12-26Minor doc updates: FlexBuffers C#, Discord, CppUsage.Wouter van Oortmerssen1-12/+12
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy1-7/+49
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen1-2/+12
2019-02-11Implement (shared) attribute for C++ (#5157)iceboy1-0/+8
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen1-26/+29
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy1-6/+42
2018-10-08Disable armeabi builds for Android and re-enable CI builds. (#4970)Stewart Miles1-1/+3
2018-10-04Fix recursion counter check. Add control to override depth of nested … (#4953)Vladimir Glavnyy1-0/+9
2018-08-13Proposing use of C++ header files and functions (#4869)kulswanand1-10/+13
2018-01-22Fix the spell mistake (#4599)Li-Deng1-1/+1
2017-12-01this is allow custom allocator for obj-api structs/tables. (#4520)rmawatson1-0/+39
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev1-0/+0
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen1-0/+24
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-01-18More native code gen functionality.Wouter van Oortmerssen1-3/+69
2016-10-17Allow other pointer types than unique_ptr for object API.Wouter van Oortmerssen1-1/+10
2016-10-12External references for the object API thru a resolver function.Wouter van Oortmerssen1-0/+19
2016-07-28Need unique_ptr.get not pointee.getCaleb Epstein1-1/+1
2016-07-27Fix docs for object API usageCaleb Epstein1-1/+1
2016-07-20Added optional object based API for C++.Wouter van Oortmerssen1-0/+21
2016-05-18Fixed Library Location in CppUsage.mdMahmut Ali ÖZKURAN1-2/+1
2016-01-19Revamping the FlatBuffers docs.Mark Klara1-200/+76
2015-09-14Clarified use of unions in C++.Wouter van Oortmerssen1-1/+3
2015-06-15Initial reflection and resizing functionality.Wouter van Oortmerssen1-4/+24
2015-04-29Mutable FlatBuffers: in-place updates.Wouter van Oortmerssen1-0/+49
2015-03-30Clarified Verifier options.v1.1.0Wouter van Oortmerssen1-1/+3
2015-03-11Implementation of a buffer release strategy.gregoire-astruc1-0/+6
2015-01-16Sorted Vector & binary search functionality.Wouter van Oortmerssen1-0/+26
2015-01-07Documentation clarifications.Wouter van Oortmerssen1-0/+5
2014-12-08Various documentation clarifications.Wouter van Oortmerssen1-2/+3
2014-11-19Clarified note on multi-threading in the docs.Wouter van Oortmerssen1-4/+11
2014-10-15Added fenced code blocks to the C++/Java/Go docs for syntax highlighting.Wouter van Oortmerssen1-0/+26
2014-09-15The parser and flatc now allow include directories to be specified.Wouter van Oortmerssen1-0/+4
2014-08-22Improved the verifier to be even more resilient.Wouter van Oortmerssen1-0/+5
2014-08-12File identifier feature.Wouter van Oortmerssen1-1/+1
2014-07-25Extended symbolic enum parsing in JSON for integers and OR-ing.Wouter van Oortmerssen1-0/+3
2014-07-01Add buffer verification functionality to FlatBuffersWouter van Oortmerssen1-2/+35
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen1-0/+226