summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2023-01-08Defined CodeGenerator Interface and implement C++ (#7771)Derek Bailey1-0/+1
2022-12-14[C++] Fix clang `-Wnewline-eof` warning (#7711)mogemimi1-0/+1
2022-11-30Remove --gen-name-strings flag from cmake command for generating union_vector...Michael Le1-1/+1
2022-11-22FlatBuffers Version 22.11.22Derek Bailey1-0/+1
2022-11-18Add support for using array of scalar as key field in Cpp (#7623)Wen Sun1-19/+22
2022-11-17Fix schema to binary test, when build and run from all directories. specially...Saman1-1/+1
2022-10-29Add check for presence of realpath to CMakeLists.txt to support more platform...Alejandro Ramallo1-0/+7
2022-10-21[Nim] Bfbs Nim Generator (#7534)Dan Lapid1-0/+2
2022-09-21[C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) (#7520)Denis Blank1-0/+5
2022-09-10Install BuildFlatBuffers.cmake (#7519)Derek Bailey1-1/+4
2022-09-01[CMake]: fix breaking find_package change (#7499) (#7502)Chris Langhans1-2/+2
2022-08-29[C++] support native_inline attribute for vector of tables (#7479)sssooonnnggg1-0/+3
2022-08-28Refactor test.cpp (#7487)Derek Bailey1-0/+18
2022-08-26Include <array> head in stl_emulation.h (#7480)Derek Bailey1-1/+5
2022-08-24Disable RTTI and rework use in idl_gen_ts.cpp (#7474)Derek Bailey1-0/+2
2022-08-23Moved compiler warnings around (#7471)Derek Bailey1-6/+13
2022-08-16Audit and fixups for GCC and Clang (#7212)Paul Harris1-4/+7
2022-08-08Remove stringop-overflow from error (#7422)Derek Bailey1-0/+5
2022-08-06Add FLATBUFFERS_STRICT_MODE (#7408)Derek Bailey1-8/+20
2022-08-05(#7323) Rename CMake files according to project name (#7378)Chris Langhans1-9/+9
2022-08-05Fix Clang-Cl compile on Windows (#7308)063939931-4/+9
2022-06-14Remove asserting in verifier for flattestsDerek Bailey1-8/+2
2022-06-14move -Wextra-semi to GCC 8.0+Derek Bailey1-1/+3
2022-04-18Add test for nested buffer verifier (#7252)Derek Bailey1-2/+1
2022-04-12Add -Wnon-virtual-dtorDerek Bailey1-0/+1
2022-04-06Started to migrate to target_compile_options (#7222)Derek Bailey1-104/+118
2022-04-05code gen flexbuffer verifier (#7207)Derek Bailey1-0/+1
2022-03-18Annotated Flatbuffer Binary (#7174)Derek Bailey1-0/+4
2022-03-15[Lua] Apply Namer to Lua (#7171)Derek Bailey1-0/+3
2022-02-22remove stall reference to versionDerek Bailey1-4/+5
2022-02-22Use target_compile_features to target C++11 (#7122)Derek Bailey1-14/+10
2022-02-21remove auto generate code from cmakelists (#7119)Derek Bailey1-24/+0
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