summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Add testing of C++ with sanitizers (CI-Docker) (#5631)Vladimir Glavnyy1-0/+5
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan1-0/+3
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey1-2/+0
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey1-0/+2
2019-10-21Add `--clean-first` to the cmake-build command (travis) (#5574)Vladimir Glavnyy1-0/+6
2019-08-26Fixed test build invocation of arrays_test.fbsWouter van Oortmerssen1-1/+1
2019-08-01[C++] remove static_cast expression (#5440)Alexey Geraskin1-3/+8
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro1-0/+1
2019-06-18Add support for fixed-size arrays (#5313)svenk1771-2/+9
2019-05-09Add detection of strtoull_l function (#5333) (#5337)Vladimir Glavnyy1-3/+9
2019-05-09Set default CRTReportMode for the `flatc` target (#5336)Vladimir Glavnyy1-0/+2
2019-04-24Bumped version to 1.11.0v1.11.0Wouter van Oortmerssen1-1/+1
2019-03-07Removed -Wc++98-compat-extra-semi for compatibility with older clang.Wouter van Oortmerssen1-1/+1
2019-02-25Added -Wc++98-compat-extra-semiWouter van Oortmerssen1-2/+2
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen1-1/+1
2019-02-21Add RPM packaging support (#5177)Marc Butler1-3/+16
2019-02-14Install flatc as requested (#5180)Aleix Pol1-2/+0
2019-02-11Turn on -Werror=unused-private-field for Clang.Wouter van Oortmerssen1-1/+1
2019-01-28Repair `fallthrough` was broken by d4493165 (#5115) (#5139)Vladimir Glavnyy1-0/+4
2019-01-24Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (...Vladimir Glavnyy1-4/+9
2018-12-26Added -Werror=implicit-fallthrough=2 to GCC 7 build.Wouter van Oortmerssen1-1/+1
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-misu1-0/+9
2018-12-06Renamed JS generator to explicitly state it generates TS too (#5043)Kamil Rojewski1-3/+3
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy1-0/+12
2018-10-29Add 'fsanitize=address,undefined' to tests and flatc targets (#5009)Vladimir Glavnyy1-1/+32
2018-10-15disallow c style casts (#4981)Frank Benkstein1-0/+6
2018-10-04Fix recursion counter check. Add control to override depth of nested … (#4953)Vladimir Glavnyy1-0/+6
2018-10-03Bumped version to 1.10.1 for all languages.v1.10.0Wouter van Oortmerssen1-1/+1
2018-09-24Add FlatBufferBuilder move semantics tests to the main test suite (#4902)Sumant Tambe1-0/+8
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-1/+1
2018-09-02Port FlatBuffers to Rust (#4898)Robert1-0/+1
2018-08-30Add move semantics to MessageBuilder, FlatBufferBuilder, SliceAllocator, and ...Sumant Tambe1-0/+13
2018-08-06Attach header directory information to the "flatbuffers" library target (#4849)Vladimir Glavnyy1-1/+4
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel1-0/+1
2018-07-19Option to NOT force libc++ when building with clang (#4826)Kamil Rojewski1-8/+11
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey1-0/+1
2018-05-18Add [Dart] support (#4676)Dan Field1-0/+1
2018-04-05Update version number to 1.9v1.9.0Wouter van Oortmerssen1-1/+1
2018-04-05Remove line break of CMakeLists.txt (#4691)Juyeon Yoon1-2/+1
2018-02-15Support version compatibility checks via find_package command (#4625)Dmitry Volosnykh1-1/+4
2018-02-12Fix for aligned new for gcc >= 7.1 (#4621)Kamil Rojewski1-1/+5
2017-12-21grpc bindings generator for Java and a few minor supporting changes i… (#4553)Yuri Finkelstein1-0/+2
2017-12-21synchronized grpc cpp_generator with latest version as of today: grpc-1.8.1. ...Yuri Finkelstein1-1/+1
2017-11-30Add include directory to CMake install targets (#4510)Bastien Brunnenstein1-10/+28
2017-11-20Updated version numbers to 1.8.0v1.8.0Wouter van Oortmerssen1-1/+1
2017-11-16Add exports for all targets (#4491)red19391-3/+47
2017-11-09Specify ABI version for shared library (#4479)Sergey Avseyev1-1/+10
2017-11-06Use CMake install directories instead of hardcoded (#4481)Sergey Avseyev1-4/+5
2017-11-06Link grpctest with libgrpc_unsecure explicitly (#4474)Lawrence Chan1-1/+1