summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Support binary search for struct in cpp (#4245)tianyapiaozi1-1/+39
2017-03-27Add a VectorCast function that safely casts fromWouter van Oortmerssen1-0/+14
2017-03-27Fixed building and warnings on Arduino (16 bit platform). (#4197)Jesper Stemann Andersen1-6/+12
2017-03-20C++: Add default value handling to mutation/SetField code (#4230)Lawrence Chan2-6/+38
2017-03-20add command line argument for go namespace (#4222)Flier Lu1-0/+1
2017-03-20Add arbitrary string type to the native object API (#4218)Alexander Gallego2-1/+11
2017-03-18C++: add String::str() function (#4234)Jun Hyeon, Nam1-0/+1
2017-03-18fixed duplicate symbol error in flexbuffers.h (#4233)Jun Hyeon, Nam1-4/+4
2017-03-13Prevent flatbuffers::Vector and flatbuffers::VectorOfAny to be copied (#4217)Alexander Theißen1-0/+7
2017-03-10Pedantic Visual Studio build (/W4 /WX) (#4214)chronoxor1-4/+13
2017-03-08VS2015 warning "conditional expression is constant" (#4210)chronoxor1-0/+9
2017-03-08Add a backwards-compatible version of VerifyBuffer() (#4201)Hadriel Kaplan1-0/+4
2017-03-03Fixing broken link and added missing <map> header include. (#4199)Zarian Waheed1-0/+1
2017-03-03optimization of FlatBufferBuilder::CreateVector() (#4198)xiaohaoliang1-2/+6
2017-02-25more safer (#4186)Kameiha1-1/+1
2017-02-15Fixed VS x64 warnings in flexbuffers.hWouter van Oortmerssen1-4/+5
2017-02-15Updated version numbers to 1.6v1.6.0Wouter van Oortmerssen1-1/+1
2017-02-15Round vector_downward initial size up (#4179)Sahil Jain1-4/+3
2017-02-13Added doc comments to the binary schema.Wouter van Oortmerssen2-15/+59
2017-02-13Fixed sorting assertion with some std::sort implementations.Wouter van Oortmerssen1-1/+3
2017-02-10Added missing generated code.Wouter van Oortmerssen1-6/+6
2017-02-10Added --prefix-include option for generated includes.Wouter van Oortmerssen1-0/+1
2017-02-08Changes to make flatbuffers javascript compatible with the closure compiler.Wouter van Oortmerssen1-0/+2
2017-02-08Fixed vector test on WindowsWouter van Oortmerssen1-0/+5
2017-02-08Fixes for Windows compiler errors.Wouter van Oortmerssen1-6/+8
2017-02-08First attempt at SchemaLess FlatBuffers.Wouter van Oortmerssen1-0/+1332
2017-02-01JSON parser wasn't handling ulong values correctly.Wouter van Oortmerssen2-3/+5
2017-02-01Add utility method to build a vector of struct in-place. (#4153)Benjamin Lerman1-0/+21
2017-01-30Remove max_message_size arg, which is not passed to Deserialize func.Wouter van Oortmerssen1-3/+1
2017-01-27Added tracking of order of types declared.Wouter van Oortmerssen1-0/+1
2017-01-27Some small speed optimizations to the core copying functions.Wouter van Oortmerssen1-7/+19
2017-01-25Allow the flatbuffer compiler (flatc) to be built as a library.Wouter van Oortmerssen1-0/+96
2017-01-24Union VectorBei Li1-2/+18
2017-01-18More native code gen functionality.Wouter van Oortmerssen1-0/+3
2017-01-13Add CodeWriter utility class.Wouter van Oortmerssen3-154/+360
2017-01-11Add a builder option to enable/disable vtables deduplication. (#4132)gbeili1-8/+16
2017-01-09Cold part of make_space() code moved to reallocate member function. (#4130)Mateusz Pusz1-11/+15
2017-01-04Misc idl_gen_cpp cleanupWouter van Oortmerssen2-50/+120
2017-01-03Updated version to 1.5v1.5.0Wouter van Oortmerssen1-1/+1
2016-12-21Fix call to Verifier::VerifyBuffer from BufferRef (#4124)Ankur Dave1-1/+1
2016-12-21Added helper methods to access struct through reflection. (#4120)Zarian Waheed1-0/+16
2016-12-16Changes for verifying a buffer dynamically using reflection. (#4102)Zarian Waheed2-3/+12
2016-12-16random access iterator for vector added (#4119)krupnov1-6/+35
2016-12-14Fixed JS outputting helper for Int64Array.Wouter van Oortmerssen1-0/+2
2016-12-05Support for Golang GRPC (Experimental) (#4082)Ronak Jain1-6/+12
2016-12-02Allows structs to be stored directly as member variables.Wouter van Oortmerssen1-0/+3
2016-11-07Fixes to support GCC 4.4.7Wouter van Oortmerssen1-1/+1
2016-10-21Fixed STLPort error for missing vector::data()Wouter van Oortmerssen1-1/+5
2016-10-19Added functionality to obtain a buffer pointer from a root.Wouter van Oortmerssen1-4/+47
2016-10-17Allow other pointer types than unique_ptr for object API.Wouter van Oortmerssen2-5/+18