summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only initialize CMAKE_CXX_COMPILER_PREDEFINES_COMMANDJoerg Bornemann2022-11-169-43/+59
* CMake Nightly Date StampKitware Robot2022-11-161-1/+1
* Merge topic 'ci-continuous'Brad King2022-11-151-0/+3
|\
| * ci: add macos-x86_64-ninja build and test jobs to continuous pipelineBrad King2022-11-151-0/+3
|/
* Merge topic 'ci-openmp-macos'Brad King2022-11-1510-1/+49
|\
| * ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobsBrad King2022-11-1410-1/+49
* | Merge topic 'cmake-E-copy-t-mode'Brad King2022-11-157-12/+82
|\ \
| * | cmake -E copy: Add support for -t argumentKyle Edwards2022-11-157-12/+82
| |/
* | Merge topic 'clang-tidy-module-ostringstream-check'Brad King2022-11-158-0/+96
|\ \
| * | clang-tidy: disable ostringstream checkKyle Edwards2022-11-141-0/+1
| * | clang-tidy module: add test for ostringstream checkSean Orner2022-11-143-0/+17
| * | clang-tidy module: add check for ostringstreamJoe Blaauboer2022-11-144-0/+78
| |/
* | Merge topic 'test-isolate-ctest-env'Brad King2022-11-159-16/+16
|\ \
| * | Tests: Isolate more RunCMake cases from external ctest environment valuesBrad King2022-11-143-0/+12
| * | Tests: Factor out RunCMake ctest environment isolationBrad King2022-11-146-16/+4
* | | Merge topic 'better_handling_of_build_args'Brad King2022-11-154-19/+11
|\ \ \
| * | | cmake: --build improve detection of no build dirRobert Maynard2022-11-144-19/+11
* | | | Merge topic 'legacy'Brad King2022-11-151-14/+38
|\ \ \ \
| * | | | CMakeDetermineSystem: use execute_process() vs. exec_program()Michael Hirsch2022-11-131-14/+38
* | | | | Merge topic 'top-level-command-order'Brad King2022-11-1516-9/+37
|\ \ \ \ \
| * | | | | project: Warn at top-level if `cmake_minimum_required` wasn't calledfriendlyanon2022-11-119-2/+30
| * | | | | RunCMake/project: Ignore exact line number in stderr checksfriendlyanon2022-11-117-7/+7
* | | | | | Merge topic 'lcc-cleanup'Brad King2022-11-151-0/+1
|\ \ \ \ \ \
| * | | | | | Tests: Teach CheckSourceTree test to clean up more specific known filesBrad King2022-11-141-0/+1
* | | | | | | CMake Nightly Date StampKitware Robot2022-11-151-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'release-3.25'Brad King2022-11-140-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'release-3.24' into release-3.25Brad King2022-11-140-0/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'compile-msvc-14.34-c++20' into release-3.25Brad King2022-11-140-0/+0
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.24'Brad King2022-11-140-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'release-3.23' into release-3.24Brad King2022-11-140-0/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'compile-msvc-14.34-c++20' into release-3.24Brad King2022-11-141-1/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'release-3.23'Brad King2022-11-140-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge branch 'compile-msvc-14.34-c++20' into release-3.23Brad King2022-11-141-1/+2
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022Werner, Joerg2022-11-141-1/+2
| |/ / / / / / /
* | | | | | | | Merge topic 'nvcc-isystem'Brad King2022-11-141-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | CUDA: Use consistent -isystem flag style for NVIDIA nvccYantaoZhao2022-11-111-1/+1
* | | | | | | | Merge topic 'profile-genex'Brad King2022-11-1424-95/+169
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Profiling: Profile genex evaluationKyle Edwards2022-11-112-2/+42
| * | | | | | | cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-1119-59/+92
| * | | | | | | cmake::CreateProfilingEntry: Refactor to take lambda for argsKyle Edwards2022-11-114-35/+36
| |/ / / / / /
* | | | | | | Merge topic 'ci-windows-arm64'Brad King2022-11-148-9/+122
|\ \ \ \ \ \ \
| * | | | | | | gitlab-ci: Add windows-arm64 native jobs for Ninja and VSBrad King2022-11-115-5/+103
| * | | | | | | ci: Download cmake on windows-arm64Brad King2022-11-111-0/+3
| * | | | | | | ci: Teach cmake download script on Windows to branch on host architectureBrad King2022-11-111-2/+9
| * | | | | | | ci: Factor out helper to load python into environment on WindowsBrad King2022-11-112-3/+5
| * | | | | | | ci: Factor out helper to load qt into environment on WindowsBrad King2022-11-112-2/+5
| * | | | | | | Tests: Fix CTest.UpdateGIT under repo-local defaultBranch configBrad King2022-11-111-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'release-3.25'Brad King2022-11-140-0/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge topic 'msvc-19.34-cpp-modules' into release-3.25Brad King2022-11-146-33/+19
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'msvc-19.34-cpp-modules'Brad King2022-11-146-33/+19
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |