Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: AUTO*_EXECUTABLE: add support for per-config values | Orkun Tokdemir | 2023-09-13 | 27 | -174/+819 |
* | RunCMake: Add RunCMake_TEST_EXPECT_RESULT | Orkun Tokdemir | 2023-09-13 | 1 | -0/+2 |
* | cmQtAutoGenInitializer: Define CrossConfig variable | Orkun Tokdemir | 2023-09-13 | 2 | -5/+6 |
* | cmQtAutoGenInitializer: Reduce string copies | Orkun Tokdemir | 2023-09-13 | 1 | -1/+1 |
* | cmQtAutoGenInitializer: Remove no-op call | Orkun Tokdemir | 2023-09-13 | 1 | -3/+0 |
* | cmQtAutoGenInitializer: Improve Const-Correctness | Orkun Tokdemir | 2023-09-13 | 1 | -3/+4 |
* | Autogen: Fix typo | Orkun Tokdemir | 2023-09-13 | 1 | -4/+4 |
* | cmCustomCommandGenerator: Fix GetInternalDepfile on moved instance | Orkun Tokdemir | 2023-09-13 | 2 | -9/+7 |
* | Merge topic 'ninja-cc-local' | Brad King | 2023-09-13 | 2 | -9/+8 |
|\ | |||||
| * | cmNinjaTargetGenerator: Reduce lifetime of custom command list | Brad King | 2023-09-12 | 2 | -9/+8 |
* | | Merge topic 'orkun_21677_16_06_2023' | Brad King | 2023-09-13 | 17 | -58/+134 |
|\ \ | |||||
| * | | Autogen: Move QtAutoMocDeps tests to RunCMake/Autogen | Orkun Tokdemir | 2023-09-11 | 15 | -52/+113 |
| * | | Autogen: Add depfile support for Makefiles | Orkun Tokdemir | 2023-09-11 | 1 | -6/+11 |
| * | | RunCMake: Add RunCMake_TEST_NOT_EXPECT variables | Orkun Tokdemir | 2023-09-11 | 1 | -0/+10 |
* | | | Merge topic 'Findosg-doc' | Brad King | 2023-09-13 | 20 | -151/+276 |
|\ \ \ | |||||
| * | | | Findosg*: Improve documentation formatting | 權少 | 2023-09-12 | 20 | -151/+276 |
| | |/ | |/| | |||||
* | | | Merge branch 'release-3.27' | Brad King | 2023-09-13 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge topic 'automoc-macro-names' into release-3.27 | Brad King | 2023-09-13 | 1 | -0/+1 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'automoc-macro-names' | Brad King | 2023-09-13 | 1 | -0/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Autogen: Evaluate INTERFACE_AUTOMOC_MACRO_NAMES efficiently | Brad King | 2023-09-12 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-13 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'presets-schema' | Brad King | 2023-09-12 | 13 | -34/+116 |
|\ \ \ | |||||
| * | | | presets: Add $schema property to JSON schema | ChenMoFeiJin | 2023-09-12 | 13 | -2/+84 |
| * | | | presets: Add missing spaces in JSON schema | ChenMoFeiJin | 2023-09-07 | 1 | -32/+32 |
* | | | | Merge branch 'release-3.27' | Brad King | 2023-09-12 | 0 | -0/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge topic 'vs-cuda-object-libs' into release-3.27 | Brad King | 2023-09-12 | 3 | -1/+6 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'vs-cuda-object-libs' | Brad King | 2023-09-12 | 3 | -1/+6 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | VS: Avoid unnecessary CUDA device linking for OBJECT libraries | Robert Maynard | 2023-09-11 | 3 | -1/+6 |
* | | | | | Merge topic 'runcmake-pwd' | Brad King | 2023-09-12 | 2 | -6/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Tests/RunCMake: Set $ENV{PWD} before each test | Kyle Edwards | 2023-09-11 | 2 | -6/+12 |
* | | | | | | Merge topic 'Findosg-doc' | Brad King | 2023-09-12 | 18 | -54/+54 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Findosg*: Improve documentation formatting | 權少 | 2023-09-11 | 18 | -54/+54 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'pch-reuse-pdb-dependency' | Brad King | 2023-09-12 | 2 | -6/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | PCH: Add missing dependency of REUSE_FROM shared compiler PDB | Russell Greene | 2023-09-11 | 2 | -6/+9 |
* | | | | | | | Merge topic 'ninja-cmd' | Brad King | 2023-09-12 | 3 | -1/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Use absolute path to COMSPEC if possible | scivision | 2023-09-11 | 3 | -1/+20 |
* | | | | | | | | Merge topic 'FindMatlab-version' | Brad King | 2023-09-12 | 1 | -24/+43 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindMatlab: Prefer to use VersionInfo.xml to get version, fallback to run | scivision | 2023-09-10 | 1 | -24/+43 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'FindPkgConfig_extra_whitespace' | Brad King | 2023-09-12 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindPkgConfig: ignore whitespace separators in version check | Paul Zander | 2023-09-09 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-09-12 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | Merge topic 'FindBoost-1.83' into release-3.27 | Brad King | 2023-09-12 | 1 | -3/+17 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'FindBoost-1.83' | Brad King | 2023-09-12 | 1 | -3/+17 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | FindBoost: Add support for Boost 1.83 | Brad King | 2023-09-11 | 1 | -3/+17 |
* | | | | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-09-12 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge topic 'FortranCInterface-macos-deployment-target' into release-3.27 | Brad King | 2023-09-12 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'FortranCInterface-macos-deployment-target' | Brad King | 2023-09-12 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | FortranCInterface: forward `CMAKE_OSX_DEPLOYMENT_TARGET` | Ben Boeckel | 2023-09-11 | 1 | -0/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-12 | 1 | -1/+1 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||||
* | | | | | | | | Merge topic 'host-msystem-prefix' | Brad King | 2023-09-11 | 13 | -10/+155 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | |