summaryrefslogtreecommitdiff
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-16-cxx-modules'Brad King2023-03-061-11/+30
|\
| * Clang: Record Clang 16.0 flags for our experimental C++ modules supportBrad King2023-03-031-11/+30
* | Merge topic 'doc-block'Brad King2023-03-031-0/+3
|\ \ | |/
| * Help:cmake-language: note new block() command scopescivision2023-03-021-0/+3
| * Merge topic 'check-curses-min-cmake' into release-3.26Brad King2023-03-011-0/+1
| |\
* | \ Merge topic 'doc-IMPORTED_CONFIGURATIONS'Brad King2023-03-032-8/+26
|\ \ \
| * | | Help:IMPORTED_CONFIGURATIONS: Mention relation to IMPORTED_LOCATIONBrad King2023-03-021-8/+17
| * | | Help:IMPORTED_IMPLIB: Mention IMPORTED_IMPLIB_<CONFIG> variantBrad King2023-03-021-0/+9
* | | | Merge topic 'TargetRunTimeDllDirs'Kyle Edwards2023-03-021-1/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Help: add documentation for the new TARGET_RUNTIME_DLL_DIRS genexAlexander Neundorf2023-02-261-1/+17
* | | | Merge topic 'Apple-handle-Text-Stubs'Brad King2023-03-0214-10/+360
|\ \ \ \
| * | | | Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-0114-10/+360
* | | | | Merge topic 'check-curses-min-cmake'Brad King2023-03-011-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ccmake: Update minimum required version of CMake for curses checkBrad King2023-03-011-0/+1
* | | | | Merge topic 'remove-dart-modules'Brad King2023-03-013-0/+36
|\ \ \ \ \
| * | | | | Dart,FindDart: Add policy to remove these modulesBrad King2023-02-283-0/+36
* | | | | | Merge topic 'try-doc'Brad King2023-03-012-39/+37
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Help:try_{compile,run}: clarify, encourage new syntaxscivision2023-02-282-39/+37
| |/ / /
| * | | Merge topic 'doc-cleanup-3.26-rc4' into release-3.26Brad King2023-02-284-29/+30
| |\ \ \
* | \ \ \ Merge topic 'dll-name-soversion'Brad King2023-02-285-0/+40
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add option to add SOVERSION to DLL namesRalf Habacker2023-02-275-0/+40
* | | | | Merge topic 'ci-linkcheck'Brad King2023-02-281-1/+1
|\ \ \ \ \
| * | | | | Help: Replace link with its permanent redirectBrad King2023-02-271-1/+1
* | | | | | Merge topic 'doc-cleanup-3.26-rc4'Brad King2023-02-284-29/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Help: Fix typos and grammar in 3.26 release notesCraig Scott2023-02-281-6/+5
| * | | | Help: Improve wording of FOLDER-related properties and policiesCraig Scott2023-02-253-23/+25
* | | | | Merge topic 'dochttp'Brad King2023-02-271-1/+8
|\ \ \ \ \
| * | | | | Help:file: document HTTPHEADER morescivision2023-02-241-1/+8
| | |/ / / | |/| | |
* | | | | Merge topic 'install-prefix-genex-install-code-script'Brad King2023-02-272-2/+9
|\ \ \ \ \
| * | | | | install(CODE|SCRIPT): Support $<INSTALL_PREFIX> genexKyle Edwards2023-02-242-2/+9
| |/ / / /
* | | | | Merge topic 'doc-CMAKE_MODULE_PATH'Brad King2023-02-271-4/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Help: Document that CMAKE_MODULE_PATH must use forward slashesBrad King2023-02-241-4/+5
| |/ /
* | | Merge topic 'PATH-genex-handle-list-of-paths'Brad King2023-02-242-17/+31
|\ \ \
| * | | PATH-genex: handle lists for path decomposition and transformationsMarc Chevrier2023-02-212-17/+31
| | |/ | |/|
* | | Merge topic 'tutorial_dependency_inversion'Brad King2023-02-2481-516/+645
|\ \ \
| * | | Tutorial: Refactor MathFunctions codeMarkus Ferrell2023-02-2381-516/+645
* | | | find_package: Use <PACKAGENAME>_ROOT variables as search prefixesBrad King2023-02-237-2/+89
* | | | Help: Document <PackageName>_ROOT variable ordering using an ordered listBrad King2023-02-232-26/+41
| |/ / |/| |
* | | Merge topic 'doco'Brad King2023-02-214-21/+23
|\ \ \
| * | | Help: ctest(1): emphasize the --test-dir optionscivision2023-02-181-2/+3
| * | | Help: cmake (1): put modern configure signature firstscivision2023-02-183-19/+20
* | | | Merge topic 'KateNinjaImprovements'Brad King2023-02-211-0/+3
|\ \ \ \
| * | | | Kate: mention Ninja Multiconfig in the docsAlexander Neundorf2023-02-201-0/+3
* | | | | Merge topic 'ninja-custom-command-depends'Brad King2023-02-204-0/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLYAbdelmaged Khalifa2023-02-174-0/+19
| |/ / /
* | | | Merge topic 'ci-linkcheck'Brad King2023-02-172-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Help: Replace links with their permanent redirectsBrad King2023-02-172-3/+3
* | | | Merge topic 'deprecate-extra-generators'Brad King2023-02-1610-2/+50
|\ \ \ \
| * | | | Deprecate "extra" generators in favor of cmake-file-api(7)Brad King2023-02-1510-2/+50
| |/ / /
* | | | Merge topic 'testdoc'Brad King2023-02-163-39/+35
|\ \ \ \