| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Help: Fix signature of add_library(<name> INTERFACE EXCLUDE_FROM_ALL) | namniav | 2023-12-04 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'backport-ci-fedora-39' into ci-fedora-39 | Brad King | 2023-11-17 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | codespell: Fix typos | Brad King | 2023-11-17 | 2 | -2/+2 |
|
|
* | | | Merge topic 'install-export-xcframework' | Brad King | 2023-11-16 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | install(EXPORT): Add ability to point to .xcframework file | Kyle Edwards | 2023-11-15 | 1 | -0/+13 |
|
|
* | | | | Help: Clarify file() command multi-value argument placeholders | Brad King | 2023-11-15 | 1 | -34/+34 |
|/ / / |
|
* | | | install(EXPORT): Export find_dependency() calls | Kyle Edwards | 2023-11-13 | 2 | -2/+84 |
|
|
* | | | Help/export: Add signature directives | Kyle Edwards | 2023-11-13 | 1 | -8/+8 |
|
|
* | | | Merge topic 'Ninja-use-depslog' | Brad King | 2023-11-07 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | cmGlobalNinjaGenerator: tell `ninja` to actually read the depfile | Ben Boeckel | 2023-11-01 | 1 | -0/+5 |
|
|
* | | | | if(): add operators IS_READABLE, IS_WRITABLE and IS_EXECUTABLE. | Marc Chevrier | 2023-11-01 | 1 | -0/+41 |
|/ / / |
|
* | | | Help: Replace link with its http redirect | Brad King | 2023-10-19 | 1 | -1/+1 |
|
|
* | | | Merge topic 'try_compile-alias-targets' | Brad King | 2023-10-17 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | try_compile: Add support for using ALIAS targets | Cristian Le | 2023-10-16 | 1 | -0/+3 |
| |/ / |
|
* | | | try_{compile,run}: add LINKER_LANGUAGE option | scivision | 2023-10-16 | 2 | -0/+10 |
|/ / |
|
* | | 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 |
|\ \ \
| |/ /
|/| | |
|