Brad King
fe63f15383
Merge topic 'fileapi-config-dir'
...
1df94443fe fileapi: Add support for user-wide queries
a991a5019b Tests: Isolate test suite from user-wide configuration
320b81847d Tests: Remove unused cvs anonymous access credentials
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9744
2024-08-26 09:48:40 -04:00
Craig Scott
d48834d277
Merge topic 'doc-get_property-undefined'
...
a1fdcb9d47 Help: get_property() result var is unset if property is not set
edee1b18b2 Help: Minor formatting and grammar fixes for get_property()
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9769
2024-08-23 19:16:03 -04:00
Craig Scott
a1fdcb9d47
Help: get_property() result var is unset if property is not set
...
Fixes : #26152
2024-08-23 09:58:46 +10:00
Craig Scott
edee1b18b2
Help: Minor formatting and grammar fixes for get_property()
2024-08-23 09:57:14 +10:00
Aleksei Shpakovskii
2e634501fd
Help/command/if: list all condition operators in precedence order overview
...
This section is near the top and so can serve as an exhaustive
table of contents for the things that `if()` can check.
2024-08-22 11:31:12 -04:00
Martin Duffy
1df94443fe
fileapi: Add support for user-wide queries
...
Fixes : #19168
2024-08-22 10:24:23 -04:00
Brad King
40e85e1551
Merge topic 'doc-if-IN_LIST'
...
e4a359e5d4 Help/command/if: Document variable expansion by IN_LIST
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9764
2024-08-22 09:06:00 -04:00
Brad King
e4a359e5d4
Help/command/if: Document variable expansion by IN_LIST
...
Previously this behavior was only mentioned implicitly by the command
signature. Describe it explicitly as we do for other conditions that
automatically expand variables.
Fixes : #26234
2024-08-21 09:17:21 -04:00
Peter Kokot
0f79ca336c
Help: Target property COMPILE_FLAGS has been superseded by COMPILE_OPTIONS
...
The `COMPILE_FLAGS` is not actually deprecated but has been superseded
by the `COMPILE_OPTIONS` target property.
2024-08-21 08:56:06 -04:00
Brad King
89d7ed5497
Merge topic 'fix-dependencies-searching'
...
4d4e008e69 file(GET_RUNTIME_DEPENDENCIES): Fix resolution of repeated ELF dependencies
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9704
2024-08-20 11:38:27 -04:00
Brad King
e2bde35870
Merge topic 'doc-preset-env'
...
bc5cddbea7 Help: Clarify role and importance of penv{} preset macro
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9738
2024-08-19 10:30:13 -04:00
Craig Scott
ea184f510c
Merge topic 'doc-fc-project-var-name-clashes'
...
13bf4dc9ef Help: State valid scopes for using proj_SOURCE_DIR and proj_BINARY_DIR
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9747
2024-08-19 06:16:34 -04:00
Aliaksandr Averchanka
4d4e008e69
file(GET_RUNTIME_DEPENDENCIES): Fix resolution of repeated ELF dependencies
...
When a library file name is encountered multiple times, reuse the result
from the first time. This more closely matches the behavior of the
dynamic loader on Linux.
Fixes : #24621
2024-08-19 08:57:04 +03:00
Craig Scott
13bf4dc9ef
Help: State valid scopes for using proj_SOURCE_DIR and proj_BINARY_DIR
...
Fixes : #25714
2024-08-17 16:11:22 +10:00
Craig Scott
dd87640a22
CMakeFindFrameworks: Deprecate the module subject to policy CMP0173
...
Fixes : #20446
2024-08-16 11:10:27 +10:00
Benjamin Buch
bc5cddbea7
Help: Clarify role and importance of penv{} preset macro
...
Preset environment variables are always set to the exact value
specified. The `$penv{}` macro can be used to refer to the parent
environment value to append or prepend to it.
Fixes : #26216
2024-08-15 11:48:04 -04:00
Brad King
48c0b01197
Merge topic 'doc-log'
...
d03bb13839 Help: version 3.16 added cmake --log-level
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9711
2024-08-14 13:33:00 -04:00
Brad King
db304b343b
Merge topic 'patch-oracle-developer-studio'
...
4086e81e38 Help: Rename Oracle Solaris Studio to Oracle Developer Studio
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9715
2024-08-14 13:29:17 -04:00
Brad King
88e90fcd20
Merge topic 'cuda_unity'
...
b90ae10dda Add support for unity builds with CUDA sources
c99ff40b21 Unity: refactor unity extension logic to single function
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9655
2024-08-13 11:01:13 -04:00
Aliaksandr Averchanka
890bc3d2a2
presets: Fix graphviz support documentation
2024-08-10 23:09:44 +10:00
Peter Kokot
4086e81e38
Help: Rename Oracle Solaris Studio to Oracle Developer Studio
...
With version 12.5 Oracle Solaris Studio was renamed to Oracle Developer
Studio.
2024-08-09 10:05:52 +02:00
scivision
d03bb13839
Help: version 3.16 added cmake --log-level
2024-08-08 08:29:43 -04:00
Robert Maynard
b90ae10dda
Add support for unity builds with CUDA sources
...
Fixes #22750
2024-08-02 13:35:53 -04:00
Brad King
289c30ad3a
Merge branch 'release-3.30'
2024-08-02 10:33:56 -04:00
Brad King
d88682dff6
CMake 3.30.2
2024-08-02 09:57:10 -04:00
Brad King
9c4dbd9771
Merge topic 'install-rename-doc'
...
38aae609df Help(install): Move RENAME docs to FILES signature
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9698
2024-08-02 09:45:17 -04:00
FeRD (Frank Dana)
38aae609df
Help(install): Move RENAME docs to FILES signature
...
The document's intro claims that the options documented up top are
the ones common to multiple signatures, but `RENAME` is only valid
for `install(FILES ...)`. Move it to that section of the docs.
2024-08-01 12:41:43 -04:00
Alex Turbov
ecef0313f7
Help: Add a link to cmake(1) CLI option to CMAKE_VS_NUGET_PACKAGE_RESTORE
2024-08-01 20:08:52 +04:00
Brad King
98c9e67a8d
Merge topic 'presets-graphviz'
...
31c0e0de49 presets: Add graphviz support
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9691
2024-08-01 10:44:41 -04:00
Aliaksandr Averchanka
31c0e0de49
presets: Add graphviz support
...
Closes : #22164
2024-07-30 10:27:03 -04:00
Vito Gamberini
8555c33d92
PkgC: Add cmake_pkg_config(EXTRACT) command
...
* Wraps the llpkgc parser with cmPkgConfigParser
* Adds various resolution and mangling code under cmPkgConfigResolver
* Documents new command cmake_pkg_config(EXTRACT). Documentation is written with
the assumption additional subcommands will be added soon.
* Adds various tests for the above
2024-07-29 13:14:46 -04:00
Brad King
b0ba99f152
Merge topic 'doc-add_test-typo'
...
ca39258a66 Help: Fix typo in add_test documentation
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9687
2024-07-29 10:59:00 -04:00
Brad King
ca39258a66
Help: Fix typo in add_test documentation
2024-07-26 10:37:35 -04:00
Brad King
4c35a71ae9
Merge topic 'lfortran'
...
aff38fed4f ci: Add nightly jobs for LFortran on Fedora
a0def56402 ci: Add lfortran to Fedora base image
98d0f918ba LFortran: Add support for this compiler
c6f81bdacf Tests/RunCMake: Pass Fortran compiler id into more tests
fa1b748389 Tests/RunCMake/DependencyGraph: Specify Fortran function return type
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: scivision <michael@scivision.dev >
Acked-by: Matthew Thompson <fortran@gmail.com >
Merge-request: !9188
2024-07-24 10:02:54 -04:00
Brad King
077691942a
Merge topic 'cmake-list-cached-variables'
...
c55239e286 cmake: Add flag to list cache entries matching a regex
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9644
2024-07-24 10:00:30 -04:00
Min Hsu
c55239e286
cmake: Add flag to list cache entries matching a regex
...
Add a `-LR[A][H] <regex>` flag with similar functionality to `-L[A][H]`,
but instead of listing all cached variables, it show only specific
variables that match the name regex.
2024-07-23 10:19:22 -04:00
Christoph Junghans
98d0f918ba
LFortran: Add support for this compiler
...
Fixes : #25419
2024-07-22 16:50:33 -04:00
Brad King
f36d09a0b8
Merge topic 'cpack-wix-per-machine'
...
d588e81ffb CPack/WIX: Generate perMachine installers by default
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9672
2024-07-22 10:17:57 -04:00
Brad King
a8d8f26828
Merge topic 'aix-archive-shared-libraries'
...
d27fe9dfba AIX: Add option to archive shared libraries
98013ad1ca cmXCOFF: Add support for editing binary inside an archive
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9606
2024-07-19 09:55:58 -04:00
Brad King
d588e81ffb
CPack/WIX: Generate perMachine installers by default
...
Add policy CMP0172 to set `CPACK_WIX_INSTALL_SCOPE` to `perMachine` by
default. Follow up commit 60661f6770 (CPack/WiX: Make InstallScope
configurable, 2023-11-07, v3.29.0-rc1~413^2) and commit 614100dbf6
(CPack/WiX: Restore default (missing) InstallScope from 3.28 and lower,
2024-06-05, v3.30.0-rc1~7^2~1).
Issue: #20962
Issue: #26029
2024-07-18 14:16:54 -04:00
Brad King
d39b8044b6
Merge branch 'release-3.30'
2024-07-18 09:48:21 -04:00
Brad King
cd386f6425
CMake 3.30.1
2024-07-18 09:13:21 -04:00
Brad King
de8e176113
Merge topic 'parallel-install'
...
159ba027b9 Install: Add parallel installation option
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9611
2024-07-18 09:04:47 -04:00
Aditya Vidyadhar Kamath
d27fe9dfba
AIX: Add option to archive shared libraries
...
Add option `CMAKE_AIX_SHARED_LIBRARY_ARCHIVE`.
There will no versions for the shared objects when this option is used.
Closes : #26033
2024-07-17 11:52:09 -04:00
Brad King
b3cd795e65
Merge topic 'wasi'
...
68cd5281e4 WASI: Add platform modules
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9659
2024-07-17 09:47:30 -04:00
Brad King
f055da52dc
Merge branch 'release-3.29'
2024-07-16 13:49:49 -04:00
Brad King
3b2ef9b54c
Merge branch 'release-3.29' into release-3.30
2024-07-16 13:49:33 -04:00
Brad King
928571f3c2
CMake 3.29.7
2024-07-16 13:14:29 -04:00
Jacob Hummer
68cd5281e4
WASI: Add platform modules
...
Add minimal platform modules to support toolchain files like those in
* https://github.com/WebAssembly/wasi-sdk
or direct use of `-DCMAKE_SYSTEM_NAME="WASI"`
Fixes : #19223
2024-07-16 12:28:19 -04:00
Brad King
f31ff28294
Merge topic 'doc-mark-deprecated'
...
723e236224 Help: Move deprecated modules and variables to dedicated sections
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9651
2024-07-16 10:29:59 -04:00