summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* UsewxWidgets: Remove leftover debugging codeBrad King2023-01-181-29/+0
|
* FindQt4: Drop outdated advice to look at CMakeError.log on failureBrad King2023-01-181-1/+1
| | | | The find module does not write information to the log.
* GHS: Drop debugging message from logBrad King2023-01-181-2/+0
|
* CompileFeatures: Warn explicitly when feature detection binary is not foundBrad King2023-01-181-4/+7
| | | | This step is not normally expected to fail, so warn instead of logging it.
* CompilerId: Restore logging of failed identificationsBrad King2023-01-181-2/+4
| | | | | | Changes in commit 9c5bd7fe3a (CompilerId: Output errors from all attempts at detection, 2022-08-16, v3.25.0-rc1~290^2) accidentally stopped logging failed compiler identification build output.
* Tests: Avoid using CMake{Output,Error}.log filesBrad King2023-01-186-17/+35
| | | | These log files will soon go away, so avoid using them in tests.
* Merge topic 'configure-log'Brad King2023-01-1815-1/+178
|\ | | | | | | | | | | | | | | a78cba5197 message: Add CONFIGURE_LOG mode to record a message in the configure log 645671d36f Help: Document configure log behavior in try_compile and try_run Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8080
| * message: Add CONFIGURE_LOG mode to record a message in the configure logBrad King2023-01-1813-1/+164
| | | | | | | | | | | | | | Provide a replacement for `file(APPEND .../CMake{Output,Error}.log)` that records messages in the configure log. Issue: #23200
| * Help: Document configure log behavior in try_compile and try_runBrad King2023-01-183-0/+14
| |
* | Merge topic 'clang-format-attr'Brad King2023-01-1811-19/+17
|\ \ | | | | | | | | | | | | | | | | | | 48639aa8fc clang-format.bash: Use generic clang-format attribute Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8085
| * | clang-format.bash: Use generic clang-format attributeBrad King2023-01-1811-19/+17
|/ / | | | | | | | | | | | | Specify the clang-format version in the attribute value instead of its name. Issue: #24315
* | Merge topic 'swift-ios'Brad King2023-01-181-3/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | 44abf24848 Swift: Add comment about where platform-specific flags should go 9a013c9e9d Swift: Use macOS-style linker flags on iOS, tvOS, and watchOS too Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8070
| * | Swift: Add comment about where platform-specific flags should goBrad King2023-01-171-1/+2
| | |
| * | Swift: Use macOS-style linker flags on iOS, tvOS, and watchOS tooCraig Hutchinson2023-01-171-2/+4
| | | | | | | | | | | | | | | | | | Without this, building a shared Swift library with `CMAKE_SYSTEM_NAME=iOS` produces the error `ld: unknown option: -soname`. iOS is an Apple platform, and so should use the `-install_name` option.
* | | Merge topic 'doc-CMAKE_CONFIGURATION_TYPES'Brad King2023-01-181-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ea54cce962 Help: Document format of CMAKE_CONFIGURATION_TYPES list Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8081
| * | | Help: Document format of CMAKE_CONFIGURATION_TYPES listBrad King2023-01-171-1/+2
| | | | | | | | | | | | | | | | Issue: #24327
* | | | Merge topic 'doc-DEFINE_SYMBOL-unix'Brad King2023-01-181-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 22d8ff63f5 Help: add notes for POSIX platforms to the DEFINE_SYMBOL target property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8062
| * | | | Help: add notes for POSIX platforms to the DEFINE_SYMBOL target propertyRalf Habacker2023-01-171-1/+7
| | | | | | | | | | | | | | | | | | | | Fixes #24310
* | | | | Merge topic 'add_visbility_flags_to_device_link_line'Brad King2023-01-187-14/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0c56bdf91e CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET setting Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8065
| * | | | | CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET settingRobert Maynard2023-01-167-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #24272
* | | | | | Merge topic 'docpc'Brad King2023-01-181-3/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 93624e4c3d Help:ProcessorCount: recommend cmake_host_system_information Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8077
| * | | | | | Help:ProcessorCount: recommend cmake_host_system_informationscivision2023-01-161-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #24277
* | | | | | | Merge topic 'IntelLLVM-c++23'Brad King2023-01-182-6/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4331f7b4bf IntelLLVM: Add provisional flags for C23 and C++23 42ca6416af IntelLLVM: Replace -Qstd= with -Qstd: on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !8064
| * | | | | | | IntelLLVM: Add provisional flags for C23 and C++23scivision2023-01-162-0/+12
| | | | | | | |
| * | | | | | | IntelLLVM: Replace -Qstd= with -Qstd: on Windowsscivision2023-01-161-6/+6
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latter is the documented form [1]. [1] https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compiler-reference/compiler-options/language-options/std-qstd.html
* | | | | | | Merge topic 'less-conversions'Brad King2023-01-1826-99/+104
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b3edfcf46e cmValue: Use operator* explicitly to convert to std::string; avoid extra call Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8075
| * | | | | | | cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-1626-99/+104
| | | | | | | |
* | | | | | | | Merge topic 'typo-fix'Brad King2023-01-184-6/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 99614e06be Source: Fix a few typos Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8078
| * | | | | | | | Source: Fix a few typosVitaly Stakhovsky2023-01-174-6/+6
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2023-01-181-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'release-3.25'Brad King2023-01-170-0/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'backport-FindCUDAToolkit-cuda-12-nvToolsExt' into release-3.25Brad King2023-01-171-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !8076
| | * | | | | | FindCUDAToolkit: Handle CUDA::nvToolsExt not existingRobert Maynard2023-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #24275
* | | | | | | | Merge topic 'configure-log'Brad King2023-01-1727-23/+265
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 48292c8624 try_compile: Record stack of in-progess checks in configure log d4bf7d80c6 try_compile: Add a NO_LOG option to skip recording in the configure log 9d9e8450a8 try_compile: Add optional LOG_DESCRIPTION to record in configure log 65ed5c2ca8 try_compile: Report underlying error when COPY_FILE fails 0418efb7ad Tests: Add explicit ConfigureLog case to RunCMake.try_compile 189557bd74 cmake: Make entire in-progress check stack available internally 96ce3581ab Help: Clarify backtrace order in cmake-configure-log(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8072
| * | | | | | | | try_compile: Record stack of in-progess checks in configure logBrad King2023-01-1613-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many `try_compile` and `try_run` calls occur inside check modules between `message(CHECK_START)` and `message(CHECK_{PASS,FAIL})` pairs. Add a field to configure log entries to report this context. Issue: #23200
| * | | | | | | | try_compile: Add a NO_LOG option to skip recording in the configure logBrad King2023-01-169-4/+32
| | | | | | | | |
| * | | | | | | | try_compile: Add optional LOG_DESCRIPTION to record in configure logBrad King2023-01-1616-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: #23200
| * | | | | | | | try_compile: Report underlying error when COPY_FILE failsBrad King2023-01-161-12/+24
| | | | | | | | |
| * | | | | | | | Tests: Add explicit ConfigureLog case to RunCMake.try_compileBrad King2023-01-165-0/+60
| | | | | | | | |
| * | | | | | | | cmake: Make entire in-progress check stack available internallyBrad King2023-01-161-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Represent it as a `vector` so we can iterate over the whole stack.
| * | | | | | | | Help: Clarify backtrace order in cmake-configure-log(7)Brad King2023-01-131-2/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'ctest-no-tests-action-env-var'Brad King2023-01-1714-0/+63
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0661de58d8 ctest(1): Add CTEST_NO_TESTS_ACTION env var Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8044
| * | | | | | | | ctest(1): Add CTEST_NO_TESTS_ACTION env varfriendlyanon2023-01-1314-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This environment variable provides a default value for the --no-tests=<action> command line argument.
* | | | | | | | | Merge branch 'release-3.25'Brad King2023-01-170-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'release-3.24' into release-3.25Brad King2023-01-170-0/+0
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'release-3.24'Brad King2023-01-170-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'doc-header-only' into release-3.24Brad King2023-01-131-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !8071
* | \ \ \ \ \ \ \ \ \ Merge branch 'release-3.25'Brad King2023-01-170-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'doc-header-only' into release-3.25Brad King2023-01-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | / / / / / | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 93696d0f2e Help: Restore cmake-buildsystem(7) header-only library example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8071
* | | | | | | | | | Merge topic 'doc-header-only'Brad King2023-01-171-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | 93696d0f2e Help: Restore cmake-buildsystem(7) header-only library example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8071