summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Reference::ToString should be const (#5118)cor3ntin1-1/+1
2019-01-14Add default NaN/Inf to C#, Java, Python (#5107)Vladimir Glavnyy1-13/+54
2019-01-07Move all platform dependent headers and code to util.cpp module (#5106)Vladimir Glavnyy2-113/+18
2019-01-07Add `NaN` and `Inf` defaults to the C++ generated code. (#5102)Vladimir Glavnyy2-2/+47
2018-12-17Fix 'no_sanitize_undefined' attribute for GCC4.8 (#5090)Vladimir Glavnyy1-1/+1
2018-12-13Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077)tira-misu2-0/+31
2018-12-06Renamed JS generator to explicitly state it generates TS too (#5043)Kamil Rojewski1-2/+2
2018-12-03Support nulls in String compare, CreateSharedString (#5060)Matt Frantz1-3/+11
2018-11-16Make string/vector field serialization order not depend on optimizer.Wouter van Oortmerssen1-27/+54
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy2-144/+200
2018-11-15flexbuffers blob to string implementation (#5039)Shivendra Agarwal1-0/+3
2018-11-12FlexBuffer to JSON convertor for typed and fixedTypedvectors (#4947)Shivendra Agarwal1-7/+15
2018-11-05Fixed vectors of enums in object API serialized incorrectly.Wouter van Oortmerssen1-0/+13
2018-11-02Fixed missing code from @javax.annotation PR.Wouter van Oortmerssen1-2/+4
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein1-2/+4
2018-10-29Add 'fsanitize=address,undefined' to tests and flatc targets (#5009)Vladimir Glavnyy1-2/+15
2018-10-22Make alignment checking optional. (#5011)Doug Muir1-2/+4
2018-10-22make flatbuffers::IsFieldPresent safer (#4988)Frank Benkstein3-11/+15
2018-10-22Add fuzzer test for scalar numbers in json. (#4996)Vladimir Glavnyy2-3/+5
2018-10-22CI check generate code (#4998)Frank Benkstein1-0/+1
2018-10-18Efficient Conversion of a FlatBufferBuilder to a MessageBuilder (#4980)Sumant Tambe2-4/+37
2018-10-15Go - Use Go bool type for bool fields (#4962)kostya-sh1-1/+1
2018-10-15disallow c style casts (#4981)Frank Benkstein2-7/+6
2018-10-15don't use std::function in flatbuffers::Parser (#4995)Frank Benkstein1-32/+5
2018-10-11Refactoring of idl_parser (#4948)Vladimir Glavnyy4-24/+274
2018-10-08Fix expected type of enum values in reflection tables (#4944)Michael Edwards2-6/+6
2018-10-08Add missing const on Reference::As<> (#4975)cor3ntin1-19/+19
2018-10-08Disable armeabi builds for Android and re-enable CI builds. (#4970)Stewart Miles1-0/+46
2018-10-04Fix recursion counter check. Add control to override depth of nested … (#4953)Vladimir Glavnyy1-2/+9
2018-10-03Bumped version to 1.10.1 for all languages.v1.10.0Wouter van Oortmerssen1-1/+1
2018-10-01Parser error message reports both the line number and the cursor position. (#...Vladimir Glavnyy1-1/+19
2018-09-27Add more apis to query vector types from a reference (#4823)Shivendra Agarwal1-2/+5
2018-09-27Add missed defined(clang) and fix the wrong placement of #pragma push/pop for...Vladimir Glavnyy2-17/+28
2018-09-24Add FlatBufferBuilder move semantics tests to the main test suite (#4902)Sumant Tambe2-9/+25
2018-09-24ToStringVisitor settings to allow pretty formatted JSON (#4933)Michael Edwards1-6/+39
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-0/+2
2018-09-02Port FlatBuffers to Rust (#4898)Robert1-20/+39
2018-08-30Add move semantics to MessageBuilder, FlatBufferBuilder, SliceAllocator, and ...Sumant Tambe2-0/+121
2018-08-24DetachedBuffer cannot be rewrapped (#4885)Gabriel Nützi1-6/+39
2018-08-23Updated preprocessor check for template aliases. (#4888)Derek Bailey1-6/+16
2018-08-16Add C#/Java generator behaviour for 'private' attribute (#4882)Andy Martin1-0/+1
2018-08-13Use string_view if _HAS_CXX17 is true (#4876)iceboy1-1/+1
2018-08-13Fixed use of uoffset_t in verifier could cause wrap around.Wouter van Oortmerssen1-17/+21
2018-08-10Clarify flatbuffer reflection struct sizes to be less error-prone. (#4870)Andrew Selle1-3/+3
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel1-0/+7
2018-07-27Adds multi-line to FLatBufferToString (#4847)shassani1-5/+18
2018-07-27Fixed FlatBufferBuilder::Required not checking vtable size.Wouter van Oortmerssen1-9/+11
2018-07-26Update FLATBUFFERS_HAS_STRING_VIEW __cplusplus checks to the versions provide...Paul Reimer1-2/+2
2018-07-19Adds ForceStringAlignment to flatbuffers. (#4828)shassani1-0/+5
2018-07-19Restricting (typed=false, fixed=true) combination in flexbuffer CreateVector ...Shivendra Agarwal1-0/+1