| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Document that if(EXISTS) requires paths to be readable | Brad King | 2023-07-26 | 1 | -3/+3 |
|
|
* | CMake 3.27.1v3.27.1 | Brad King | 2023-07-25 | 1 | -0/+12 |
|
|
* | Merge branch 'release-3.26' into release-3.27 | Brad King | 2023-07-19 | 1 | -2/+2 |
|\ |
|
| * | CMake 3.26.5v3.26.5 | Brad King | 2023-07-19 | 1 | -2/+2 |
|
|
* | | Help: Mention imported config mapping in export() and install() docs | Brad King | 2023-07-18 | 2 | -0/+6 |
|
|
* | | Help: Improve formatting and wording of LIST generator expressions | Craig Scott | 2023-07-13 | 1 | -57/+89 |
|
|
* | | Help: Fix typos, formatting and wording for TARGET_IMPORT_FILE genexes | Craig Scott | 2023-07-12 | 1 | -12/+12 |
|
|
* | | Help: Add TARGET_IMPORT_FILE... genexes to 3.27 release notes | Craig Scott | 2023-07-12 | 1 | -0/+6 |
|
|
* | | Help: Add missing versionadded for TARGET_IMPORT_FILE_DIR genex | Craig Scott | 2023-07-12 | 1 | -0/+2 |
|
|
* | | Merge topic 'doc-add_custom_command' into release-3.27 | Brad King | 2023-06-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Help: add_custom_command(TARGET) does not support USES_TERMINAL | 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 |
|\ \ \ |
|
| * | | | Help: Fix wrong command name in target_precompile_headers docs | Craig Scott | 2023-06-28 | 1 | -1/+1 |
| |/ / |
|
* | | | Help: Link to cmake-language(7) list docs from list() command docs | Brad King | 2023-06-28 | 1 | -1/+5 |
|/ / |
|
* | | Merge topic 'alias-set-target-prop' into release-3.27 | Brad King | 2023-06-27 | 2 | -0/+4 |
|\ \ |
|
| * | | Help: Clarify that you can't set properties on ALIAS targets | Ryan Friedman | 2023-06-26 | 2 | -0/+4 |
|
|
* | | | Merge topic 'link-depends-is-OFF' into release-3.27 | Brad King | 2023-06-26 | 1 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | link dependencies: deactivate the feature | Marc Chevrier | 2023-06-23 | 1 | -0/+8 |
|
|
* | | | Merge topic 'doc-project-none' into release-3.27 | Brad King | 2023-06-23 | 2 | -4/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Help: Restore project command docs for default languages and NONE | Brad King | 2023-06-22 | 2 | -4/+3 |
|
|
* | | Help: Remove incorrect command from list that marks GENERATED | Robert Maynard | 2023-06-21 | 1 | -1/+1 |
|
|
* | | Tutorial: Extend literal include to contain full code changes in solution | Markus Ferrell | 2023-06-15 | 1 | -1/+1 |
|
|
* | | Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS | Brad King | 2023-06-13 | 1 | -0/+4 |
|
|
* | | FindCUDAToolkit: Add cupti nvperf and pcsampling targets | Robert Maynard | 2023-06-07 | 1 | -1/+2 |
|
|
* | | Help: Drop development topic notes to prepare release | Brad King | 2023-06-06 | 2 | -9/+0 |
|
|
* | | Merge topic 'doc-3.27-relnotes' | Brad King | 2023-06-06 | 46 | -280/+250 |
|\ \ |
|
| * | | Help: Update Sphinx versionadded directives for 3.27 release | Brad King | 2023-06-06 | 1 | -0/+2 |
|
|
| * | | Help: Organize and revise 3.27 release notes | Brad King | 2023-06-06 | 1 | -133/+178 |
|
|
| * | | Help: Consolidate 3.27 release notes | Brad King | 2023-06-05 | 45 | -280/+203 |
|
|
* | | | VERIFY_INTERFACE_HEADER_SETS: Skip header files that have SKIP_LINTING | Kyle Edwards | 2023-06-06 | 2 | -2/+6 |
|/ / |
|
* | | Merge topic 'file-api-query-command' | Brad King | 2023-06-05 | 4 | -0/+91 |
|\ \ |
|
| * | | cmake_file_api: New project command | Craig Scott | 2023-06-05 | 4 | -0/+91 |
|
|
* | | | Merge topic 'ctest-timeout-signal' | Brad King | 2023-06-05 | 6 | -0/+69 |
|\ \ \ |
|
| * | | | ctest: Optionally terminate tests with a custom signal on timeout | Brad King | 2023-06-02 | 6 | -0/+69 |
|
|
* | | | | cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable | Ben Boeckel | 2023-06-01 | 1 | -7/+0 |
| |/ /
|/| | |
|
* | | | Merge topic 'automoc-moc-options-test' | Brad King | 2023-06-01 | 1 | -0/+36 |
|\ \ \ |
|
| * | | | Help: Add AUTOMOC_MOC_OPTIONS example | Orkun Tokdemir | 2023-05-31 | 1 | -0/+36 |
| |/ / |
|
* | | | cxxmodules: update the experimental UUID | Ben Boeckel | 2023-05-31 | 1 | -1/+1 |
|
|
* | | | cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets | Ben Boeckel | 2023-05-31 | 10 | -154/+8 |
|/ / |
|
* | | Merge topic 'cmake-verbose-print-build-tool-command' | Brad King | 2023-05-31 | 1 | -0/+5 |
|\ \ |
|
| * | | cmake: write the build command itself with `--verbose` | Ben Boeckel | 2023-05-16 | 1 | -0/+5 |
|
|
* | | | Merge topic 'help-importing-exporting-lib' | Brad King | 2023-05-31 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | Help/guide: fix MathFunctionsTargets.cmake path in importing-exporting | Olivier Blin | 2023-05-26 | 1 | -4/+5 |
|
|
* | | | | cmake: Add debugger | Glen Chung | 2023-05-30 | 2 | -0/+58 |
|/ / / |
|
* | | | 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 |
|/ / / / |
|