aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-11-18Add testing of C++ with sanitizers (CI-Docker) (#5631)Vladimir Glavnyy
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey
2019-10-21Add `--clean-first` to the cmake-build command (travis) (#5574)Vladimir Glavnyy
2019-08-26Fixed test build invocation of arrays_test.fbsWouter van Oortmerssen
2019-08-01[C++] remove static_cast expression (#5440)Alexey Geraskin
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro
2019-06-18Add support for fixed-size arrays (#5313)svenk177
2019-05-09Add detection of strtoull_l function (#5333) (#5337)Vladimir Glavnyy
2019-05-09Set default CRTReportMode for the `flatc` target (#5336)Vladimir Glavnyy
2019-04-24Bumped version to 1.11.0Wouter van Oortmerssen
2019-03-07Removed -Wc++98-compat-extra-semi for compatibility with older clang.Wouter van Oortmerssen
2019-02-25Added -Wc++98-compat-extra-semiWouter van Oortmerssen
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen
2019-02-21Add RPM packaging support (#5177)Marc Butler
2019-02-14Install flatc as requested (#5180)Aleix Pol
2019-02-11Turn on -Werror=unused-private-field for Clang.Wouter van Oortmerssen
2019-01-28Repair `fallthrough` was broken by d4493165 (#5115) (#5139)Vladimir Glavnyy
2019-01-24Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (...Vladimir Glavnyy
2018-12-26Added -Werror=implicit-fallthrough=2 to GCC 7 build.Wouter van Oortmerssen
2018-12-17Fix 'no_sanitize_undefined' attribute for GCC4.8 (#5090)Vladimir Glavnyy
2018-12-13Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077)tira-misu
2018-12-06Renamed JS generator to explicitly state it generates TS too (#5043)Kamil Rojewski
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy
2018-10-29Add 'fsanitize=address,undefined' to tests and flatc targets (#5009)Vladimir Glavnyy
2018-10-15disallow c style casts (#4981)Frank Benkstein
2018-10-04Fix recursion counter check. Add control to override depth of nested … (#4953)Vladimir Glavnyy
2018-10-03Bumped version to 1.10.1 for all languages.Wouter van Oortmerssen
2018-09-24Add FlatBufferBuilder move semantics tests to the main test suite (#4902)Sumant Tambe
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas
2018-09-02Port FlatBuffers to Rust (#4898)Robert
2018-08-30Add move semantics to MessageBuilder, FlatBufferBuilder, SliceAllocator, and ...Sumant Tambe
2018-08-06Attach header directory information to the "flatbuffers" library target (#4849)Vladimir Glavnyy
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel
2018-07-19Option to NOT force libc++ when building with clang (#4826)Kamil Rojewski
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey
2018-05-18Add [Dart] support (#4676)Dan Field
2018-04-05Update version number to 1.9Wouter van Oortmerssen
2018-04-05Remove line break of CMakeLists.txt (#4691)Juyeon Yoon
2018-02-15Support version compatibility checks via find_package command (#4625)Dmitry Volosnykh
2018-02-12Fix for aligned new for gcc >= 7.1 (#4621)Kamil Rojewski
2017-12-21grpc bindings generator for Java and a few minor supporting changes i… (#4553)Yuri Finkelstein
2017-12-21synchronized grpc cpp_generator with latest version as of today: grpc-1.8.1. ...Yuri Finkelstein
2017-11-30Add include directory to CMake install targets (#4510)Bastien Brunnenstein
2017-11-20Updated version numbers to 1.8.0Wouter van Oortmerssen
2017-11-16Add exports for all targets (#4491)red1939
2017-11-09Specify ABI version for shared library (#4479)Sergey Avseyev
2017-11-06Use CMake install directories instead of hardcoded (#4481)Sergey Avseyev
2017-11-06Link grpctest with libgrpc_unsecure explicitly (#4474)Lawrence Chan