Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Optionally exclude implicit link directories via environment | Brad King | 2023-05-25 | 3 | -1/+20 | |
* | | | Merge topic 'ep-update-disconnected' | Brad King | 2023-05-23 | 1 | -0/+14 | |
|\ \ \ | ||||||
| * | | | ExternalProject: Avoid reconfigure when updates are disconnected | Craig Scott | 2023-05-23 | 1 | -0/+14 | |
* | | | | Merge topic 'help_configure_file' | Brad King | 2023-05-23 | 1 | -4/+4 | |
|\ \ \ \ | ||||||
| * | | | | Help: configure_file: add $CACHE{VAR} and $ENV{VAR} to description | Torsten Rasmussen | 2023-05-22 | 1 | -4/+4 | |
* | | | | | codespell: Fix typos | Brad King | 2023-05-22 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'doc-mingw-var' | Brad King | 2023-05-22 | 1 | -2/+3 | |
|\ \ \ \ | ||||||
| * | | | | Help: Clarify meaning of MINGW variable | Brad King | 2023-05-19 | 1 | -2/+3 | |
| |/ / / | ||||||
* | | | | Merge topic 'FileAPI-framework' | Brad King | 2023-05-22 | 2 | -1/+30 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fileapi: Extend codemodel targets/compileGroups with Apple frameworks | Marc Chevrier | 2023-05-19 | 2 | -1/+30 | |
* | | | | Merge topic 'doc-skip-linting' | Brad King | 2023-05-19 | 6 | -33/+41 | |
|\ \ \ \ | ||||||
| * | | | | Help: Wording, formatting and ordering fixes for SKIP_LINTING docs | Craig Scott | 2023-05-19 | 6 | -33/+41 | |
* | | | | | Help: Clarify PRE_BUILD option for add_custom_command() | Craig Scott | 2023-05-19 | 1 | -3/+6 | |
|/ / / / | ||||||
* | | | | 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 | |
| |/ / |