summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HIP: Add language to CMakeRobert Maynard2021-06-0768-36/+1183
* HIP: Extract clang compiler details from hipccRobert Maynard2021-06-071-0/+35
* ROCMClang: Add the ROCm toolkit derived clang compiler to CMakeRobert Maynard2021-06-0712-1/+92
* Compilers: protect use of __has_includeZack Galbreath2021-06-072-0/+12
* cmGeneratorTarget: Clear cached link implementation when a source is addedBrad King2021-06-041-0/+1
* Merge topic 'env-toolchain-file'Brad King2021-06-0417-0/+86
|\
| * cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variableBrad King2021-06-0317-0/+86
* | Merge topic 'implicit-link-static'Brad King2021-06-0443-37/+322
|\ \
| * | CMakeParseImplicitLinkInfo: Honor GNU static runtime library flagsBrad King2021-06-037-3/+40
| * | Tests: Extend ParseImplicit*Info with static GNU runtime library flagsBrad King2021-06-0312-1/+249
| * | Tests: Teach RunCMake.ParseImplicitLinkInfo to match output by regexBrad King2021-06-0330-35/+35
| |/
* | Merge topic 'ci-clang-analyzer'Brad King2021-06-0425-2917/+2467
|\ \
| * | gitlab-ci: add job to build with clang-analyzerBrad King2021-06-035-18/+32
| * | ci: add clang-analyzer to Fedora base imageBrad King2021-06-032-1/+2
| * | clang-analyzer: Suppress warnings in intentional use-after-move casesBrad King2021-06-032-0/+6
| * | clang-analyzer: rename from scan-build in commentsBrad King2021-06-0314-14/+14
| * | cmFileAPICodemodel: Assert input in DirectoryObject::DumpInstallerBrad King2021-06-031-0/+1
| * | cmStandardLevelResolver: Fix size assertion in constructorBrad King2021-06-031-1/+1
| * | jsoncpp: Revert "Code style: add missed explicit 'this->'"Kitware Robot2021-06-033-2883/+2411
| |/
* | Merge branch 'release-3.20'Brad King2021-06-040-0/+0
|\ \
| * \ Merge topic 'ci-sccache-consistent-builds' into release-3.20Brad King2021-06-041-33/+18
| |\ \
* | \ \ Merge topic 'ci-sccache-consistent-builds'Brad King2021-06-041-33/+18
|\ \ \ \
| * \ \ \ Merge branch 'master' into ci-sccache-consistent-buildsBrad King2021-06-031424-10453/+28901
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | ci: use consistent sccache buildsBen Boeckel2021-06-021-33/+18
* | | | CMake Nightly Date StampKitware Robot2021-06-041-1/+1
| |/ / |/| |
* | | Merge topic 'find_item-NO_CACHE'Brad King2021-06-0319-54/+700
|\ \ \
| * | | find_*: Add support for option NO_CACHEMarc Chevrier2021-06-0219-54/+700
* | | | Merge topic 'doc_regex'Brad King2021-06-035-6/+10
|\ \ \ \
| * | | | Help: links to CMake regex syntaxMichael Hirsch2021-06-025-6/+10
* | | | | Merge topic 'ctest-coverage-no-dir'Brad King2021-06-033-0/+14
|\ \ \ \ \
| * | | | | CTest: Exit coverage handling early if no binary dirJoseph Snyder2021-06-023-0/+14
* | | | | | Merge topic 'ninja-multi-config-default-configs-doc'Brad King2021-06-031-1/+3
|\ \ \ \ \ \
| * | | | | | Help: Clarify default value of CMAKE_CONFIGURATION_TYPES for NMCKyle Edwards2021-06-021-1/+3
| |/ / / / /
* | | | | | Merge topic 'update-kwsys'Brad King2021-06-031-3/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-06-021-3/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | KWSys 2021-06-02 (ad35b3ba)KWSys Upstream2021-06-021-3/+4
* | | | | | | Merge topic 'depfile-no-vstlog'Brad King2021-06-035-47/+0
|\ \ \ \ \ \ \
| * | | | | | | cmake_transform_depfile: Remove unused incomplete vstlog supportBrad King2021-06-025-47/+0
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2021-06-031-1/+1
|/ / / / / /
* | | | | | Merge topic 'command_target'Brad King2021-06-029-7/+65
|\ \ \ \ \ \
| * | | | | | add_custom_command: Target-dependent generator expression supportRaul Tambre2021-05-319-7/+65
* | | | | | | Merge topic 'get-runtime-dependencies-file-filter'Brad King2021-06-0212-103/+258
|\ \ \ \ \ \ \
| * | | | | | | file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES argumentsKyle Edwards2021-06-0112-103/+258
* | | | | | | | Merge branch 'release-3.20'Brad King2021-06-020-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge topic 'msvc_cxx20_23' into release-3.20Brad King2021-06-022-4/+20
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'msvc_cxx20_23'Brad King2021-06-022-4/+20
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Clang/MSVC: C++20 final flag, C++23 supportRaul Tambre2021-05-291-3/+12
| * | | | | | | MSVC: C++20 final flag, C++23 supportRaul Tambre2021-05-291-1/+8
* | | | | | | | CMake Nightly Date StampKitware Robot2021-06-021-1/+1
* | | | | | | | Merge topic 'install-imported-runtime-artifacts'Brad King2021-06-0122-88/+746
|\ \ \ \ \ \ \ \