summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-12Remove unnecessary const qualifier from cast (#4666)Sergey Avseyev1-1/+1
2018-03-09Convert to unsigned char before applying bit shift operator (#4664)ianXian1-1/+1
2018-03-09Json : Add --size-prefixed option to flatc (#4645)desqaz2-4/+7
2018-03-08Swapped the order of two conditions in an assert. (#4663)Montoli1-1/+1
2018-03-05Protobufs: Added '--oneof-union' option. (#4647)Nik Hemmings1-0/+5
2018-03-05Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643)Christian Helmich1-0/+1
2018-03-02made HashFnv functions constexpr (#4640)Christian Helmich2-4/+11
2018-02-23template specialized Hash functions for 16-bit hash types (#4631)Christian Helmich1-1/+27
2018-02-22Add new c++ helpers to ease usage of size prefixed FlatBuffers (#4626)desqaz1-0/+3
2018-02-16[C++] better type mismatch error (#4623)Masato Nagai1-2/+2
2018-02-08Fix vector_data failure under debug (#4606)vglavnyy1-2/+2
2018-02-08Misc fixes from internal integration / clang tidy.Wouter van Oortmerssen1-0/+4
2018-01-29Cleaned up & fixed buffer alignment handling.Wouter van Oortmerssen1-14/+23
2018-01-22Made doubles output with higher precision in JSON and elsewhere.Wouter van Oortmerssen1-3/+10
2018-01-22Removed truncating of enum vals to int in ReverseLookup.Wouter van Oortmerssen1-1/+1
2018-01-18Author: Daniel Lin <danielin@umich.edi> (#4595)Daniel Lin2-5/+19
2018-01-16Cleaned up FlatBufferBuilder clearing.Wouter van Oortmerssen1-10/+9
2018-01-11Reduced FlatBufferBuilder from 3 buffers to 1Wouter van Oortmerssen1-38/+74
2018-01-08Add char * overload for FlatBufferBuilder::CreateString() (#4583)Andrew Gunnerson1-0/+7
2018-01-04Remove unused declarations (#4578)Andrei Polushin1-16/+0
2018-01-04Fix error in ConCatPathFileName (#4575)Bastien Brunnenstein2-1/+5
2017-12-28Various build fixes; update checked-in codegen. (#4572)Josh Ventura1-1/+2
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen13-799/+804
2017-12-21grpc bindings generator for Java and a few minor supporting changes i… (#4553)Yuri Finkelstein1-0/+7
2017-12-07Fixed CreateStruct not testing for nesting.Wouter van Oortmerssen1-1/+2
2017-12-01this is allow custom allocator for obj-api structs/tables. (#4520)rmawatson2-4/+5
2017-11-20Updated version numbers to 1.8.0v1.8.0Wouter van Oortmerssen1-1/+1
2017-11-16Fixed potential strict-aliasing violation in big-endian code.Wouter van Oortmerssen1-6/+12
2017-11-09Made stl_emulation.h usable by itself.Wouter van Oortmerssen1-0/+2
2017-10-20Changed how vector_data works. (#4467)Alex Ames1-2/+4
2017-10-16Nullable java (#4455)Yonggang Li1-2/+2
2017-10-13Use flatbuffer unique_ptr instead of std's.Anthony2-2/+2
2017-10-09Add new flatbuffer_go_library to generate Go library for flatbuffersWouter van Oortmerssen1-0/+1
2017-10-09_Nullable cpp interface (#4451)Yonggang Li1-0/+2
2017-10-06Improved .proto conversion.Wouter van Oortmerssen1-4/+14
2017-10-02Add template version for As method. (#4443)Louis-Paul CORDIER1-0/+27
2017-09-22Made the parser not have any hard-coded keywords.Wouter van Oortmerssen1-21/+21
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen3-0/+424
2017-09-21Fix build with clang on big-endian targets (#4440)Khem Raj2-32/+33
2017-09-14[C++] Fix DetachedBuffer move assignment lifetime (#4437)Lukas Bergdoll1-19/+34
2017-08-31C++ Customise prefix/suffix of object API [Issue #4419] (#4422)endorph-soft1-0/+3
2017-08-25Fixed VS memory tracking leaking into user codeWouter van Oortmerssen1-2/+4
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen1-3/+10
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen2-16/+57
2017-08-17Fix use of min and max when Windows.h is imported (#4411)Younguk Kim2-7/+7
2017-08-14Missing FieldDef initializer.Wouter van Oortmerssen1-1/+2
2017-08-14C++ Add new type vector_bool flexbuffers (#4410)rouzier2-3/+8
2017-08-11Added VS crtdbg memory leak trackingWouter van Oortmerssen1-5/+18
2017-08-11Vector of unions for TS/JS and PHP (#4404)Kamil Rojewski1-0/+2
2017-08-07Fixed clang-tidy warnings.Wouter van Oortmerssen1-1/+1