summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen1-73/+58
2015-12-02Multiple schemas parsed by flatc are now parsed independently.Wouter van Oortmerssen1-0/+6
2015-12-02Allow vectors to be aligned beyond their natural type.Wouter van Oortmerssen1-0/+9
2015-12-02Fix use of std::max when Windows.h is imported.Chris1-1/+1
2015-12-02Return the full string when requested from a flatbuffers::String, even if it ...Chris1-1/+1
2015-12-02Made generated C++ code respect gcc -Werror=shadow.Wouter van Oortmerssen1-2/+2
2015-12-02Fixed crash related to flatc parsing duplicate input files.Wouter van Oortmerssen1-1/+1
2015-11-18(PHP) add experimental support for PHP language.Shuhei Taunma1-0/+7
2015-10-28Allow structs to be parsed in JSON with out of order fields.Wouter van Oortmerssen1-6/+3
2015-10-28Fixed assert in flatc converting to text.Wouter van Oortmerssen1-0/+5
2015-10-28Improved C++ asserts for nesting and not finishing buffers.Wouter van Oortmerssen1-8/+49
2015-10-20Added assert for referring to 0 offsets.Wouter van Oortmerssen1-2/+4
2015-10-19Fixes for JS generator in VSWouter van Oortmerssen1-1/+10
2015-10-19Vector of structs were not being verified correctly.Wouter van Oortmerssen1-0/+5
2015-10-14Add support for JavaScript code generationEvan Wallace1-0/+18
2015-10-13Added support for imports and many other .proto features.Wouter van Oortmerssen1-10/+38
2015-09-28Fixed LoadFile on WindowsWouter van Oortmerssen1-4/+12
2015-09-24Removed call to pop_back on std::string.Alex Ames1-1/+2
2015-09-18Fix an out-of bounds read when the element is bigger than the buffer.Tiago Cogumbreiro1-1/+1
2015-09-15Implemented option --scoped-enum for C++ generatorvijairaj1-1/+2
2015-09-11Fix Visual Studio 2012 build warning.Jason Sanmiya1-1/+1
2015-09-09Improved the speed of LoadFile() in debug mode.Wouter van Oortmerssen1-2/+4
2015-08-26Fix conversion of floats when generating jsonBjörn Reimer1-3/+21
2015-08-03Reworked reflection.h to be more general.Wouter van Oortmerssen2-430/+256
2015-07-31Added support for adding new tables/strings to an existing FlatBuffer.Wouter van Oortmerssen2-20/+71
2015-07-29Base type safety in C#. Clear FlatBufferBuilder in C#.RevenantX1-2/+2
2015-07-22Merge pull request #237 from jonsimantov/masterWouter van Oortmerssen1-9/+17
2015-07-22Updated pointer syntax to be consistent in SetString, etc.Jon Simantov1-2/+2
2015-07-22Use Object* for optional root_table in SetString/ResizeVector.Jon Simantov1-15/+13
2015-07-22Fixed reflection resizing code not checking strings in vectors.Wouter van Oortmerssen1-5/+9
2015-07-22Add optional root table name to SetString and ResizeVector.Jon Simantov1-6/+16
2015-07-02Round up allocation size to avoid misalignment (issue #226)Evan Wallace1-0/+3
2015-06-29Made warning settings in Xcode more aggressive.Wouter van Oortmerssen2-3/+3
2015-06-29Reflection: generically copy (parts of) FlatBuffers.Wouter van Oortmerssen3-65/+269
2015-06-17Small improvements to the C++ API.Wouter van Oortmerssen2-2/+13
2015-06-15mergeAmol Deshpande4-5/+789
2015-06-06option to generate one file for C#Amol Deshpande1-0/+2
2015-05-27Added --defaults-json to output fields at default value.Wouter van Oortmerssen1-1/+4
2015-05-20Small readability improvements to recent commits.Wouter van Oortmerssen1-4/+3
2015-05-20Merge pull request #207 from zachreizner/headergwvo1-0/+1
2015-05-20Add include for cstdlib for std::bsearch definitionZach Reizner1-0/+1
2015-05-20Merge pull request #198 from zulli73/mastergwvo1-2/+2
2015-05-18Use std::bsearch in LookupByKey for binary searchZach Reizner1-21/+21
2015-05-13Fixed endianness Vector's begin() and end()Raphael Zulliger1-2/+2
2015-05-12Port FlatBuffers to Python.rw1-20/+28
2015-05-08Added namespaced way to refer to types in schemas.Wouter van Oortmerssen1-0/+2
2015-05-08Merge "Initial support for propagating namespaces from schema files to genera...Brett Cooley1-0/+6
2015-05-06Fix u_int8_t to uint8_tyinlei1-1/+1
2015-05-05Initial support for propagating namespaces from schema files to generated codeBrett Cooley1-0/+6
2015-04-29Mutable FlatBuffers: in-place updates.Wouter van Oortmerssen2-11/+30