summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Fix flatc code gen.Wouter van Oortmerssen1-0/+2
2017-03-29C#: Fixed possible conflicts between usings and user-supplied namespace (#4247)Spencer Bench1-1/+1
2017-03-29Support binary search for struct in cpp (#4245)tianyapiaozi2-1/+21
2017-03-20C++: Add default value handling to mutation/SetField code (#4230)Lawrence Chan1-1/+4
2017-03-20add command line argument for go namespace (#4222)Flier Lu2-6/+20
2017-03-20Add arbitrary string type to the native object API (#4218)Alexander Gallego2-1/+15
2017-03-15GO: add _ postfix to identiy conflict golang keyword (#4221)Flier Lu1-5/+21
2017-03-10Pedantic Visual Studio build (/W4 /WX) (#4214)chronoxor2-0/+19
2017-03-10NoError was returning on DoParse method when file was empty (#4208)Louis-Paul CORDIER1-0/+4
2017-03-08fixed path being ignored in GenerateCppGRPC (#4207)Christian Helmich1-3/+3
2017-02-28Fixed problem with uint keys (#4172)Raman1-12/+24
2017-02-25C++ generator: Pre-allocating std::vector in UnPack methods. (#4187)Louis-Paul CORDIER1-2/+3
2017-02-25Fixed move constructor in generated union class (#4192)Andrei Lebedev1-1/+2
2017-02-25[C++] Additional accessors for fields of union types. (#4184)Franken1-0/+70
2017-02-15Removed spurious "aa" from flatc usage message.Wouter van Oortmerssen1-1/+1
2017-02-15Updated version numbers to 1.6v1.6.0Wouter van Oortmerssen1-1/+1
2017-02-13Added doc comments to the binary schema.Wouter van Oortmerssen2-3/+16
2017-02-10Added --prefix-include option for generated includes.Wouter van Oortmerssen2-1/+9
2017-02-10Add move constructor to generated union class. (#4167)水樹素子1-0/+2
2017-02-10Error C2668: 'Service::Version2::CreateServiceValues' : ambiguous call to ove...sjoblom651-2/+9
2017-02-08Changes to make flatbuffers javascript compatible with the closure compiler.Wouter van Oortmerssen2-4/+55
2017-02-01JSON parser wasn't handling ulong values correctly.Wouter van Oortmerssen1-5/+13
2017-01-30A bug fix to the union vector feature in FlatBuffers.Wouter van Oortmerssen1-0/+1
2017-01-27Added tracking of order of types declared.Wouter van Oortmerssen1-0/+4
2017-01-25Fix unused variable build warning on Mac.Wouter van Oortmerssen1-2/+3
2017-01-25Allow the flatbuffer compiler (flatc) to be built as a library.Wouter van Oortmerssen2-144/+179
2017-01-25minor fixes to the union vector code styles (#4149)gbeili1-2/+2
2017-01-24Union VectorBei Li4-117/+133
2017-01-18More native code gen functionality.Wouter van Oortmerssen2-13/+89
2017-01-18Add no-op for padding variables to prevent clang compiler warning.Wouter van Oortmerssen1-14/+14
2017-01-18Merge branch 'master' of https://github.com/google/flatbuffersWouter van Oortmerssen1-10/+7
2017-01-18Fixed unions not being parsed correctly in JSON.Wouter van Oortmerssen1-8/+17
2017-01-18GenEnum: bit_flags: Remove useless conditions (#4141)Georges Savoundararadj1-10/+7
2017-01-13Fix unused field warning in clang.Wouter van Oortmerssen1-0/+15
2017-01-13Add CodeWriter utility class.Wouter van Oortmerssen4-785/+1179
2017-01-09Fixed GRPC method name generation.Wouter van Oortmerssen1-2/+1
2017-01-04Re-applied reverted fix, adding missing codegen files.Wouter van Oortmerssen1-1/+1
2017-01-04Misc idl_gen_cpp cleanupWouter van Oortmerssen2-294/+370
2017-01-03Updated version to 1.5v1.5.0Wouter van Oortmerssen1-1/+1
2017-01-03fix memory leak (#4126)Yonggang Li1-0/+1
2016-12-21Fixed empty structs generating illegal constructor in C++.Wouter van Oortmerssen1-31/+32
2016-12-21Fixed more Windows build errors.Wouter van Oortmerssen1-1/+1
2016-12-21Fixed Windows compiler warning.Wouter van Oortmerssen1-1/+1
2016-12-19Fixed Windows build errors.Wouter van Oortmerssen2-41/+39
2016-12-19Merge branch 'master' of https://github.com/google/flatbuffersWouter van Oortmerssen1-0/+226
2016-12-19Add default values (if they exist) to native tables.Wouter van Oortmerssen1-14/+55
2016-12-19Add ::Set function to Unions to make memory ownership clear.Wouter van Oortmerssen1-33/+52
2016-12-16Changes for verifying a buffer dynamically using reflection. (#4102)Zarian Waheed1-0/+226
2016-12-14Fixed JS outputting helper for Int64Array.Wouter van Oortmerssen1-1/+1
2016-12-14Made GRPC generator missing into a warning.Wouter van Oortmerssen1-6/+13