| Commit message (Expand) | Author | Age | Files | Lines |
* | codespell: Fix typos | Brad King | 2023-11-17 | 2 | -2/+2 |
|
|
* | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 4 | -21/+6 |
|
|
* | Merge topic 'fileset-private-dep' | Brad King | 2023-09-21 | 3 | -0/+17 |
|\ |
|
| * | Ninja: Allow compilation before generation of dependencies' private sources | Martin Duffy | 2023-09-20 | 3 | -0/+17 |
|
|
* | | Help: Clarify requirements for find_package to use lib{64,32,x32} paths | Brad King | 2023-09-20 | 1 | -8/+17 |
|
|
* | | Help: Indent find_package REGISTRY_VIEW paragraphs together | Brad King | 2023-09-20 | 1 | -1/+1 |
|
|
* | | find_(library|file|path): Drop PATH-derived search prefixes | Brad King | 2023-09-14 | 5 | -11/+18 |
|/ |
|
* | Merge topic 'host-msystem-prefix' | Brad King | 2023-09-11 | 1 | -0/+7 |
|\ |
|
| * | cmake_host_system_information: Add MSYSTEM_PREFIX query | Brad King | 2023-09-10 | 1 | -0/+7 |
|
|
* | | Help: Document if() comparison number format | Brad King | 2023-09-08 | 1 | -10/+10 |
|/ |
|
* | Help: Explain block() policy-scope rules more clearly | FeRD (Frank Dana) | 2023-09-01 | 2 | -5/+5 |
|
|
* | Help: Remove "this command" ambiguity in set() docs | FeRD (Frank Dana) | 2023-09-01 | 1 | -5/+6 |
|
|
* | Help: Use signature directive for cmake_policy() | FeRD (Frank Dana) | 2023-09-01 | 1 | -14/+15 |
|
|
* | Merge topic 'doc-cmake_minimum_required-deprecation' | Brad King | 2023-08-21 | 3 | -0/+19 |
|\ |
|
| * | Help: Document cmake_minimum_required deprecation of old versions | Brad King | 2023-08-19 | 3 | -0/+19 |
|
|
* | | Help:try_run: place options in their own section | scivision | 2023-08-16 | 1 | -0/+5 |
|
|
* | | Help:try_compile: place options in their own section | scivision | 2023-08-16 | 1 | -1/+6 |
|
|
* | | get_test_property(): Add DIRECTORY option | Kyle Edwards | 2023-08-11 | 1 | -1/+12 |
|
|
* | | get_property(TEST): Add DIRECTORY option | Kyle Edwards | 2023-08-11 | 1 | -1/+12 |
|
|
* | | set_tests_properties(): Add DIRECTORY option | Kyle Edwards | 2023-08-11 | 1 | -0/+10 |
|
|
* | | set_property(TEST): Add DIRECTORY option | Kyle Edwards | 2023-08-10 | 1 | -1/+13 |
|
|
* | | Merge topic 'doc-fixups-release-3.27' | Craig Scott | 2023-08-07 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY | Craig Scott | 2023-08-04 | 1 | -1/+5 |
|
|
* | | Merge topic 'doc-install' | Brad King | 2023-08-07 | 1 | -132/+177 |
|\ \ |
|
| * | | Help: Add more install(TARGETS) examples | Brad King | 2023-08-03 | 1 | -38/+94 |
|
|
| * | | Help: Clarify install(TARGETS) artifact-kind option group ordering | Brad King | 2023-08-03 | 1 | -19/+35 |
|
|
| * | | Help: Use argument value placeholders consistently in install(TARGETS) | Brad King | 2023-08-03 | 1 | -45/+46 |
|
|
| * | | Help: Reorganize install() sections | Brad King | 2023-08-03 | 1 | -20/+6 |
|
|
| * | | Help: Revert "improve install() documentation of argument ordering" | Brad King | 2023-08-03 | 1 | -15/+1 |
|
|
* | | | Merge topic 'cxxmodules-try-compile' | Brad King | 2023-08-07 | 2 | -0/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmCoreTryCompile: parse `SOURCES_TYPE` argument | Ben Boeckel | 2023-07-31 | 2 | -0/+23 |
|
|
* | | | Help: Cross-reference install command signatures as commands | Brad King | 2023-08-02 | 2 | -34/+19 |
|
|
* | | | Help: Use signature directive for 'install' command | Brad King | 2023-08-02 | 1 | -792/+820 |
|/ / |
|
* | | Merge topic 'xcframework-find-library' | Kyle Edwards | 2023-07-28 | 1 | -0/+4 |
|\ \ |
|
| * | | find_library(): Add support for .xcframework | Kyle Edwards | 2023-07-28 | 1 | -0/+4 |
|
|
* | | | Merge topic 'ExportTestLabelToJUnit' | Brad King | 2023-07-28 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | set_test_properties: link to the test properties in the documentation | Alex Neundorf | 2023-07-26 | 1 | -1/+1 |
|
|
* | | | Merge topic 'xcframework-target-link-libraries' | Kyle Edwards | 2023-07-27 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 1 | -0/+6 |
|
|
* | | | | Merge topic 'doc-if-exists' | Brad King | 2023-07-27 | 1 | -3/+3 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Help: Document that if(EXISTS) requires paths to be readable | Brad King | 2023-07-26 | 1 | -3/+3 |
|
|
* | | | exec_program(): Remove by policy CMP0153 | Kyle Edwards | 2023-07-25 | 1 | -0/+4 |
|
|
* | | | Merge topic 'file-REAL_PATH-relative' | Brad King | 2023-07-24 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | file(REAL_PATH): resolve symlinks before '..' components | Robert Maynard | 2023-07-20 | 1 | -0/+5 |
|
|
* | | | | Merge topic 'command-job-server-aware' | Brad King | 2023-07-20 | 2 | -0/+28 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | add_custom_{target,command}: Add argument JOB_SERVER_AWARE | Chris Mahoney | 2023-07-19 | 2 | -0/+28 |
|
|
* | | | | Merge topic 'export-doc-config-map' | Brad King | 2023-07-18 | 2 | -0/+6 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Help: Mention imported config mapping in export() and install() docs | Brad King | 2023-07-18 | 2 | -0/+6 |
|
|
| * | | | Merge topic 'doc-add_custom_command' into release-3.27 | Brad King | 2023-06-29 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge topic 'doc-target_precompile_headers' into release-3.27 | Brad King | 2023-06-29 | 1 | -1/+1 |
| |\ \ \ \ |
|