summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-02-02skip generating reflection.fbs in generate_scripts (#7077)Derek Bailey1-1/+1
2022-01-31Use FindPython3 (#7055)Derek Bailey1-10/+7
2022-01-31remove BIICODEDerek Bailey1-5/+0
2022-01-30Cmake 3.16 de-facto minimum version (#7049)Derek Bailey1-31/+30
2022-01-29Convert flatbuffers_version_string to inline function (#7046)Derek Bailey1-5/+1
2022-01-28Use `${PYTHON_EXECUTABLE}` instead of `py` in cmake (#7042)Derek Bailey1-4/+4
2022-01-27Added support for clang-cl on windows (CMake) (#7038)MS1-8/+13
2022-01-25Add FlatBuffers::FlatBuffers interface, needed for FetchContent_Declare (#7023)BogDan Vatra1-0/+8
2021-12-13[CMake] Add option for disable universal on OSX (#6990)Vadim-Valdis Yudaev1-1/+7
2021-12-10[CMake]: Fix python command for mingw environment (#6984)Biswapriyo Nath1-2/+2
2021-12-09Bumping to Version 2.0.5 (#6967)Derek Bailey1-3/+4
2021-12-02Lua Generator using IR. (#6940)Derek Bailey1-0/+4
2021-11-30Removed test/generate_code.{sh|bat} (#6873)Derek Bailey1-5/+18
2021-11-23invalid conditional running genrate_code.py (#6952)Derek Bailey1-2/+2
2021-11-17fixed cmp0048 error (#6932)Derek Bailey1-3/+13
2021-11-15Added Google benchmarks (and gtests) (#6920)Derek Bailey1-0/+8
2021-11-10[C++] Split flatbuffers.h into separate files (#6868)Derek Bailey1-4/+17
2021-10-05add working directory (#6878)Derek Bailey1-0/+1
2021-09-30[Cmake] Add a post build command after flatc to run the new generate_code.py ...Derek Bailey1-0/+20
2021-09-23feat(build): compile "universal" libraries and executables for Mac (#6852)Ivan Dlugos1-0/+1
2021-09-08Move Apple-specific build flags to Clang section (#6802)Rafal Kapuscik1-6/+7
2021-07-29[C++] Use proper gRPC C++ API when using MemoryBuffer Slice (#6756)Esun Kim1-0/+1
2021-06-17Add the file a symbol is declared in to Reflection (#6613)Casper1-0/+2
2021-05-15Fixed generation of c++ code with flags (#6637)Derek Bailey1-3/+3
2021-05-10C++/Rust version changesWouter van Oortmerssen1-2/+2
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