summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-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
* | 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
|\ \ \
| * | | file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detectedBianca van Schaik2021-01-201-1/+1
| |/ /
* | | CMake Nightly Date StampKitware Robot2021-01-211-1/+1
* | | Merge topic 'ninja-custom_command-depfile'Brad King2021-01-206-40/+72
|\ \ \
| * | | Ninja: add_custom_command(DEPFILE): Ensure dependencies consistencyMarc Chevrier2021-01-196-40/+72
* | | | Merge topic 'export-copy-if-different'Brad King2021-01-201-0/+1
|\ \ \ \
| * | | | install(EXPORT): Set copy-if-different on install export config filesDaan De Meyer2021-01-191-0/+1
* | | | | Merge topic 'doc-genex'Brad King2021-01-201-2/+3
|\ \ \ \ \
| * | | | | Utilities/Sphinx: Add role and directive for 'genex' in CMake domainBrad King2021-01-181-2/+3