summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* CMakeFindFrameworks: Deprecate the module subject to policy CMP0173Craig Scott2024-08-164-1/+29
| | | | Fixes: #20446
* Merge topic 'doc-log'Brad King2024-08-141-0/+2
|\ | | | | | | | | | | | | d03bb13839 Help: version 3.16 added cmake --log-level Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9711
| * Help: version 3.16 added cmake --log-levelscivision2024-08-081-0/+2
| |
* | Merge topic 'patch-oracle-developer-studio'Brad King2024-08-141-1/+1
|\ \ | | | | | | | | | | | | | | | | | | 4086e81e38 Help: Rename Oracle Solaris Studio to Oracle Developer Studio Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9715
| * | Help: Rename Oracle Solaris Studio to Oracle Developer StudioPeter Kokot2024-08-091-1/+1
| |/ | | | | | | | | With version 12.5 Oracle Solaris Studio was renamed to Oracle Developer Studio.
* | Merge topic 'cuda_unity'Brad King2024-08-132-0/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Add support for unity builds with CUDA sourcesRobert Maynard2024-08-022-0/+8
| | | | | | | | | | | | Fixes #22750
* | | presets: Fix graphviz support documentationAliaksandr Averchanka2024-08-102-4/+8
| |/ |/|
* | Merge branch 'release-3.30'Brad King2024-08-021-3/+3
|\ \
| * | CMake 3.30.2v3.30.2Brad King2024-08-021-3/+3
| | |
* | | Merge topic 'install-rename-doc'Brad King2024-08-021-5/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 38aae609df Help(install): Move RENAME docs to FILES signature Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9698
| * | | Help(install): Move RENAME docs to FILES signatureFeRD (Frank Dana)2024-08-011-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Help: Add a link to `cmake(1)` CLI option to `CMAKE_VS_NUGET_PACKAGE_RESTORE`Alex Turbov2024-08-011-3/+4
|/ / /
* | | Merge topic 'presets-graphviz'Brad King2024-08-012-0/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 31c0e0de49 presets: Add graphviz support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9691
| * | | presets: Add graphviz supportAliaksandr Averchanka2024-07-302-0/+16
| | | | | | | | | | | | | | | | Closes: #22164
* | | | PkgC: Add cmake_pkg_config(EXTRACT) commandVito Gamberini2024-07-292-0/+262
|/ / / | | | | | | | | | | | | | | | | | | | | | * 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
* | | Merge topic 'doc-add_test-typo'Brad King2024-07-291-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | ca39258a66 Help: Fix typo in add_test documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9687
| * | Help: Fix typo in add_test documentationBrad King2024-07-261-1/+1
| | |
* | | Merge topic 'lfortran'Brad King2024-07-242-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | LFortran: Add support for this compilerChristoph Junghans2024-07-222-0/+6
| | | | | | | | | | | | | | | | Fixes: #25419
* | | | Merge topic 'cmake-list-cached-variables'Brad King2024-07-242-0/+16
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | 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
| * | | cmake: Add flag to list cache entries matching a regexMin Hsu2024-07-232-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'cpack-wix-per-machine'Brad King2024-07-225-5/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d588e81ffb CPack/WIX: Generate perMachine installers by default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9672
| * | | | CPack/WIX: Generate perMachine installers by defaultBrad King2024-07-185-5/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge topic 'aix-archive-shared-libraries'Brad King2024-07-197-0/+55
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | AIX: Add option to archive shared librariesAditya Vidyadhar Kamath2024-07-177-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option `CMAKE_AIX_SHARED_LIBRARY_ARCHIVE`. There will no versions for the shared objects when this option is used. Closes: #26033
* | | | | Merge branch 'release-3.30'Brad King2024-07-181-0/+12
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | CMake 3.30.1v3.30.1Brad King2024-07-181-0/+12
| | | | |
| * | | | Merge branch 'release-3.29' into release-3.30Brad King2024-07-161-3/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'parallel-install'Brad King2024-07-185-8/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 159ba027b9 Install: Add parallel installation option Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !9611
| * | | | | | Install: Add parallel installation optionMartin Duffy2024-07-155-8/+40
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Fixes: #26000
* | | | | | Merge topic 'wasi'Brad King2024-07-173-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 68cd5281e4 WASI: Add platform modules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9659
| * | | | | | WASI: Add platform modulesJacob Hummer2024-07-163-0/+9
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge branch 'release-3.29'Brad King2024-07-161-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | CMake 3.29.7v3.29.7Brad King2024-07-161-3/+3
| | | | | |
* | | | | | Merge topic 'doc-mark-deprecated'Brad King2024-07-162-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 723e236224 Help: Move deprecated modules and variables to dedicated sections Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9651
| * | | | | Help: Move deprecated modules and variables to dedicated sections權少2024-07-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were missed in commit e0355c4ea9 (FindBoost: Add policy to remove this module, 2024-05-03, v3.30.0-rc1~150^2) and commit 0aba13a2f3 (ctest: Add explicit options for TLS server verification, 2024-03-01, v3.30.0-rc1~408^2~3).
* | | | | | FindCUDAToolkit: Add ability to find static version of nvmlKyle Edwards2024-07-151-0/+5
| |_|/ / / |/| | | | | | | | | | | | | | Fixes: #26131
* | | | | Merge topic 'ios-mac-catalyst'Brad King2024-07-082-8/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 2785364b7b iOS: Add support for Mac Catalyst Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9595
| * | | | iOS: Add support for Mac CatalystRaul Metsma2024-07-032-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Issue: #20132 Signed-off-by: Raul Metsma <raul@metsma.ee>
* | | | | STL: extend type_traits to deal with member pointersVito Gamberini2024-07-021-0/+8
| |_|_|/ |/| | |
* | | | Merge topic 'cpack-rpm-zstd-compression'Brad King2024-07-023-9/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fab5c030ad CPack/RPM: Add zstd compression support a25be17bc4 CPack/RPM: emit error on invalid CPACK_RPM_COMPRESSION_TYPE 7e21412f47 CPack/RPM: fix whitespace alignment prior to editing e0b73a32c1 Help: Clarify using CPACK_THREADS as default Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9632
| * | | | CPack/RPM: Add zstd compression supportJoel Johnson2024-07-012-3/+12
| | | | | | | | | | | | | | | | | | | | Fixes: #26088
| * | | | Help: Clarify using CPACK_THREADS as defaultJoel Johnson2024-06-271-6/+2
| | | | |
* | | | | Merge topic 'codegen'Brad King2024-07-024-0/+76
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 197cb419d1 add_custom_command: Add CODEGEN support Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !9581
| * | | | add_custom_command: Add CODEGEN supportJuan Ramos2024-07-014-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By specifying CODEGEN as an argument to add_custom_command the custom command will be added to a codegen build target. The intent is to provide a convenient way for users to get their generated files without having to build the whole project. This can be helpful for code analysis tools which can be useful for IDEs and CI.
* | | | | Merge topic 'vs-framework-references'Brad King2024-06-273-0/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0721f9bf0f VS: Add VS_FRAMEWORK_REFERENCES Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9626
| * | | | | VS: Add VS_FRAMEWORK_REFERENCESCalum Robinson2024-06-263-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #26082
* | | | | | Merge topic 'fix-doc-manual-cmake-cxxmodules'Brad King2024-06-271-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | | | | | | | | | | | | | | | | | 727d25152b Help: Fix typo in cmake-cxxmodules(7) note syntax Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9625
| * | | | Help: Fix typo in cmake-cxxmodules(7) note syntax權少2024-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo from commit 5bbd2c12db (Help/cmake-cxxmodules: describe the compilation strategy, 2024-03-26, v3.30.0-rc1~251^2~22).