summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon1-2/+5
2021-02-25Working on a python example plus fixing python grpc code (#6456)mustiikhalil1-1/+0
2021-02-22[CMake] generate pkg-config flatbuffers.pc file (#6455)Millian Poquet1-0/+8
2021-02-10[Build, cmake] Add -Werror override option (#6429)Vladimir Glavnyy1-0/+7
2021-01-14[TS/JS] New gen TS code gen prequel to preserve history (#6404)Björn Harrtell1-1/+1
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil1-0/+2
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts1-0/+1
2020-09-18Add support of Optional<T> scalars to C++ code generator (#6092)Vladimir Glavnyy1-0/+4
2020-08-18[CMake] enabled multi-core builds in VS projectsWouter van Oortmerssen1-0/+3
2020-03-27[CMake] : Add precompiled header support with FLATBUFFERS_ENABLE_PCH (#5827)Olivier Le Doeuff1-0/+23
2020-03-17Include CPack only when explictly packaging (#5817)a-maurice1-1/+2
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil1-0/+2
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom651-0/+28
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-0/+1
2020-01-06Add CMake 'generated_code' target to simplify resolution of build dependencie...Vladimir Glavnyy1-13/+57
2020-01-02[C++17] Add Traits class for Tables and Factory function within it. (#5678)David P. Sicilia1-0/+3
2020-01-02Removed code_generators.cpp from library targetsWouter van Oortmerssen1-2/+4
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-29/+80
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