| Commit message (Expand) | Author | Age | Files | Lines |
* | CPack: Change CPACK_PRODUCTBUILD_DOMAINS default to true (CMP0161) | Craig Scott | 2024-01-28 | 1 | -0/+36 |
|
|
* | Merge topic 'validate_read-only_target_properties' | Brad King | 2024-01-24 | 1 | -0/+39 |
|\ |
|
| * | cmTarget: Don't allow setting read-only properties | Robert Maynard | 2024-01-23 | 1 | -0/+39 |
|
|
* | | Help: Fix typo in CMP0156 documentation | Brad King | 2024-01-16 | 1 | -1/+1 |
|/ |
|
* | Help: Clarify standard policy advice paragraph wording on how policies are set | Brad King | 2024-01-11 | 1 | -1/+1 |
|
|
* | Help: Drop current CMake version from standard policy advice paragraph | Brad King | 2024-01-11 | 1 | -1/+1 |
|
|
* | Help: Normalize and consolidate standard policy advice paragraph | Brad King | 2024-01-11 | 152 | -557/+510 |
|
|
* | file: `STRINGS` + `REGEX` store match results | Cristian Le | 2024-01-09 | 1 | -0/+24 |
|
|
* | add_test: Fix version of CMake introducing CMP0158 (to 3.29) | Robert Maynard | 2024-01-05 | 1 | -0/+2 |
|
|
* | add_test: Honor CROSSCOMPILING_EMULATOR only when cross-compiling | Ralf Habacker | 2023-12-19 | 1 | -0/+27 |
|
|
* | Merge topic 'doc-CMP0149' | Brad King | 2023-11-20 | 1 | -0/+7 |
|\ |
|
| * | Help: Document that CMP0149 should be set before project() | Brad King | 2023-11-20 | 1 | -0/+7 |
|
|
* | | Swift: Add abstraction for compilation mode | Evan Wilde | 2023-11-17 | 1 | -0/+48 |
|
|
* | | Link step: Enable to configure deduplication of libraries | Marc Chevrier | 2023-11-09 | 1 | -0/+47 |
|
|
* | | CMP0155: ignore scanning for sources if no scanner is available | Ben Boeckel | 2023-11-01 | 1 | -2/+4 |
|
|
* | | cmNinjaTargetGenerator: do not order-depend on C++ module sources | Ben Boeckel | 2023-10-20 | 1 | -0/+6 |
|
|
* | | Help: Update Sphinx versionadded directives for 3.28 release | Brad King | 2023-10-03 | 1 | -0/+2 |
|
|
* | | Merge topic 'cxxmodules-no-longer-experimental' | Brad King | 2023-10-02 | 1 | -0/+26 |
|\ \ |
|
| * | | cxxmodules: scan C++ sources for imports by default | Ben Boeckel | 2023-10-02 | 1 | -0/+26 |
|
|
* | | | Merge topic 'doc-CMP0124' | Brad King | 2023-10-02 | 1 | -5/+37 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Help: Document CMP0124 behavior on already-set variables | Brad King | 2023-09-29 | 1 | -5/+37 |
|
|
* | | Ninja: Allow compilation before generation of dependencies' private sources | Martin Duffy | 2023-09-20 | 1 | -0/+53 |
|
|
* | | exec_program(): Remove by policy CMP0153 | Kyle Edwards | 2023-07-25 | 1 | -0/+12 |
|
|
* | | file(REAL_PATH): resolve symlinks before '..' components | Robert Maynard | 2023-07-20 | 1 | -0/+20 |
|/ |
|
* | Autogen: Default AUTOGEN_USE_SYSTEM_INCLUDE to ON if it is not set | Orkun Tokdemir | 2023-05-03 | 1 | -0/+28 |
|
|
* | Merge topic 'ExternalProject-relative-git-urls' | Craig Scott | 2023-04-27 | 1 | -0/+39 |
|\ |
|
| * | ExternalProject/FetchContent: Support relative remote URLs | Chris Wright | 2023-04-26 | 1 | -0/+39 |
|
|
* | | Merge branch 'backport-3.26-help-CMP0105' into Help-CMP0105-clarifications | Marc Chevrier | 2023-04-15 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Help: CMP0105 policy: clarifications | Marc Chevrier | 2023-04-15 | 1 | -2/+3 |
|
|
* | | VS: Select latest available Windows SDK version by default | Brad King | 2023-04-05 | 1 | -0/+47 |
|
|
* | | FindPython{Interp,Libs}: Add policy to remove these modules | Brad King | 2023-03-30 | 1 | -0/+29 |
|
|
* | | VS: Add policy to build custom commands concurrently | Brad King | 2023-03-12 | 1 | -0/+24 |
|
|
* | | FindCUDA: Add policy to remove this module | Brad King | 2023-03-09 | 1 | -0/+29 |
|
|
* | | Dart,FindDart: Add policy to remove these modules | Brad King | 2023-02-28 | 1 | -0/+30 |
|
|
* | | Merge topic 'doc-cleanup-3.26-rc4' | Brad King | 2023-02-28 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Help: Improve wording of FOLDER-related properties and policies | Craig Scott | 2023-02-25 | 1 | -6/+6 |
|
|
* | | find_package: Use <PACKAGENAME>_ROOT variables as search prefixes | Brad King | 2023-02-23 | 1 | -0/+26 |
|/ |
|
* | Help: Clarify behavior of BEFORE with target_compile_options() | Craig Scott | 2022-11-27 | 1 | -8/+16 |
|
|
* | Help: remove links from pages to themselves | Ben Boeckel | 2022-11-18 | 1 | -1/+1 |
|
|
* | Merge topic 'use_folders_on_by_default' | Brad King | 2022-11-08 | 1 | -0/+30 |
|\ |
|
| * | USE_FOLDERS: Treat as on by default | Juan Ramos | 2022-11-08 | 1 | -0/+30 |
|
|
* | | Help: Fix some redirects reported with sphinx linkcheck | Alex Turbov | 2022-11-07 | 1 | -1/+1 |
|/ |
|
* | Help: Minor grammar, typo and formatting cleanups | Craig Scott | 2022-10-09 | 2 | -2/+2 |
|
|
* | Merge topic 'help-add-custom-comman-byproducts' | Brad King | 2022-09-19 | 1 | -0/+3 |
|\ |
|
| * | Help:custom_command: link policy on BYPRODUCTS | Hinell | 2022-09-16 | 1 | -0/+3 |
|
|
* | | Xcode: Do not append per-config suffixes to library search paths | Mikko Sivulainen | 2022-09-15 | 1 | -0/+27 |
|/ |
|
* | MSVC: Add abstraction for debug information format | Glen Chung | 2022-09-14 | 1 | -0/+55 |
|
|
* | return(): Propagate variables to result scope | Marc Chevrier | 2022-09-03 | 1 | -0/+17 |
|
|
* | Help: Fix typos, grammar and formatting in CMP0134 policy docs | Craig Scott | 2022-08-30 | 1 | -4/+1 |
|
|
* | Help: CMP0097 applies to FetchContent as well | Craig Scott | 2022-07-24 | 1 | -2/+4 |
|
|