summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* | Merge topic 'update-bison-parser'Brad King2021-01-2712-3679/+3989
|\ \
| * | LexerParser: Suppress -Wused-but-marked-unused warning in cmExprParserBrad King2021-01-262-52/+62
| * | LexerParser: Clean up includes following include-what-you-useChristoph Grüninger2021-01-259-115/+115
| * | LexerParser: Regenerate parser files with GNU Bison 3.7.4Christoph Grüninger2021-01-258-3658/+3969
| * | LexerParser: Manual removing code from Bison is no longer neededChristoph Grüninger2021-01-254-11/+0
| * | LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensionsChristoph Grüninger2021-01-254-4/+4
* | | Merge topic 'outdir-target-genex'Brad King2021-01-271-4/+3
|\ \ \
| * | | OUTPUT_DIRECTORY: Support tgt genex in output artifact varsAsit Dhal2021-01-261-4/+3
* | | | Merge topic 'cpack-compression-threads'Brad King2021-01-274-5/+46
|\ \ \ \ | |_|_|/ |/| | |
| * | | CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-264-5/+46
* | | | CMake Nightly Date StampKitware Robot2021-01-271-1/+1
|/ / /
* | | Merge topic 'nmc-cache-targets'Brad King2021-01-261-2/+5
|\ \ \
| * | | Ninja Multi-Config: Restore rebuild_cache and edit_cache targetsBrad King2021-01-251-0/+5
| * | | cmNinjaUtilityTargetGenerator: Remove leftover development commentBrad King2021-01-251-2/+0
| | |/ | |/|
* | | Merge topic 'update-kwsys'Brad King2021-01-261-1/+4
|\ \ \
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-01-251-1/+4
| |/ /
* | | Merge topic 'reproducible-unity-id'Brad King2021-01-262-10/+39
|\ \ \
| * | | Unity: Generate reproducible unity IDs for anonymous namespacesCraig Scott2021-01-222-10/+39
* | | | CMake Nightly Date StampKitware Robot2021-01-261-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2021-01-251-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2021-01-241-1/+1
* | CMake Nightly Date StampKitware Robot2021-01-231-1/+1
* | Merge topic 'msvc-arm64ec-platform-support'Brad King2021-01-221-0/+1
|\ \
| * | MSVC: Add support for targeting ARM64ECMoyo Okeremi 😊2021-01-211-0/+1
* | | CMake Nightly Date StampKitware Robot2021-01-221-1/+1
| |/ |/|
* | Merge topic 'vs-sdk-selection'Brad King2021-01-214-3/+14
|\ \
| * | VS: Generalize Win10 max SDK version to all VS generatorsjonathan molinatto2021-01-204-3/+14
* | | Merge topic 'macos-include-weak-dependencies'Brad King2021-01-211-1/+1
|\ \ \