summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Add support of DEPFILE for add_custom_command, part 2Marc Chevrier2021-04-179-21/+55
* CMake Nightly Date StampKitware Robot2021-04-171-1/+1
* Merge branch 'release-3.20'Brad King2021-04-160-0/+0
|\
| * Merge topic 'ci-lint-delay' into release-3.20Brad King2021-04-161-1/+2
| |\
* | \ Merge topic 'ci-lint-delay'Brad King2021-04-161-1/+2
|\ \ \ | | |/ | |/|
| * | gitlab-ci: equally delay all jobs on integration branchesBrad King2021-04-161-1/+2
| |/
* | Merge topic 'Xcode-add_custom_command-DEPFILE'Brad King2021-04-169-27/+115
|\ \
| * | Xcode: Add support of DEPFILE for add_custom_commandMarc Chevrier2021-04-159-27/+115
* | | Merge topic 'report-system-error'Brad King2021-04-166-35/+50
|\ \ \
| * | | try_compile: Improve error message when a file cannot be removedBrad King2021-04-151-5/+9
| * | | cmcmd: Improve error message from cmake_symlink_{library,executable}Brad King2021-04-152-10/+19
| * | | cmSystemTools: Return KWSys Status from CreateLink and CreateSymlinkBrad King2021-04-153-20/+22
* | | | Merge topic 'add_toolchain_cmake_option'Brad King2021-04-1617-3/+66
|\ \ \ \
| * | | | cmake: add support for --toolchain command argumentRobert Maynard2021-04-1516-3/+63
| * | | | CMAKE_TOOLCHAIN_FILE: Document relative path behaviorRobert Maynard2021-04-151-0/+3
* | | | | Merge topic 'fujitsu-fixup'Brad King2021-04-162-3/+5
|\ \ \ \ \
| * | | | | Fujitsu: Fix C90 standard flagsPaul Zehner2021-04-141-3/+3
| * | | | | FujitsuClang: Use GNU-like command-linePaul Zehner2021-04-141-0/+2
* | | | | | Merge branch 'release-3.20'Brad King2021-04-160-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge topic 'depfile-reader-thread-safety' into release-3.20Brad King2021-04-161-5/+6
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'depfile-reader-thread-safety'Brad King2021-04-161-5/+6
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | autogen: fix race in depfile parsingKyle Edwards2021-04-151-5/+6
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2021-04-161-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'update-kwsys'Brad King2021-04-1521-243/+557
|\ \ \ \ \
| * | | | | cmSystemTools: Simplify using KWSys StatusBrad King2021-04-141-31/+26
| * | | | | Update CMake code using KWSys to account for Status return valuesBrad King2021-04-1412-21/+28
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-04-149-191/+503
| |\ \ \ \ \
| | * | | | | KWSys 2021-04-14 (7ab1c601)KWSys Upstream2021-04-149-191/+503
* | | | | | | Merge topic 'FindBLAS-FindLAPACK'Brad King2021-04-1512-81/+92
|\ \ \ \ \ \ \
| * | | | | | | Find{BLAS,LAPACK}: Make library variable names more robustBrad King2021-04-142-10/+12
| * | | | | | | Find{BLAS,LAPACK}: Generalize recognition of dependencies as link flagsBrad King2021-04-142-4/+4
| * | | | | | | Find{BLAS,LAPACK}: Convert internal CHECK_*_LIBRARIES to functionsBrad King2021-04-142-47/+32
| * | | | | | | Find{BLAS,LAPACK}: Clarify name of internal argument for dependenciesBrad King2021-04-142-10/+10
| * | | | | | | Find{BLAS,LAPACK}: Simplify appending to list of librariesBrad King2021-04-142-6/+6
| * | | | | | | Find{BLAS,LAPACK}: Add test case covering Intel MKLBrad King2021-04-148-26/+45
| * | | | | | | Find{BLAS,LAPACK}: Revert bad refactoring of internal CHECK_*_LIBRARIESBrad King2021-04-142-14/+18
| * | | | | | | ci: factor out Intel Compiler common configure scriptBrad King2021-04-143-2/+3
| |/ / / / / /
* | | | | | | Merge branch 'release-3.20'Brad King2021-04-150-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'doc-error-unknown-arg' into release-3.20Brad King2021-04-152-0/+5
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'doc-error-unknown-arg'Brad King2021-04-152-0/+5
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Help: Add 3.20 release note for error on unknown argumentsBrad King2021-04-142-0/+5
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2021-04-151-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'release-3.20'Brad King2021-04-140-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge topic 'openbsd-defines' into release-3.20Brad King2021-04-144-10/+9
| |\ \ \ \
* | \ \ \ \ Merge topic 'openbsd-defines'Brad King2021-04-144-10/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | OpenBSD: Fix system feature definitionsRafael Sadowski2021-04-144-10/+9
* | | | | | Merge topic 'add_custom_command-DEPFILE-genex'Brad King2021-04-1411-12/+74
|\ \ \ \ \ \
| * | | | | | Genex: add_custom_command: DEPFILE supports genexMarc Chevrier2021-04-1211-12/+74
* | | | | | | Merge topic 'vs-autouic-on-ui-file-change'Brad King2021-04-142-40/+80
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Add detection of UI file changes to the pre-build VS caseDuncan Barber2021-04-102-1/+40