summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-08-19has_method support for primitive fields in java runtime. Changed: idl.h, Flat...Edward1-0/+4
2019-08-01[C++] remove static_cast expression (#5440)Alexey Geraskin1-2/+1
2019-07-26Fix numeric_limits<T>::max() to avoid conflict with windows.h header (#5462)ll-antn1-2/+2
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro2-23/+42
2019-07-18[C++] fix static_cast expression (#5441)Alexey Geraskin1-1/+1
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy1-3/+8
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy2-3/+3
2019-06-27Fix undefined behavior. Closes #5422 (#5423)Andrew Noyes1-1/+2
2019-06-27Fix for FLATBUFFERS_PREFER_PRINTF writing zero-length strings (#5418)Adrian Perez1-1/+1
2019-06-18Add support for fixed-size arrays (#5313)svenk1773-14/+136
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy1-0/+4
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford2-111/+112
2019-05-31c++: Add command line option to add extra includes to gen files (#5360)Alexander Gallego1-0/+1
2019-05-30[C++] Fix Undefined behavior for zero length vectors (#5355)emkornfield1-2/+8
2019-05-16Add support for IAR compiler (#5347)Siarhei Fiedartsou2-2/+11
2019-05-16Fix reverse_iterator in Vector and tests (#5344)mmoscicki21-10/+12
2019-05-13[Go] Generate imports with fixed order (#5340)iceboy1-0/+9
2019-05-09Set default CRTReportMode for the `flatc` target (#5336)Vladimir Glavnyy1-0/+3
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-1/+1
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy2-15/+71
2019-04-24Bumped version to 1.11.0v1.11.0Wouter van Oortmerssen1-1/+1
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy1-7/+13
2019-04-05Add method GenerateTextFromTable issue #5249 (#5266)Anthony Liot1-0/+4
2019-03-25Fix a warning on compiling with clang (#5258)Nikolay Kuznetsov1-1/+1
2019-03-21Further fixes to make minireflect compatible with old behavior.Wouter van Oortmerssen1-3/+9
2019-03-18Fixed vector_delimited excluding delimiterWouter van Oortmerssen1-3/+3
2019-03-18Fixed shadowing warning in older gcc for vector_delimitedWouter van Oortmerssen1-2/+2
2019-03-14Made ToStringVisitor backwards compatible with older behavior.Wouter van Oortmerssen1-13/+31
2019-03-11Disabled constexpr for hashing functions.Wouter van Oortmerssen1-4/+4
2019-03-11Narrows template ascii routines to prevent a possible signed overflow in gene...Vladimir Glavnyy1-8/+8
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen1-0/+3
2019-03-07Fixed vector of union JSON parsing.Wouter van Oortmerssen1-4/+7
2019-02-25IterateValue: Use ReadScalar instead of unportable reinterpret_casts (#5209)Marcus Comstedt1-12/+12
2019-02-25Fix incorrect code generation on Solaris Sparc. (#5208)Brian Wellington1-0/+3
2019-02-25Added -Wc++98-compat-extra-semiWouter van Oortmerssen1-2/+2
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen2-2/+2
2019-02-22Fix big-endian build. (#5205)Brian Wellington1-0/+5
2019-02-21Improve endian detection. (#5204)bwelling1-1/+2
2019-02-11Add flag to make short names in JS/TS. (#5152)Gabriel Nützi1-0/+2
2019-02-11Implement (shared) attribute for C++ (#5157)iceboy1-0/+4
2019-02-11Turn on -Werror=unused-private-field for Clang.Wouter van Oortmerssen1-0/+1
2019-02-07Made FLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE #ifdef out lessWouter van Oortmerssen1-20/+16
2019-02-04Only use __movsb on architectures that support it (#5147)Jon Kunkee1-1/+1
2019-01-28Make changes on the make_unsigned type trait (#5136)Henry Lee1-2/+6
2019-01-28Repair `fallthrough` was broken by d4493165 (#5115) (#5139)Vladimir Glavnyy1-2/+24
2019-01-24delete zero width space characters <U+200B>'s to avoid MSVC warning C4819 (#5...find1-2/+2
2019-01-24Replace deprecated Vector::Length() with Vector::size() (#5131)Vladimir Glavnyy2-7/+7
2019-01-24Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (...Vladimir Glavnyy1-7/+9
2019-01-24[C++]Support reverse iterator in Vector (#5128)Henry Lee1-1/+31
2019-01-17Fix high certainty warnings from PVS-studio (#5115)Vladimir Glavnyy5-9/+28