summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-08Fix UB in CreateVectorOfStructs in case of an empty vector: avoid calling mem...Daniil Nikolenko1-1/+3
2021-06-28[C++] add make_span for Array<T,N> (#6663)Vladimir Glavnyy2-49/+162
2021-06-27[C++] Fix a -Wdeprecated-copy warning. (#6708)pkasting1-3/+0
2021-06-19Replace filenames in reflection with filenames+includes. (#6703)Casper1-7/+88
2021-06-17Add the file a symbol is declared in to Reflection (#6613)Casper3-20/+99
2021-06-08[C++] flatc --cpp-field-case-style option to permit camel-case field names in...Huw Rogers1-0/+5
2021-06-04Use unoptimized path for ReadUInt64 for win32 build as the optimized path cra...Jared Duke1-1/+2
2021-06-03[Java] ObjectAPI implementation (#6521) (#6582)ofirm932-5/+7
2021-05-21Removed most heap allocations in builder (#6662)Derek Bailey2-19/+59
2021-05-19Revert "[C++] Removed most heap allocations in builder (#6620)" (#6659)Derek Bailey2-58/+19
2021-05-17[C++] Removed most heap allocations in builder (#6620)Derek Bailey2-19/+58
2021-05-15Ran clang-format-all.sh. Removed default --style=file parameter (#6639)Derek Bailey2-15/+7
2021-05-13Deprecate EnumVal.object (#6612)Casper2-14/+1
2021-05-10C++/Rust version changesWouter van Oortmerssen1-2/+2
2021-05-10Fix reverse iterators for Vector and Array (#6626)Vladimir Glavnyy1-7/+19
2021-04-27Add advance feature indicators to reflection (#6546)Casper2-4/+57
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon1-2/+3
2021-03-18[C++] #6501 - Problem when mapping a native type multiple times (#6514)Michael2-3/+37
2021-03-15[flexbuffers, json] Parse `nan` and `inf` (#6512)Vladimir Glavnyy1-0/+2
2021-03-08Disable x64-specific optimizations for ARM64EC ReadInt64 (#6506)Ben Niu1-1/+1
2021-03-05[C++17] Add compile-time reflection for fields. (#6324)David P. Sicilia1-0/+2
2021-03-01[idl_parser] Track included files by hash (#6434)Mark Spatz1-1/+1
2021-02-12Default strings and vectors: Parser + Rust support (#6421)Casper1-0/+2
2021-02-10[idl_parser] Validate `force_align` on all possible paths (#6430)Vladimir Glavnyy4-0/+12
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper1-6/+30
2021-01-22Formats cpp code (#6349)mustiikhalil2-32/+35
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell3-22/+16
2021-01-19[idl_parser] Improve symbols lookup thru parent namespaces (#6407)Vladimir Glavnyy1-0/+1
2021-01-08Define Vector::value_type for STL compatibility (#6394)brian-brt1-0/+1
2021-01-04[idl_parser] Improve stack overflow protection (#6364)Vladimir Glavnyy3-18/+16
2020-12-10Add flatc option to inhibit all warnings #6005 (#6301)tira-misu1-0/+2
2020-12-07Replace std::string and const char* CreateSharedString with string_view (#6315)Austin Schuh1-0/+11
2020-12-07[idl_parser] Unify parsing of NaN values read from .fbs and .json files (#6296)Vladimir Glavnyy2-1/+12
2020-11-23[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)Vladimir Glavnyy4-1/+15
2020-11-23Fixed FlexBufferBuilder asserting on duplicate keysWouter van Oortmerssen1-3/+13
2020-11-19Add --require-explicit-ids to require explicit ids (#6277)Austin Schuh1-0/+4
2020-11-05Add GetBufferSpan() function to bufferbuilder (#6235)OptoCloud1-0/+8
2020-10-22Fix typo in flatbuffers::span declaration. (#6202)Vladimir Glavnyy1-5/+5
2020-10-19Updated SupportsAdvancedUnionFeatures to look out for string (#6190)Casper1-0/+4
2020-10-15Add generation of JSON Schema to library (#6165)tira-misu1-0/+4
2020-10-12[C++] Add option to not generate direct copy methods. (#6166)astange1-0/+2
2020-10-12Add Array initialization from struct constructor (#5865) (#6147)Vladimir Glavnyy3-11/+283
2020-10-12Cast to right type for reserved_ subtraction (#6167)astange1-1/+1
2020-10-08[C++] Fix -Wnarrowing and -Woverflow due to signed bitfields on G++ ARM (#6163)Anass Al1-3/+6
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil1-0/+2
2020-09-28flatc should output a warning, when an attribute is attached more than once (...Stefan F1-1/+1
2020-09-24Add static cast to avoid implicit double promotion. (#6132)Nat Jeffries1-1/+4
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts2-8/+20
2020-09-21Add CharToLower and CharToUpper into util.s (#6126)Vladimir Glavnyy1-0/+8
2020-09-18Add support of Optional<T> scalars to C++ code generator (#6092)Vladimir Glavnyy5-17/+211