summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Optional-ness in reflection (#6097)Casper1-4/+16
2020-09-10Rename Nullable scalars to Optional scalars (#6112)Casper1-3/+3
2020-09-10Avoid memcpy call for empty vectors (#6111)Ruslan Burakov1-0/+3
2020-08-31Wrap verify file id condition in Check call (#6085)Navin Mohan1-2/+2
2020-08-18[Kotlin] Attach JvmStatic annotation to each method in companion object (#6052)Yoon Kyong Sik1-1/+3
2020-07-24[C++] Fix compiler error from deleted assignment operator (#6036) (#6047)jdess1-4/+1
2020-07-16Flatc parser support for nullable scalars (#6026)Casper1-0/+4
2020-07-06Silence false positive "-Wstringop-overflow" on GCC 10.0 to 11.0 (#6020)Vasyl Gello1-0/+11
2020-06-25[C++] Updates real_path to be truly portable (#5787)mjvankampen1-3/+9
2020-06-18Mark GetBufferMinAlignment() const (#5985)Gleb Mazovetskiy1-1/+1
2020-06-02Add static asserts to ensure that reflection API arrays are kept in sync (#5934)Laurentiu Cristofor2-6/+32
2020-06-01[C++] Got rid of memset's in constructors (#5938)bakinovsky-m1-0/+1
2020-06-01General Codebase clean up (#5939)Derek Bailey4-11/+7
2020-05-29Add GetStringView like GetString, GetCstring (#5937)stefan3011-0/+8
2020-05-04Respect shared attribute in Parser (#5885)Mika Raento1-1/+1
2020-05-04include/flatbuffers: typo fixes in comments (#5884)Even Rouault6-6/+6
2020-04-13[Swift] Object API support (#5826)mustiikhalil1-0/+4
2020-03-27[CMake] : Add precompiled header support with FLATBUFFERS_ENABLE_PCH (#5827)Olivier Le Doeuff2-0/+77
2020-03-26Correct calculation of vector element size (#5831)Dmitriy Kovalev1-1/+2
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer2-10/+0
2020-03-16[C++] Add max_depth and max_tables parameters to reflection::Verify (#5815)stefan3011-1/+3
2020-03-16Fix interpretation of 'nan(number)' by the idl_parser (#5810)Vladimir Glavnyy2-2/+2
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-03-05Removed assert that wasn't backwards compatible.Wouter van Oortmerssen1-2/+1
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey5-37/+47
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil1-0/+6
2020-02-10[C#] support Json Serialization (#5752)mugisoba1-7/+8
2020-02-06FlexBuffers: C++: scalar-only typed vectors were not aligned.Wouter van Oortmerssen1-0/+1
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom652-0/+28
2020-01-16[C++] Fix for printing of enum in case output_enum_identifiers=1. (#5706)Vladimir Glavnyy1-1/+10
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-18/+24
2020-01-09Changed direct calls to strtod to use StringToNumberWouter van Oortmerssen1-1/+5
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth1-0/+1
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+27
2019-12-26Add support for absl::string_view when available (#5682)Austin Schuh1-0/+7
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy4-5/+32
2019-12-23Fix for FlexBuffers FBT_VECTOR_STRING size bit-width.Wouter van Oortmerssen1-13/+45
2019-12-23Added Check to VerifyAlignment (#5675)stefan3011-1/+1
2019-12-09Supress unsigned-integer-overflow for PaddingBytes (#5647)Björn Harrtell1-0/+1
2019-12-05Add --force-empty-vectors option (#5653)cryptocode1-4/+9
2019-12-02[Clang 10]: definition of implicit copy constructor for 'TableKeyComparatoris...Ivan Shynkarenka1-1/+5
2019-11-25Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum cl...Vladimir Glavnyy1-4/+24
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-7/+19
2019-11-25read vtable size through ReadScalar() (#5636)FujiZ1-1/+1
2019-11-18add namespace prefix in FLATBUFFERS_MAX_BUFFER_SIZE (#5629)FujiZ1-1/+1
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan1-0/+6
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey1-12/+7
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey1-0/+10
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey1-1/+1
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey9-241/+225