| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge branch 'release-3.26' | Brad King | 2023-05-18 | 1 | -2/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | CMake 3.26.4v3.26.4 | Brad King | 2023-05-18 | 1 | -2/+2 |
|
|
* | | | | Merge topic 'skip-linting' | Brad King | 2023-05-18 | 7 | -0/+75 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | TargetGenerator: Add SKIP_LINTING source property | Orkun Tokdemir | 2023-05-16 | 7 | -0/+75 |
|
|
* | | | | Help: Update SYSTEM oriented target properties for Apple Frameworks | Marc Chevrier | 2023-05-14 | 3 | -12/+19 |
| |_|/
|/| | |
|
* | | | Apple Frameworks: honor SYSTEM target property | Marc Chevrier | 2023-05-11 | 1 | -0/+4 |
|/ / |
|
* | | Merge topic 'ctest-timeout-zero' | Brad King | 2023-05-05 | 1 | -0/+3 |
|\ \ |
|
| * | | Help: Document meaning of TIMEOUT test property with value 0 | Brad King | 2023-05-04 | 1 | -0/+3 |
|
|
* | | | Merge topic 'compile-only-genex' | Brad King | 2023-05-05 | 2 | -1/+26 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex | Robert Maynard | 2023-05-04 | 1 | -5/+8 |
|
|
| * | | cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex | Ben Boeckel | 2023-04-12 | 2 | -1/+23 |
|
|
* | | | Merge topic 'use-linker-depfile' | Brad King | 2023-05-04 | 3 | -0/+24 |
|\ \ \ |
|
| * | | | Link step: use linker dependency linker file | Marc Chevrier | 2023-05-03 | 3 | -0/+24 |
|
|
* | | | | Merge topic 'Pospelove-master-patch-11353' | Brad King | 2023-05-04 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Help: Document append functionality of string(JSON) | Leonid Pospelov | 2023-05-03 | 1 | -0/+3 |
| |/ / / |
|
* | | | | Merge topic 'autogen-system-include' | Brad King | 2023-05-04 | 7 | -0/+65 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Autogen: Default AUTOGEN_USE_SYSTEM_INCLUDE to ON if it is not set | Orkun Tokdemir | 2023-05-03 | 3 | -0/+32 |
|
|
| * | | | Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target property | Orkun Tokdemir | 2023-05-03 | 5 | -0/+33 |
|
|
* | | | | Merge topic 'vs-debugger-init' | Brad King | 2023-05-02 | 10 | -4/+56 |
|\ \ \ \ |
|
| * | | | | VS: Add variables to initialize debugger-related properties | Alex Neundorf | 2023-05-01 | 10 | -4/+56 |
|
|
* | | | | | Merge topic 'doc-xref-find-env-vars' | Brad King | 2023-05-02 | 18 | -11/+133 |
|\ \ \ \ \ |
|
| * | | | | | Help: change links to point to the env.vars, not to the cmake vars | Alex Neundorf | 2023-05-01 | 6 | -5/+32 |
|
|
| * | | | | | Help: add documentation for some CMAKE_XXX_PATH env.vars | Alex Neundorf | 2023-05-01 | 12 | -7/+99 |
|
|
| * | | | | | Help: minor improvement for the CMAKE_PREFIX_PATH docs | Alex Neundorf | 2023-04-29 | 1 | -0/+3 |
| |/ / / / |
|
* | | | | | Help: Remove outdated link to Absoft Fortran | Brad King | 2023-05-01 | 1 | -2/+1 |
|
|
* | | | | | Merge topic 'tutorial-iface-order' | Brad King | 2023-05-01 | 7 | -200/+225 |
|\ \ \ \ \ |
|
| * | | | | | Tutorial: Move Step4-Ex1 to Step3-Ex2 | Paul Choisel | 2023-04-28 | 7 | -200/+225 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge topic 'cpack-inno-setup' | Brad King | 2023-05-01 | 3 | -0/+433 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | CPack: Add Inno Setup generator | Jannik Alber | 2023-04-28 | 3 | -0/+433 |
| | |/ /
| |/| | |
|
* | | | | FindDoxygen: Optionally use custom config file | Le Go | 2023-04-27 | 1 | -0/+5 |
|/ / / |
|
* | | | Merge topic 'ExternalProject-relative-git-urls' | Craig Scott | 2023-04-27 | 3 | -0/+47 |
|\ \ \ |
|
| * | | | ExternalProject/FetchContent: Support relative remote URLs | Chris Wright | 2023-04-26 | 3 | -0/+47 |
| |/ / |
|
* | | | presets: add support for macro expansion to includes | Zoran Angelov | 2023-04-26 | 2 | -0/+10 |
|
|
* | | | Merge topic 'GenEx-list' | Marc Chevrier | 2023-04-20 | 3 | -17/+281 |
|\ \ \ |
|
| * | | | GenEx LIST: list operations | Marc Chevrier | 2023-04-16 | 3 | -17/+281 |
| |/ / |
|
* | | | Merge topic 'doc-workflow-presets-vendor' | Craig Scott | 2023-04-17 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Help: Add missing vendor field to the workflow presets docs | Craig Scott | 2023-04-15 | 1 | -0/+6 |
| |/ / |
|
* | | | 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 |
|
|
* | | Merge topic 'automoc-macro-names' | Craig Scott | 2023-04-10 | 4 | -2/+101 |
|\ \ |
|
| * | | Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target property | Orkun Tokdemir | 2023-04-09 | 4 | -2/+101 |
|
|
* | | | Merge topic 'vs-sdk-selection' | Brad King | 2023-04-06 | 7 | -13/+126 |
|\ \ \ |
|
| * | | | VS: Select Windows SDK matching WindowsSDKVersion env var | Brad King | 2023-04-05 | 1 | -0/+8 |
|
|
| * | | | VS: Select latest available Windows SDK version by default | Brad King | 2023-04-05 | 3 | -0/+51 |
|
|
| * | | | VS: Add support for setting WindowsTargetPlatformVersion to 10.0 | Brad King | 2023-04-05 | 1 | -0/+4 |
|
|
| * | | | VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection | Brad King | 2023-04-05 | 5 | -12/+50 |
|
|
| * | | | VS: Parse comma-separated fields from CMAKE_GENERATOR_PLATFORM | Brad King | 2023-04-05 | 1 | -2/+14 |
|
|
* | | | | Merge topic 'doc-typo' | Brad King | 2023-04-06 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Help: Remove duplicated word in COMPILE_OPTIONS target property docs | Brad King | 2023-04-05 | 1 | -1/+1 |
|
|
* | | | | Merge branch 'release-3.26' | Brad King | 2023-04-04 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|