aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
11 daysDisable some recently-added Clang Tidy performance checks that are not relevant.Marco Poletti
2023-01-29Fixed how to get `GENERATOR_IS_MULTI_CONFIG`tt4g
2023-01-29Support CMake multi-configuration generator (#149)tt4g
2023-01-21Bump the Fruit version to 3.7.1.Marco Poletti
2022-12-03Bump the version to 3.7.0.Marco Poletti
2022-11-27Don't pass -Wno-unknown-warning-option in MinGW CI runs.Marco Poletti
2020-07-12Bump the Fruit version to 3.6.0.Marco Poletti
2020-04-05Bump the version to 3.5.0.Marco Poletti
2020-03-30Increase the amount of Clang tidy checks that also run for example code (and ...Marco Poletti
2020-03-30Enable extra Clang-tidy checks in Fruit code (but not example code) to includ...Marco Poletti
2020-03-29Disable the clang-tidy bugprone-exception-escape diagnostic, it's emitted for...Marco Poletti
2020-03-29Disable a false-positive MSVC warning emitted on Fruit example code from rece...Marco Poletti
2020-03-28Run clang-tidy checks in CMake builds.Marco Poletti
2020-03-09Various fixes so that Fruit compiles in C++17 mode with MSVC.Marco Poletti
2020-03-08Merge branch 'find-package-boost' of https://github.com/tt4g/fruit into tt4g-...Marco Poletti
2020-03-08Remove conans.tools.replace_in_file()tt4g
2020-03-08Update BOOST_DIR deprecation messagett4g
2020-03-08Support BOOST_DIRtt4g
2020-03-07Set CMAKE_CXX_STANDARD 11tt4g
2020-03-06Use find_package(Boost)tt4g
2020-03-01Don't add extra targets when building with Conantt4g
2020-03-01Update cmake_minimum_requiredtt4g
2020-03-01Set version argument of project()tt4g
2020-03-01Use GNUInstallDirs modulett4g
2018-09-15Some improvements to the Conan packaging, in preparation for publishing Conan...Marco Poletti
2018-09-12Bump the version to 3.4.0.Marco Poletti
2018-09-09Bump the version to 3.3.0.Marco Poletti
2018-09-01Improve the Windows-only error message emitted when FRUIT_USES_BOOST was not ...Marco Poletti
2018-08-27Use #if instead of #ifdef for Fruit macros (apart from include guards).Marco Poletti
2018-07-24Bump the version to 3.2.0.Marco Poletti
2018-01-13Bump the Fruit version to 3.1.1.Marco Poletti
2017-11-19Bump the version to 3.1.0.Marco Poletti
2017-08-06Bump the version to 3.0.0.Marco Poletti
2017-07-13Add support for collecting test coverage, and document how to do it.Marco Poletti
2017-07-08Ignore MSVC's warning C4530, MSVC's own STL causes this to be emitted.Marco Poletti
2017-07-08Disable MSVC's warning C4577 because we don't need a termination guarantee on...Marco Poletti
2017-07-08Set aggressive Fruit debug flags only in Fruit CI instead of always setting t...Marco Poletti
2017-06-17Remove the BUILD_TESTS_IN_RELEASE_MODE CMake flag, now there's almost nothing...Marco Poletti
2017-06-12Migrate all Fruit tests to pytest, to improve parallelization. After this cha...Marco Poletti
2017-06-11Document how to build and run Fruit in Visual Studio.Marco Poletti
2017-05-20Disable MSVC's C4714 warning ("function marked as __forceinline not inlined").Marco Poletti
2017-05-20Ignore MSVC's warning C4141 when building Fruit (marking a function/method wi...Marco Poletti
2017-03-27Allow building Fruit with -DCMAKE_BUILD_TYPE={RelWithDebInfo,MinSizeRel}.poletti-marco
2017-03-23Fix main binary include directory.Robert Jakob
2017-03-19Add support for building Fruit as a dynamic library (dll) with MSVC.Marco Poletti
2017-03-19Introduce a FRUIT_USES_BOOST CMake flag to allow building Fruit without Boost.Marco Poletti
2017-03-18Mark constexpr methods as const, to silence a MSVC warning.Marco Poletti
2017-03-12Fix 2 build errors introduced by commit 905dc09.Marco Poletti
2017-03-12Support building Fruit with MSVC.Marco Poletti
2017-03-04Fix quoting of variables in ifs in CMake files.Marco Poletti