summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pch-reuse-from-obj-msvc'Brad King2021-02-033-8/+22
|\
| * PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-023-8/+22
* | Merge topic 'file-configure-endl'Brad King2021-02-031-1/+3
|\ \
| * | file(CONFIGURE): Use text mode for default OUTPUT contentCristian Adam2021-02-021-1/+3
* | | Merge topic 'cmake-compile-on-iOS'Brad King2021-02-031-2/+5
|\ \ \
| * | | iOS: Fix compilation of CMake itselfHayden2021-02-021-2/+5
* | | | Merge topic 'update-kwsys'Brad King2021-02-032-0/+84
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-02-022-0/+84
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2021-02-031-1/+1
| |_|/ |/| |
* | | Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC"Brad King2021-02-023-22/+8
* | | Merge topic 'pch-reuse-from-obj-msvc'Brad King2021-02-023-8/+22
|\ \ \ | |/ / |/| |
| * | PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-023-8/+22
* | | Merge topic 'issue-19198'Brad King2021-02-025-12/+55
|\ \ \
| * | | file(GENERATE): Support new line styleAsit Dhal2021-02-015-12/+55
* | | | CMake Nightly Date StampKitware Robot2021-02-021-1/+1
* | | | Merge topic 'file-configure-newline'Brad King2021-02-011-6/+8
|\ \ \ \
| * | | | file(CONFIGURE): Fix newlines in CONTENTCristian Adam2021-01-291-6/+8
* | | | | Merge topic 'install-minor-refactor'Brad King2021-02-0119-180/+284
|\ \ \ \ \
| * | | | | cmInstallGenerator: Add accessors for settings common to all installersBrad King2021-01-281-0/+4
| * | | | | cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-2818-42/+57
| * | | | | cmInstallExportGenerator: Add method to get installed file nameBrad King2021-01-281-0/+3
| * | | | | cmInstallScriptGenerator: Factor out method to get scriptBrad King2021-01-282-7/+18
| * | | | | cmInstallDirectoryGenerator: Factor out method to get list of directoriesBrad King2021-01-282-5/+20
| * | | | | cmInstallFilesGenerator: Factor out method to get list of filesBrad King2021-01-282-5/+19
| * | | | | cmInstallTargetGenerator: Factor out method to get list of target filesBrad King2021-01-282-98/+132
| * | | | | cmInstallTargetGenerator: Avoid duplicating install destination in memoryBrad King2021-01-282-19/+24
| * | | | | cmInstallTargetGenerator: Move internal helper to anonymous namespaceBrad King2021-01-281-13/+15
| * | | | | cmGlobalGenerator: Clear list of install components between runsBrad King2021-01-281-0/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-02-011-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-01-311-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2021-01-301-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'cmake_path-stabilization'Craig Scott2021-01-291-3/+3
|\ \ \ \
| * | | | cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART'Marc Chevrier2021-01-281-3/+3
| | |_|/ | |/| |
* | | | Merge topic 'intel-llvm-compilers'Brad King2021-01-292-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | cmake: Reduce default recursion depth when compiling with IntelLLVMBrad King2021-01-281-0/+2
| * | | Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-1/+1
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2021-01-291-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2021-01-281-1/+1
|/
* Merge topic 'clang-tidy-fixes'Brad King2021-01-27115-469/+425
|\
| * clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-2713-188/+161
| * clang-tidy: fix `readability-simplify-boolean-expr` warningsBen Boeckel2021-01-271-2/+2
| * clang-tidy: fix `readability-redundant-string-init` warningsBen Boeckel2021-01-272-2/+0
| * clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-2724-41/+0
| * clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-2735-79/+85
| * clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-2735-89/+107
| * clang-tidy: fix `performance-trivially-destructible` warningsBen Boeckel2021-01-279-18/+7
| * clang-tidy: fix `performance-no-automatic-move` warningsBen Boeckel2021-01-272-2/+2
| * clang-tidy: fix `bugprone-suspicious-include` warningsBen Boeckel2021-01-272-0/+3
| * clang-tidy: fix `bugprone-signed-char-misuse` warningsBen Boeckel2021-01-271-2/+1
| * clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-2712-49/+60