summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BinUtils: Avoid clobbering a variable named without a private prefixBrad King2021-04-071-10/+10
* Merge topic 'doc-imported-soname' into release-3.20Brad King2021-04-051-6/+18
|\
| * Help: Document in add_library how to import libraries with SONAMEBrad King2021-04-021-6/+18
|/
* Merge branch 'release-3.19' into release-3.20Brad King2021-04-020-0/+0
|\
| * Merge branch 'ci-test-ext-done' into release-3.19Brad King2021-04-021-0/+6
| |\
* | \ Merge topic 'ci-test-ext-done' into release-3.20Brad King2021-04-021-0/+6
|\ \ \ | | |/ | |/|
| * | gitlab-ci: Tell CDash when a test-ext job is doneBrad King2021-04-021-0/+6
| |/
* | Merge topic 'doc-IMPORTED_LOCATION' into release-3.20Brad King2021-04-021-4/+4
|\ \
| * | Help: Clarify IMPORTED_LOCATION documentationmcc2021-04-011-4/+4
* | | Merge topic 'FindMPI-host_link' into release-3.20Brad King2021-04-021-3/+4
|\ \ \ | |/ / |/| |
| * | FindMPI: avoid host link options to be propagated to device link stepMarc Chevrier2021-04-011-3/+4
* | | Merge branch 'release-3.19' into release-3.20Brad King2021-04-010-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'doc-CMAKE_APPLE_SILICON_PROCESSOR' into release-3.19Brad King2021-04-011-3/+2
| |\ \
* | \ \ Merge topic 'doc-CMAKE_APPLE_SILICON_PROCESSOR' into release-3.20Brad King2021-04-011-3/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain fileBrad King2021-04-011-3/+2
* | | Merge topic 'genex-HOST_LINK-in-try_compile' into release-3.20Brad King2021-04-015-2/+31
|\ \ \
| * | | Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compileMarc Chevrier2021-03-315-2/+31
* | | | Merge topic 'CUDA-device-link' into release-3.20Brad King2021-04-015-8/+72
|\ \ \ \
| * | | | CUDA Device link: Ensure all link options are correctly formattedMarc Chevrier2021-03-315-8/+72
* | | | | Merge topic 'make-fix-deps-paths' into release-3.20Brad King2021-04-011-1/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Makefiles dependencies: normalize windows pathsMarc Chevrier2021-03-301-1/+13
* | | | | Merge topic 'cray-version-patch' into release-3.20Brad King2021-03-311-0/+3
|\ \ \ \ \
| * | | | | Cray: Detect Fortran compiler version patch level if availableJustin LaPolla2021-03-311-0/+3
|/ / / / /
* | | | | Merge topic 'android-binutils' into release-3.20Brad King2021-03-313-50/+52
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Android: Fix search for binutilsHaibo Huang2021-03-303-50/+52
|/ / / /
* | | | Merge topic 'ninja-automoc-cycle' into release-3.20Brad King2021-03-308-20/+61
|\ \ \ \
| * | | | Tests: Add test for Ninja automoc dependency cyleKyle Edwards2021-03-296-17/+51
| * | | | autogen: Don't include SKIP_AUTOMOC files in depfileKyle Edwards2021-03-292-3/+10
| |/ / /
* | | | Merge topic 'GNUInstallDirs-doc' into release-3.20Brad King2021-03-301-1/+4
|\ \ \ \
| * | | | GNUInstallDirs: Clarify that CMAKE_INSTALL_<dir> may be absoluteBrad King2021-03-291-1/+4
* | | | | Merge topic 'nmc-cc-no-output' into release-3.20Brad King2021-03-3011-2/+68
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ninja Multi-Config: Fix crash on custom command config with no outputBrad King2021-03-299-0/+66
| * | | | Tests: Teach RunCMake to ignore incidental 'Recompacting log' ninja outputBrad King2021-03-292-2/+2
| |/ / /
* | | | Merge topic 'commands-file-permissions' into release-3.20Brad King2021-03-299-44/+61
|\ \ \ \
| * | | | Help: Clarify permission-related command optionsCraig Scott2021-03-262-23/+40
| * | | | Cleanup: Fix misspelt name of local C++ variableCraig Scott2021-03-262-14/+14
| * | | | Tests: Check host platform instead of target for running statCraig Scott2021-03-263-7/+7
| * | | | Tests: Remove redundant files for configure_file() testsCraig Scott2021-03-262-0/+0
* | | | | Merge topic 'FindIntl-builtin' into release-3.20Brad King2021-03-292-41/+90
|\ \ \ \ \
| * | | | | FindIntl: Fix detection of intl built in to C libraryBrad King2021-03-262-39/+67
| * | | | | FindIntl: Improve documentation formattingSibi Siddharthan2021-03-261-17/+38
| | |/ / / | |/| | |
* | | | | Merge topic 'correct_arg_parsing' into release-3.20Brad King2021-03-294-5/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmCommandLineArgument: correctly compute next parse indexRobert Maynard2021-03-264-5/+15
* | | | | Merge topic 'ninja-multi-long-custom-command' into release-3.20Brad King2021-03-263-0/+27
|\ \ \ \ \
| * | | | | Ninja Multi-Config: Include configs in long CC scriptsKyle Edwards2021-03-253-0/+27
|/ / / / /
* | | | | Merge topic 'doc-custom-output-genex' into release-3.20Brad King2021-03-253-3/+11
|\ \ \ \ \
| * | | | | Help: Custom OUTPUT and BYPRODUCTS genexes cannot refer to targetsCraig Scott2021-03-253-3/+11
| | |/ / / | |/| | |
* | | | | Merge topic 'nsis-branding-trim-position' into release-3.20Brad King2021-03-252-3/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CPack: Validate and document NSIS branding text trim positionsCraig Scott2021-03-242-3/+12
| |/ / /
* | | | Merge branch 'release-3.19' into release-3.20Brad King2021-03-240-0/+0
|\ \ \ \ | | |_|/ | |/| |