summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Autogen: AUTO*_EXECUTABLE: add support for per-config valuesOrkun Tokdemir2023-09-1312-174/+437
| * | | | | cmQtAutoGenInitializer: Define CrossConfig variableOrkun Tokdemir2023-09-132-5/+6
| * | | | | cmQtAutoGenInitializer: Reduce string copiesOrkun Tokdemir2023-09-131-1/+1
| * | | | | cmQtAutoGenInitializer: Remove no-op callOrkun Tokdemir2023-09-131-3/+0
| * | | | | cmQtAutoGenInitializer: Improve Const-CorrectnessOrkun Tokdemir2023-09-131-3/+4
| * | | | | Autogen: Fix typoOrkun Tokdemir2023-09-131-4/+4
| * | | | | cmCustomCommandGenerator: Fix GetInternalDepfile on moved instanceOrkun Tokdemir2023-09-132-9/+7
* | | | | | CMake Nightly Date StampKitware Robot2023-09-141-1/+1
|/ / / / /
* | | | | Merge topic 'ninja-cc-local'Brad King2023-09-132-9/+8
|\ \ \ \ \
| * | | | | cmNinjaTargetGenerator: Reduce lifetime of custom command listBrad King2023-09-122-9/+8
* | | | | | Merge topic 'orkun_21677_16_06_2023'Brad King2023-09-131-6/+11
|\ \ \ \ \ \
| * | | | | | Autogen: Add depfile support for MakefilesOrkun Tokdemir2023-09-111-6/+11
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'automoc-macro-names'Brad King2023-09-131-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Autogen: Evaluate INTERFACE_AUTOMOC_MACRO_NAMES efficientlyBrad King2023-09-121-0/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-09-131-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'presets-schema'Brad King2023-09-124-2/+27
|\ \ \ \ \
| * | | | | presets: Add $schema property to JSON schemaChenMoFeiJin2023-09-124-2/+27
* | | | | | Merge topic 'vs-cuda-object-libs'Brad King2023-09-121-1/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | VS: Avoid unnecessary CUDA device linking for OBJECT librariesRobert Maynard2023-09-111-1/+4
* | | | | | Merge topic 'pch-reuse-pdb-dependency'Brad King2023-09-122-6/+9
|\ \ \ \ \ \
| * | | | | | PCH: Add missing dependency of REUSE_FROM shared compiler PDBRussell Greene2023-09-112-6/+9
* | | | | | | Merge topic 'ninja-cmd'Brad King2023-09-123-1/+20
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Use absolute path to COMSPEC if possiblescivision2023-09-113-1/+20
* | | | | | | | CMake Nightly Date StampKitware Robot2023-09-121-1/+1
* | | | | | | | Merge topic 'host-msystem-prefix'Brad King2023-09-111-10/+106
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | cmake_host_system_information: Add MSYSTEM_PREFIX queryBrad King2023-09-101-0/+97
| * | | | | | | cmCMakeHostSystemInformationCommand: Clarify function names and rolesBrad King2023-09-091-10/+9
| |/ / / / / /
* | | | | | | Merge topic 'fix-win-dbg-msg'Brad King2023-09-112-1/+18
|\ \ \ \ \ \ \
| * | | | | | | Debugger: Fix pipe connection error message construction on WindowsWilliam R. Dieter2023-09-082-1/+18
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2023-09-111-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2023-09-101-1/+1
| |/ / / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2023-09-091-1/+1
|/ / / / /
* | | | | Merge topic 'ctest_submit_follow_redirects'Brad King2023-09-081-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | ctest: Restore support for http redirects during Submit stepZack Galbreath2023-09-071-0/+3
* | | | | CMake Nightly Date StampKitware Robot2023-09-081-1/+1
| |/ / / |/| | |
* | | | CMake Nightly Date StampKitware Robot2023-09-071-1/+1
* | | | Merge topic 'replace-cmsysprocess-with-cmuvprocesschain'Brad King2023-09-0631-1181/+1227
|\ \ \ \
| * | | | Source: Fix mysterious new IWYU warningsKyle Edwards2023-08-293-0/+10
| * | | | cmCTestCoverageHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-93/+18
| * | | | cmCTestLaunchReporter: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-296-226/+256
| * | | | cmCTest: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-294-216/+246
| * | | | cmSystemTools::RunSingleCommand(): Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-293-90/+116
| * | | | cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-293-65/+123
| * | | | cmcmd: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-38/+32
| * | | | cmProcessTools::RunProcess(): Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-2913-264/+233
| * | | | cmExecuteProcessCommand: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-190/+194
* | | | | Merge topic 'xcode-no-legacy-buildsystem'Brad King2023-09-061-2/+4
|\ \ \ \ \
| * | | | | Xcode: reject legacy buildsystem for Xcode 14Gregor Jasny2023-08-311-2/+4
* | | | | | Merge topic 'reduce-sign-conversion-warnings'Brad King2023-09-062-6/+8
|\ \ \ \ \ \
| * | | | | | Reduce sign conversion warningsMatthew Woehlke2023-08-292-6/+8
| | |/ / / / | |/| | | |