summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix FileAPI interface_exe testKyle Edwards2023-09-012-1/+42
|
* Merge topic 'scope-doc-tweaks'Craig Scott2023-09-013-24/+26
|\ | | | | | | | | | | | | | | | | bbf3ed5422 Help: Explain block() policy-scope rules more clearly 2f319c6484 Help: Remove "this command" ambiguity in set() docs 9eecdc7ab7 Help: Use signature directive for cmake_policy() Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8761
| * Help: Explain block() policy-scope rules more clearlyFeRD (Frank Dana)2023-09-012-5/+5
| |
| * Help: Remove "this command" ambiguity in set() docsFeRD (Frank Dana)2023-09-011-5/+6
| |
| * Help: Use signature directive for cmake_policy()FeRD (Frank Dana)2023-09-011-14/+15
| |
* | CMake Nightly Date StampKitware Robot2023-09-011-1/+1
| |
* | CMake Nightly Date StampKitware Robot2023-08-311-1/+1
|/
* CMake Nightly Date StampKitware Robot2023-08-301-1/+1
|
* Merge topic 'cmuvstreamread-raii'Kyle Edwards2023-08-292-15/+83
|\ | | | | | | | | | | | | | | 27be5ccd45 cmUVStreamRead: Return RAII handle to avoid memory leak Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8749
| * cmUVStreamRead: Return RAII handle to avoid memory leakKyle Edwards2023-08-252-15/+83
| |
* | CMake Nightly Date StampKitware Robot2023-08-291-1/+1
| |
* | Merge topic 'imported-framework-dir-is-system'Marc Chevrier2023-08-282-3/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | 878ae03832 macOS: IMPORTED framework: Honor SYSTEM target property in all cases Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8758
| * | macOS: IMPORTED framework: Honor SYSTEM target property in all casesMarc Chevrier2023-08-272-3/+15
| | | | | | | | | | | | When IMPORTED_LOCATION holds a framework folder, SYSTEM property must be respected.
* | | CMake Nightly Date StampKitware Robot2023-08-281-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2023-08-271-1/+1
| |
* | CMake Nightly Date StampKitware Robot2023-08-261-1/+1
| |
* | Merge topic 'modules-better-messages'Brad King2023-08-2511-63/+194
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | 571b5e1f2c cxxmodules: improve error messages for C++ module setup 8b4d32c18b cmStandardLevelResolver: add query for the effective standard level 17ddc4ac76 cmStandardLevelResolver: compare with static string literals 6f1dae2b01 cmStandardLevelResolver: use `cmStrCat` where possible 0d45d40e13 cmStandardLevelResolver: use character literals where possible Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8755
| * cxxmodules: improve error messages for C++ module setupBen Boeckel2023-08-239-43/+54
| | | | | | | | | | | | | | Make it clear that: - the quoted string is a target name; and - C++ sources that export modules is the important detail.
| * cmStandardLevelResolver: add query for the effective standard levelBen Boeckel2023-08-232-0/+116
| | | | | | | | This allows for improved error messages.
| * cmStandardLevelResolver: compare with static string literalsBen Boeckel2023-08-231-1/+3
| |
| * cmStandardLevelResolver: use `cmStrCat` where possibleBen Boeckel2023-08-231-10/+12
| |
| * cmStandardLevelResolver: use character literals where possibleBen Boeckel2023-08-231-9/+9
| |
* | Merge branch 'release-3.27'Brad King2023-08-250-0/+0
|\ \
| * \ Merge topic 'cxx-atomic' into release-3.27Brad King2023-08-251-1/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | fa3c4b6dbf Source: Link libatomic when needed on any Linux architecture Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8756
* | | Merge topic 'cxx-atomic'Brad King2023-08-251-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | fa3c4b6dbf Source: Link libatomic when needed on any Linux architecture Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8756
| * | Source: Link libatomic when needed on any Linux architectureBrad King2023-08-241-1/+1
| |/ | | | | | | | | | | | | | | Extend commit 78bbd58545 (Source: Link libatomic when needed on Linux 32-bit ARM, 2023-07-27, v3.27.2~10^2) to check for libatomic on more architectures. Fixes: #25204
* | CMake Nightly Date StampKitware Robot2023-08-251-1/+1
| |
* | CMake Nightly Date StampKitware Robot2023-08-241-1/+1
| |
* | Merge branch 'release-3.27'Brad King2023-08-231-3/+3
|\ \ | |/
| * CMake 3.27.4v3.27.4Brad King2023-08-232-4/+4
| |
* | Merge topic 'update-kwsys'Brad King2023-08-233-25/+31
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | a856486167 Merge branch 'upstream-KWSys' into update-kwsys c7b30fa8b3 KWSys 2023-08-22 (7f82ad45) b4a68240db Tests: Run CTestTest2 in explicit configuration Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8752
| * \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2023-08-222-24/+30
| |\ \ | | | | | | | | | | | | | | | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2023-08-22 (7f82ad45)
| | * | KWSys 2023-08-22 (7f82ad45)KWSys Upstream2023-08-222-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 7f82ad457aad02839c5974225fec7092e155d700 (master). Upstream Shortlog ----------------- scivision (5): 12825be6 lint: use foreach(... IN {ITEMS,LISTS} ...) f10cb6ad lint: use modern add_test(NAME ... COMMAND ...) ebb95153 lint: set_property(TEST f26b1b39 SystemInformation: use std::cerr like rest of KWSys 3c403fa9 SystemInformation: Replace C-style cast with reinterpret_cast
| * | | Tests: Run CTestTest2 in explicit configurationBrad King2023-08-221-1/+1
| | | | | | | | | | | | | | | | This is needed to support `add_test(NAME)` tests in KWSys.
* | | | Merge branch 'release-3.27'Brad King2023-08-230-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'FindZLIB-1.3' into release-3.27Brad King2023-08-231-18/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9034394950 FindZLIB: Fix extraction of two-component version number 1.3 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8753
* | \ \ \ Merge topic 'FindZLIB-1.3'Brad King2023-08-231-18/+17
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 9034394950 FindZLIB: Fix extraction of two-component version number 1.3 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8753
| * | | | FindZLIB: Fix extraction of two-component version number 1.3Brad King2023-08-221-18/+17
| |/ / / | | | | | | | | | | | | Fixes: #25200
* | | | CMake Nightly Date StampKitware Robot2023-08-231-1/+1
| |/ / |/| |
* | | Merge topic 'ci-linkcheck'Brad King2023-08-221-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 54e376df2e Help: Update link to Qt 5 CMake docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8751
| * | | Help: Update link to Qt 5 CMake docsBrad King2023-08-221-1/+1
| | | |
* | | | Merge topic 'libuv-bootstrap-sigchld'Kyle Edwards2023-08-221-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d562e503aa libuv: Use SIGCHLD in bootstrap mode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8748
| * | | | libuv: Use SIGCHLD in bootstrap modeKyle Edwards2023-08-211-1/+3
| |/ / /
* | | | Merge topic 'cmakelibtests-lean-and-mean'Kyle Edwards2023-08-221-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 439722993e CMakeLibTests: Compile with WIN32_LEAN_AND_MEAN Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8750
| * | | | CMakeLibTests: Compile with WIN32_LEAN_AND_MEANKyle Edwards2023-08-211-0/+6
| |/ / /
* | | | Merge topic 'doc'Brad King2023-08-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d2c30ac063 Help:CheckCXXSymbolExists: refer to CheckSourceCompiles Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8746
| * | | | Help:CheckCXXSymbolExists: refer to CheckSourceCompilesscivision2023-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | This was just missed in the earlier MR.
* | | | | CMake Nightly Date StampKitware Robot2023-08-221-1/+1
| | | | |
* | | | | Merge topic 'ep-svn-trust-cert-non-interactive'Craig Scott2023-08-211-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | a1509658a0 ExternalProject: Ensure svn --trust-server-cert has dependent options Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8745
| * | | | ExternalProject: Ensure svn --trust-server-cert has dependent optionsCraig Scott2023-08-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the --trust-server-cert option is given to svn without the --non-interactive option, the command fails with an error. Previously, --non-interactive was always added, but b1c2cb0436a (ExternalProject: Make SVN interactive with USES_TERMINAL_{DOWNLOAD,UPDATE}, 2022-05-06) changed the behavior to only add it if the relevant USES_TERMINAL_... option was set to true. Fixes: #25197