cppcheck/cmake
Oliver Stöneberg 615e4c01c4
bumped minimum requirements to GCC 5.1 / Clang 3.5 / Visual Studio 2015 / CMake 3.5 (#5398)
The current versions only have partial C++11 support which fortunately
has caused us only few issues so far but it would be good to finally
have fully working C++11 support. This also gets rid of several CI
builds on very outdated platforms.

The outdated platforms were used to also test CMake 2.8 but as future
versions of CMake will drop combability with CMake < 3.5 this is a good
time to also drop that requirement on our part.

This PR does not remove or update any outdated code.
2024-01-04 21:31:08 +01:00
..
buildFiles.cmake Add CMake files 2015-02-13 19:00:14 +01:00
ccache.cmake Update version check in ccache.cmake so ccache can work on older cmake versions (#4567) 2022-11-14 12:11:31 +01:00
clang_tidy.cmake fixed some typos (#5562) 2023-10-17 18:32:07 +02:00
cmake_uninstall.cmake.in Add CMake files 2015-02-13 19:00:14 +01:00
compilerCheck.cmake bumped minimum requirements to GCC 5.1 / Clang 3.5 / Visual Studio 2015 / CMake 3.5 (#5398) 2024-01-04 21:31:08 +01:00
compilerDefinitions.cmake compilerDefinitions.cmake: fixed faulty `add_compile_definitions()` value for MSVC (#5690) 2023-11-22 11:02:35 +01:00
compileroptions.cmake added CMake option `EXTERNALS_AS_SYSTEM` to treat external includes as `SYSTEM` ones (#5386) 2024-01-03 11:05:32 +01:00
cxx11.cmake use C++17 when building with Visual Studio in CMake - fixes GUI CI builds (#4924) 2023-03-31 10:37:53 +02:00
dynamic_analyzer_options.cmake fixed #12113 - made CMake build work with UBSAN and GCC (#5590) 2023-10-24 21:53:58 +02:00
findDependencies.cmake fixed #12042 - deprecated building with Qt5 / build with Qt6 in CI / updated latest Qt in CI to 6.5.3 (#4957) 2023-10-26 14:55:59 +02:00
options.cmake added CMake option `EXTERNALS_AS_SYSTEM` to treat external includes as `SYSTEM` ones (#5386) 2024-01-03 11:05:32 +01:00
printInfo.cmake added CMake option `EXTERNALS_AS_SYSTEM` to treat external includes as `SYSTEM` ones (#5386) 2024-01-03 11:05:32 +01:00
qtCompat.cmake GUI: Detect when version is old 2022-10-09 18:51:01 +02:00
versions.cmake 2.12.99: Set versions (#5427) 2023-09-10 18:43:00 +02:00