summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* file(INSTALL): Improve formatting of symlink creation errorBrad King2022-10-066-11/+53
| | | | Avoid printing two error messages. Format paths without wrapping.
* cmSystemTools: Provide quiet link creation methodsBrad King2022-10-064-30/+50
| | | | Offer variants that let the caller handle error messages.
* Merge topic 'try_compile-more-debug-logging'Brad King2022-10-067-2/+50
|\ | | | | | | | | | | | | | | 7e6b2a92a0 try_compile: Report build dir with --debug-trycompile cbf3252975 Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7746
| * try_compile: Report build dir with --debug-trycompileMatthew Woehlke2022-10-066-1/+49
| | | | | | | | | | | | | | | | When `--debug-trycompile` is enabled, issue a log (with trace) for every `try_compile` noting what directory is being used for the compilation. This will make it easier to find the corresponding artifacts. Closes: #24022
| * Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag caseBrad King2022-10-051-1/+1
| |
* | Merge topic 'test-CheckSourceTree'Brad King2022-10-066-380/+52
|\ \ | | | | | | | | | | | | | | | | | | | | | 8d453ee751 Tests: Improve CheckSourceTree test c23ebfa333 ci: Tell Git to ignore files known to be downloaded by jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7747
| * | Tests: Improve CheckSourceTree testBrad King2022-10-055-380/+36
| | | | | | | | | | | | | | | | | | | | | | | | Re-implement the test using simpler approach. Enable it only when doing an out-of-source build with a `.git` source. Run it last, serially. Re-use the `git` tool found for version computation. Print the output from `git status` without modification. Rely on `.gitignore` instead of filtering out paths ourselves.
| * | ci: Tell Git to ignore files known to be downloaded by jobsBrad King2022-10-051-0/+16
| | |
* | | Merge branch 'release-3.24'Brad King2022-10-060-0/+0
|\ \ \
| * \ \ Merge topic 'ifw-4.4' into release-3.24Brad King2022-10-061-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e848ce21c9 CPack/IFW: Add support for QtIFW 4.4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7750
* | \ \ \ Merge topic 'ifw-4.4'Brad King2022-10-061-0/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | e848ce21c9 CPack/IFW: Add support for QtIFW 4.4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7750
| * | | | CPack/IFW: Add support for QtIFW 4.4Erlend E. Aasland2022-10-051-0/+1
| |/ / / | | | | | | | | | | | | Fixes: #24027
* | | | Merge topic 'self-target_sources'Brad King2022-10-062-13/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 440822fa5c Source: Fix regression causing CMakeLib sources to be compiled repeatedly Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7748
| * | | | Source: Fix regression causing CMakeLib sources to be compiled repeatedlyBrad King2022-10-052-13/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | In commit 4ff8604604 (Build: Do not use variables for sources lists, 2022-08-21) the sources of `CMakeLib` were accidentally made PUBLIC. This causes them to be compiled again in all consuming targets. Make the sources PRIVATE instead.
* | | | CMake Nightly Date StampKitware Robot2022-10-061-1/+1
| | | |
* | | | Merge topic 'doc-cmake-modes'Brad King2022-10-0513-30/+64
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | b768a5e23b Help: Disambiguate cmake(1) program modes in Sphinx option references Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7749
| * | | Help: Disambiguate cmake(1) program modes in Sphinx option referencesBrad King2022-10-0513-30/+64
|/ / / | | | | | | | | | | | | | | | Define the entry point to each mode as an option for the `cmake` program, but reference the options for that mode as part of stand-in `cmake-<mode>` programs.
* | | Merge topic 'fedora-iwyu'Brad King2022-10-053-1/+54
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | c239e7c259 ci: add include-what-you-use to Fedora base image Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7744
| * | | ci: add include-what-you-use to Fedora base imageKyle Edwards2022-10-043-1/+54
| | | |
* | | | CMake Nightly Date StampKitware Robot2022-10-051-1/+1
| |_|/ |/| |
* | | Merge branch 'release-3.24'Brad King2022-10-040-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'release-3.23' into release-3.24Brad King2022-10-041-3/+3
| |\ \
* | \ \ Merge branch 'release-3.23'Brad King2022-10-041-3/+3
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | CMake 3.23.4v3.23.4Brad King2022-10-042-4/+4
| | |
* | | Merge topic 'ci-intel-compiler'Brad King2022-10-042-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | f391c1c269 gitlab-ci: add jobs testing Intel 2022.2.0 compilers on Linux 29e45a94b0 Tests: Teach RunCMake to ignore Intel Classic compiler deprecation warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7742
| * | | gitlab-ci: add jobs testing Intel 2022.2.0 compilers on LinuxBrad King2022-10-031-0/+14
| | | | | | | | | | | | | | | | | | | | Note that the classic compiler version is 2021.7.0, but we still have it in the 2022.2.0 base image.
| * | | Tests: Teach RunCMake to ignore Intel Classic compiler deprecation warningsBrad King2022-10-031-0/+1
| | | |
* | | | Merge topic 'FindGDAL-debug-msvc'Brad King2022-10-041-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fdc95c6d19 FindGDAL: Add library name for MSVC Debug GDAL Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7737
| * | | | FindGDAL: Add library name for MSVC Debug GDALGregoire Krähenbühl2022-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search for `gdald.lib`, which is how the library is now named when built with CMake under MSVC Debug. Fixes: #24015
* | | | | Merge topic 'xcode-ios-objects'Brad King2022-10-042-0/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 25630863ea Tests: Add case covering XCODE_EMIT_EFFECTIVE_PLATFORM_NAME=OFF for iOS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7740
| * | | | | Tests: Add case covering XCODE_EMIT_EFFECTIVE_PLATFORM_NAME=OFF for iOSBrad King2022-10-032-0/+30
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This use case was fixed by commit a7fb4bc475 (Xcode: Set build product locations using CONFIGURATION_BUILD_DIR, 2022-09-28). Add a test to verify the fix. Fixes: #23970
* | | | | Merge topic 'improve-try_compile-debug-documentation'Brad King2022-10-042-12/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3801785cc3 Help: Improve try_compile debug documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: alcroito <alexandru.croitor@qt.io> Merge-request: !7735
| * | | | | Help: Improve try_compile debug documentationMatthew Woehlke2022-10-032-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the --debug-trycompile documentation to account for recent changes to try_compile. Mention where in the build tree to find artifacts when using said option.
* | | | | | Merge topic 'fix-try_compile-doc-typo'Brad King2022-10-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef05a56387 Help: Fix typo in try_compile documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7736
| * | | | | | Help: Fix typo in try_compile documentationMatthew Woehlke2022-09-301-1/+1
| |/ / / / /
* | | | | | Merge topic 'try_compile-rename-source_from_arg'Brad King2022-10-0411-35/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0f28653ba9 try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENT Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7733
| * | | | | | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENTMatthew Woehlke2022-09-3011-35/+37
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the SOURCE_FROM_ARG keyword to try_compile to SOURCE_FROM_CONTENT (which we can do because it was recently added and hasn't been in a release yet). The new name should be clearer as to what it does, and also more consistent with the CONTENT arguments to some other commands. Also, fix a typo in an error message.
* | | | | | CMake Nightly Date StampKitware Robot2022-10-041-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'ExternalProject-git-dir'Brad King2022-10-031-19/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e07039cd26 ExternalProject: Explicitly run Git commands on intended directory Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7731
| * | | | | ExternalProject: Explicitly run Git commands on intended directoryPatrick Stewart2022-09-301-19/+19
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `--git-dir=.git` to cause git commands to fail instantly if the `.git` folder has gone missing. Fixes: #24007
* | | | | Merge branch 'release-3.24'Brad King2022-10-030-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'ci-xcode-14.0' into release-3.24Brad King2022-10-037-37/+66
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9cdf4c9be4 gitlab-ci: update macOS jobs to use Xcode 14.0 5d2c2b2558 Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0 12c6fec6b4 Xcode: Drop CMAKE_INTDIR= definition in Swift targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7732
* | \ \ \ \ Merge topic 'ci-xcode-14.0'Brad King2022-10-037-37/+66
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9cdf4c9be4 gitlab-ci: update macOS jobs to use Xcode 14.0 5d2c2b2558 Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0 12c6fec6b4 Xcode: Drop CMAKE_INTDIR= definition in Swift targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7732
| * | | | | gitlab-ci: update macOS jobs to use Xcode 14.0Brad King2022-09-301-6/+6
| | | | | |
| * | | | | Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0Brad King2022-09-305-29/+53
| | | | | | | | | | | | | | | | | | | | | | | | Issue: #24011
| * | | | | Xcode: Drop CMAKE_INTDIR= definition in Swift targetsBrad King2022-09-301-2/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | Xcode 14.0 warns that Swift doesn't support definition values. Therefore `CMAKE_INTDIR` is not useful to Swift sources. Drop it.
* | | | | CMake Nightly Date StampKitware Robot2022-10-031-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-10-021-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2022-10-011-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'xcode-build-layout'Brad King2022-09-307-48/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d0a6ebf57b Xcode: Fix "clean" operation under the "new build system" dc5fc898f6 Xcode: Set object file locations using TARGET_TEMP_DIR a7fb4bc475 Xcode: Set build product locations using CONFIGURATION_BUILD_DIR 6883b82124 cmGlobalXCodeGenerator: Remove unused local variable settings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7730