summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-21187-1733/+1761
* Merge topic 'macos-cache-rpath-install-namedir'Brad King2021-09-212-0/+20
|\
| * macOS: Speed up rpath install name dir lookup with a cacheLukas Böger2021-09-202-0/+20
* | Merge topic 'cat_empty_file'Brad King2021-09-211-0/+2
|\ \
| * | cmake: -E cat stops when an empty file is encounteredJohnny Jazeix2021-09-181-0/+2
* | | Merge topic 'refactor-remove-cmToCStr-function'Brad King2021-09-2117-42/+35
|\ \ \
| * | | remove cmToCStr functionMarc Chevrier2021-09-196-26/+16
| * | | cmGlobalGenerator::PrintCompilerAdvice: use cmProp as augmentMarc Chevrier2021-09-198-10/+11
| * | | cmCurlSetCAInfo: use std::string as argumentMarc Chevrier2021-09-194-6/+8
| | |/ | |/|
* | | Merge topic 'clang-manifest'Brad King2021-09-211-4/+9
|\ \ \
| * | | Clang: embed windows manifests with GNU interfaceThomas Bernard2021-09-161-4/+9
* | | | Merge topic 'platform-vars'Brad King2021-09-211-21/+13
|\ \ \ \
| * | | | Ninja: Remove redundant check for GNU-like compiler on WindowsBrad King2021-09-171-21/+13
* | | | | CMake Nightly Date StampKitware Robot2021-09-211-1/+1
* | | | | CMake Nightly Date StampKitware Robot2021-09-201-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2021-09-191-1/+1
| |_|/ |/| |
* | | Merge topic 'VersionCompare-use-std_string'Marc Chevrier2021-09-189-61/+69
|\ \ \
| * | | cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-179-61/+69
* | | | CMake Nightly Date StampKitware Robot2021-09-181-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2021-09-171-1/+1
* | | Merge topic 'xcode-embed-libraries'Craig Scott2021-09-163-3/+16
|\ \ \ | |/ / |/| |
| * | Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-133-3/+16
* | | Merge topic 'enh-CPack-SetOption-accepts-new-types'Brad King2021-09-1615-116/+129
|\ \ \
| * | | Use new SetOption signaturesMarc Chevrier2021-09-1514-112/+88
| * | | cmCPackGenerator::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-152-4/+41
* | | | Merge topic 'enh-CTest-SetOption-accepts-new-types'Brad King2021-09-165-17/+49
|\ \ \ \
| * | | | Use new SetOption signaturesMarc Chevrier2021-09-153-15/+15
| * | | | cmCTestGenericHandler::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-152-2/+34
| |/ / /
* | | | Merge topic 'update-curl'Brad King2021-09-163-36/+44
|\ \ \ \
| * | | | cmCurl: Fix file:// URLs with spaces for curl 7.78+Brad King2021-09-151-1/+6
| * | | | cmCurl: Adopt helper to fix file:// URLsBrad King2021-09-153-35/+38
| | |_|/ | |/| |
* | | | Merge topic 'vs2022'Brad King2021-09-161-0/+4
|\ \ \ \
| * | | | VS: Fix managed C++ project generation for VS 2022Brad King2021-09-151-0/+4
| * | | | Merge topic 'update-kwsys' into release-3.21Brad King2021-09-091-0/+4
| |\ \ \ \
| | * | | | KWSys: SystemTools: Ensure Windows Vista APIs are available before using themulatekh2021-09-031-0/+4
* | | | | | Merge topic 'msvc-pch-obj-restriction'Brad King2021-09-161-1/+2
|\ \ \ \ \ \
| * | | | | | PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usageCristian Adam2021-09-151-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-09-161-1/+1
|/ / / / /
* | | | | Merge topic 'cmProp-explicit-string_view-cast-operator'Brad King2021-09-156-9/+39
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cmProp: cm::string_view cast operator must be explicitMarc Chevrier2021-09-146-9/+39
* | | | | CMake Nightly Date StampKitware Robot2021-09-151-1/+1
|/ / / /
* | | | Merge topic 'pch-xcode-multiple-languages'Brad King2021-09-142-2/+17
|\ \ \ \
| * | | | PCH: Fix all-language precompile header support in XcodeCristian Adam2021-09-132-2/+17
* | | | | Merge topic 'refactor-CPack-GetOption-returns-cmProp'Brad King2021-09-1426-494/+462
|\ \ \ \ \
| * | | | | cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-1326-494/+462
* | | | | | Merge topic 'refactor-CTest-GetOption-returns-cmProp'Brad King2021-09-147-35/+30
|\ \ \ \ \ \
| * | | | | | cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-137-35/+30
| |/ / / / /
* | | | | | Merge topic 'iwyu-cl'Brad King2021-09-142-3/+39
|\ \ \ \ \ \
| * | | | | | IWYU: Add `--driver-mode=cl` when applicablePigeonF2021-09-102-3/+39
* | | | | | | Merge topic 'CMakeDependentOption-condition-syntax'Brad King2021-09-141-1/+4
|\ \ \ \ \ \ \