summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2023-05-09removed extern code generation declarations preferring direct includes (#7948)Derek Bailey1-1/+0
2023-05-09fix out-of-source builds with cmake (#7946)Derek Bailey1-2/+5
2023-05-09FlatBuffers 64 for C++ (#7935)Derek Bailey1-0/+5
2023-05-08add key_field to compiled testsDerek Bailey1-0/+1
2023-05-05Rework cmake flatc codegeneration (#7938)Derek Bailey1-137/+33
2023-05-04remove defining generated files in test srcsDerek Bailey1-23/+0
2023-05-04Add binary schema reflection (#7932)Derek Bailey1-1/+0
2023-04-28inject no long for FBS generation to remove logs in flattests (#7926)Derek Bailey1-0/+1
2023-04-06Add a FileWriter interface (#7821)Khanh Nguyen1-0/+4
2023-01-31Final refactor for bfsb_generator* and text generator (#7806)Khanh Nguyen1-1/+0
2023-01-29Supported cmake 3.8 (#7801)Ilya Lavrenov1-35/+16
2023-01-25Refactor languages to use CodeGenerator interface. (#7797)Khanh Nguyen1-0/+2
2023-01-10Use full project version as SOVERSION for the shared library (#7777)Michał Górny1-7/+5
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