Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename RunCMake.TargetPropertyGeneratorExpressions for consistency | Brad King | 2022-11-15 | 45 | -4/+3 |
* | Merge topic 'ci-continuous' | Brad King | 2022-11-15 | 1 | -0/+3 |
|\ | |||||
| * | ci: add macos-x86_64-ninja build and test jobs to continuous pipeline | Brad King | 2022-11-15 | 1 | -0/+3 |
|/ | |||||
* | Merge topic 'ci-openmp-macos' | Brad King | 2022-11-15 | 10 | -1/+49 |
|\ | |||||
| * | ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobs | Brad King | 2022-11-14 | 10 | -1/+49 |
* | | Merge topic 'cmake-E-copy-t-mode' | Brad King | 2022-11-15 | 7 | -12/+82 |
|\ \ | |||||
| * | | cmake -E copy: Add support for -t argument | Kyle Edwards | 2022-11-15 | 7 | -12/+82 |
| |/ | |||||
* | | Merge topic 'clang-tidy-module-ostringstream-check' | Brad King | 2022-11-15 | 8 | -0/+96 |
|\ \ | |||||
| * | | clang-tidy: disable ostringstream check | Kyle Edwards | 2022-11-14 | 1 | -0/+1 |
| * | | clang-tidy module: add test for ostringstream check | Sean Orner | 2022-11-14 | 3 | -0/+17 |
| * | | clang-tidy module: add check for ostringstream | Joe Blaauboer | 2022-11-14 | 4 | -0/+78 |
| |/ | |||||
* | | Merge topic 'test-isolate-ctest-env' | Brad King | 2022-11-15 | 9 | -16/+16 |
|\ \ | |||||
| * | | Tests: Isolate more RunCMake cases from external ctest environment values | Brad King | 2022-11-14 | 3 | -0/+12 |
| * | | Tests: Factor out RunCMake ctest environment isolation | Brad King | 2022-11-14 | 6 | -16/+4 |
* | | | Merge topic 'better_handling_of_build_args' | Brad King | 2022-11-15 | 4 | -19/+11 |
|\ \ \ | |||||
| * | | | cmake: --build improve detection of no build dir | Robert Maynard | 2022-11-14 | 4 | -19/+11 |
* | | | | Merge topic 'legacy' | Brad King | 2022-11-15 | 1 | -14/+38 |
|\ \ \ \ | |||||
| * | | | | CMakeDetermineSystem: use execute_process() vs. exec_program() | Michael Hirsch | 2022-11-13 | 1 | -14/+38 |
* | | | | | Merge topic 'top-level-command-order' | Brad King | 2022-11-15 | 16 | -9/+37 |
|\ \ \ \ \ | |||||
| * | | | | | project: Warn at top-level if `cmake_minimum_required` wasn't called | friendlyanon | 2022-11-11 | 9 | -2/+30 |
| * | | | | | RunCMake/project: Ignore exact line number in stderr checks | friendlyanon | 2022-11-11 | 7 | -7/+7 |
* | | | | | | Merge topic 'lcc-cleanup' | Brad King | 2022-11-15 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Teach CheckSourceTree test to clean up more specific known files | Brad King | 2022-11-14 | 1 | -0/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-11-15 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge branch 'release-3.25' | Brad King | 2022-11-14 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'release-3.24' into release-3.25 | Brad King | 2022-11-14 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'compile-msvc-14.34-c++20' into release-3.25 | Brad King | 2022-11-14 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'release-3.24' | Brad King | 2022-11-14 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'release-3.23' into release-3.24 | Brad King | 2022-11-14 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'compile-msvc-14.34-c++20' into release-3.24 | Brad King | 2022-11-14 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | |||||
* | | | | | | | | | | Merge branch 'release-3.23' | Brad King | 2022-11-14 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Merge branch 'compile-msvc-14.34-c++20' into release-3.23 | Brad King | 2022-11-14 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | * | | | | | | | cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022 | Werner, Joerg | 2022-11-14 | 1 | -1/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'nvcc-isystem' | Brad King | 2022-11-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | CUDA: Use consistent -isystem flag style for NVIDIA nvcc | YantaoZhao | 2022-11-11 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'profile-genex' | Brad King | 2022-11-14 | 24 | -95/+169 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Profiling: Profile genex evaluation | Kyle Edwards | 2022-11-11 | 2 | -2/+42 |
| * | | | | | | | cmGeneratorExpression: Require cmake instance | Kyle Edwards | 2022-11-11 | 19 | -59/+92 |
| * | | | | | | | cmake::CreateProfilingEntry: Refactor to take lambda for args | Kyle Edwards | 2022-11-11 | 4 | -35/+36 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'ci-windows-arm64' | Brad King | 2022-11-14 | 8 | -9/+122 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | gitlab-ci: Add windows-arm64 native jobs for Ninja and VS | Brad King | 2022-11-11 | 5 | -5/+103 |
| * | | | | | | | ci: Download cmake on windows-arm64 | Brad King | 2022-11-11 | 1 | -0/+3 |
| * | | | | | | | ci: Teach cmake download script on Windows to branch on host architecture | Brad King | 2022-11-11 | 1 | -2/+9 |
| * | | | | | | | ci: Factor out helper to load python into environment on Windows | Brad King | 2022-11-11 | 2 | -3/+5 |
| * | | | | | | | ci: Factor out helper to load qt into environment on Windows | Brad King | 2022-11-11 | 2 | -2/+5 |
| * | | | | | | | Tests: Fix CTest.UpdateGIT under repo-local defaultBranch config | Brad King | 2022-11-11 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'release-3.25' | Brad King | 2022-11-14 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'msvc-19.34-cpp-modules' into release-3.25 | Brad King | 2022-11-14 | 6 | -33/+19 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'msvc-19.34-cpp-modules' | Brad King | 2022-11-14 | 6 | -33/+19 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | msvc: bless MSVC 19.34 support for C++ modules as experimental | Ben Boeckel | 2022-11-11 | 6 | -33/+19 |