summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release-3.19'Brad King2020-10-190-0/+0
|\
| * Merge topic 'doc-CMP0111' into release-3.19Brad King2020-10-195-15/+25
| |\ | | | | | | | | | | | | | | | | | | | | | 5c3a91c808 CMP0111: Clarify that the new error is on a missing property setting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Reinking <alex_reinking@berkeley.edu> Merge-request: !5385
* | \ Merge topic 'doc-CMP0111'Brad King2020-10-195-15/+25
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | 5c3a91c808 CMP0111: Clarify that the new error is on a missing property setting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Reinking <alex_reinking@berkeley.edu> Merge-request: !5385
| * | CMP0111: Clarify that the new error is on a missing property settingBrad King2020-10-165-15/+25
| | | | | | | | | | | | The previous wording could be confused with the file missing on disk.
* | | Merge branch 'release-3.19'Brad King2020-10-190-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'sccache-macos-without-timeouts' into release-3.19Brad King2020-10-191-4/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | b0fe666846 ci: use a patched sccache on macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !5394
* | \ \ Merge topic 'sccache-macos-without-timeouts'Brad King2020-10-191-4/+12
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | b0fe666846 ci: use a patched sccache on macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !5394
| * | | ci: use a patched sccache on macOSBen Boeckel2020-10-191-4/+12
| |/ / | | | | | | | | | | | | | | | | | | This version is much less likely to timeout on server startup since it runs the expensive computation in a background thread. See https://github.com/mozilla/sccache/pull/868 for the status.
* | | CMake Nightly Date StampKitware Robot2020-10-191-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2020-10-181-1/+1
| | |
* | | Merge branch 'release-3.19'Craig Scott2020-10-170-0/+0
|\ \ \ | |/ /
| * | Merge topic 'cmake-gui-disable-presets' into release-3.19Craig Scott2020-10-173-22/+24
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | d471406f0b CMake GUI: Disable preset fields instead of hiding them Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !5374
* | \ \ Merge topic 'cmake-gui-disable-presets'Craig Scott2020-10-173-22/+24
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | d471406f0b CMake GUI: Disable preset fields instead of hiding them Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !5374
| * | | CMake GUI: Disable preset fields instead of hiding themKyle Edwards2020-10-163-22/+24
| | | |
* | | | CMake Nightly Date StampKitware Robot2020-10-171-1/+1
| | | |
* | | | Merge branch 'release-3.19'Brad King2020-10-160-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'file-configure-angle-brackets' into release-3.19Brad King2020-10-167-20/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 06a9a3bdc3 file(CONFIGURE): Allow angle brackets in content Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5379
* | \ \ \ Merge topic 'file-configure-angle-brackets'Brad King2020-10-167-20/+9
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 06a9a3bdc3 file(CONFIGURE): Allow angle brackets in content Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5379
| * | | | file(CONFIGURE): Allow angle brackets in contentCristian Adam2020-10-157-20/+9
| | | | | | | | | | | | | | | | | | | | Fixes: #21306
* | | | | Merge branch 'release-3.19'Brad King2020-10-160-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'CheckSource-Fortran' into release-3.19Brad King2020-10-1612-9/+51
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c4c636cef5 Tests: Add cases for CheckSource{Compiles,Runs} bad arguments 1e519df025 CheckSource{Runs,Compiles}: Fix default Fortran source extension Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5378
* | \ \ \ \ Merge topic 'CheckSource-Fortran'Brad King2020-10-1612-9/+51
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c4c636cef5 Tests: Add cases for CheckSource{Compiles,Runs} bad arguments 1e519df025 CheckSource{Runs,Compiles}: Fix default Fortran source extension Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5378
| * | | | | Tests: Add cases for CheckSource{Compiles,Runs} bad argumentsBrad King2020-10-158-0/+32
| | | | | |
| * | | | | CheckSource{Runs,Compiles}: Fix default Fortran source extensionMichael Hirsch2020-10-154-9/+19
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit 357e2ef429 (CheckSoureRuns: Add a unified way to check if a source runs, 2020-09-14, v3.19.0-rc1~118^2), the default Fortran source file extension was accidentally changed from `.F90` to `.F`. Fix that. In commit 10ae907de0 (CheckSoureCompiles: Add a unified way to check if a source compiles, 2020-09-14, v3.19.0-rc1~118^2~1), the default Fortran source extension was correctly preserved as `.F`, but `.F90` is a better default both for consistency and modern usage. Use that for direct calls to the `check_source_compiles` macro. Update our original `check_fortran_source_compiles` implementation to use `.F` by default as it did before. Fixes: #21307
* | | | | Merge branch 'release-3.19'Brad King2020-10-160-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'iar-obj-declutter' into release-3.19Brad King2020-10-161-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b357f78196 IAR: Use .o object file extension with IAR-Ilink toolchains Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5380
* | \ \ \ \ Merge topic 'iar-obj-declutter'Brad King2020-10-161-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | b357f78196 IAR: Use .o object file extension with IAR-Ilink toolchains Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5380
| * | | | | IAR: Use .o object file extension with IAR-Ilink toolchainsFelipe Torrezan2020-10-151-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | The compiler default extension for its objects is `.o`. Prefer that over `.obj`.
* | | | | Merge branch 'release-3.19'Brad King2020-10-160-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'fix-refactor-generator-configs' into release-3.19Brad King2020-10-164-3/+27
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | b9cb1d324d Fix regression in test/install/package configuration selection Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5381
* | | | | Merge topic 'fix-refactor-generator-configs'Brad King2020-10-164-3/+27
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | b9cb1d324d Fix regression in test/install/package configuration selection Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5381
| * | | | Fix regression in test/install/package configuration selectionBrad King2020-10-154-3/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit 7a969fe21d (cmMakefile: Refactor API to better handle empty config values, 2020-06-30, v3.19.0-rc1~567^2), calls to `GetGeneratorConfigs` that pass `OnlyMultiConfig` only want to get any configurations listed if the generator is multi-config. Fix the implementation to actually do that. Fixes: #21316
* | | | CMake Nightly Date StampKitware Robot2020-10-161-1/+1
| | | |
* | | | Merge topic 'remove-server-mode'Brad King2020-10-1546-5293/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9952ee063a server: remove deprecated 'cmake -E server' mode Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !5370
| * | | | server: remove deprecated 'cmake -E server' modeBrad King2020-10-1446-5293/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server mode has been deprecated since commit 996e1885c4 (server: deprecate in favor of the file-api, 2019-04-19, v3.15.0-rc1~198^2). Clients should now be using the file-api. Remove the server mode.
* | | | | Merge branch 'release-3.18' into masterBrad King2020-10-150-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cmake-E-cat-binary' into release-3.18Brad King2020-10-1513-54/+109
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !5364
* | \ \ \ \ \ Merge branch 'release-3.19'Brad King2020-10-150-0/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-1513-54/+109
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7a5f28318 cmake: Fix '-E cat' command for binary files on Windows 90b39a5209 cmConsoleBuf: Factor out cout/cerr console buffer management f1fdd15863 clang-format: Fix include block order in ctest.cxx and cpack.cxx Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5364
* | | | | | | Merge topic 'cmake-E-cat-binary'Brad King2020-10-1513-54/+109
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7a5f28318 cmake: Fix '-E cat' command for binary files on Windows 90b39a5209 cmConsoleBuf: Factor out cout/cerr console buffer management f1fdd15863 clang-format: Fix include block order in ctest.cxx and cpack.cxx Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5364
| * | | | | | cmake: Fix '-E cat' command for binary files on WindowsJohnny Jazeix2020-10-147-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset `std::cout` to write in binary mode with no encoding conversions. Co-Author: Brad King <brad.king@kitware.com> Fixes: #21295
| * | | | | | cmConsoleBuf: Factor out cout/cerr console buffer managementBrad King2020-10-148-36/+66
| | | | | | |
| * | | | | | clang-format: Fix include block order in ctest.cxx and cpack.cxxBrad King2020-10-142-13/+14
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2020-10-151-1/+1
| | | | | |
* | | | | | Merge branch 'release-3.19'Brad King2020-10-140-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'bootstrap-make-smake' into release-3.19Brad King2020-10-141-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e7ece1416 bootstrap: add smake as known make processors Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5372
* | \ \ \ \ \ Merge topic 'bootstrap-make-smake'Brad King2020-10-141-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e7ece1416 bootstrap: add smake as known make processors Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5372
| * | | | | | bootstrap: add smake as known make processorsIssam E. Maghni2020-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As found in “Modules/CMakeUnixFindMake.cmake”
* | | | | | | Merge branch 'release-3.19'Brad King2020-10-140-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'bootstrap-ninja-samu' into release-3.19Brad King2020-10-141-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | f0ac977d3c bootstrap: add samu as known ninja processors Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5371