Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -0/+7 |
| | | | | Issue: #19715 | ||||
* | FetchContent: Raise error if manually given source dir does not exist | Craig Scott | 2020-10-03 | 1 | -0/+6 |
| | | | Fixes: #21208 | ||||
* | FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overridden | Craig Scott | 2020-08-23 | 1 | -10/+31 |
| | | | Fixes: #21123 | ||||
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | FetchContent: Pass through CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY if set | Craig Scott | 2020-05-29 | 1 | -6/+11 |
| | | | | | This was missed when the initial support was added in commit 0aea435aa1 (ExternalProject: Provide choice of git update strategies, 2020-02-12) | ||||
* | FetchContent: Preserve empty string arguments | Craig Scott | 2020-05-23 | 1 | -21/+41 |
| | | | | Fixes: #20579 | ||||
* | FetchContent: Add support for SOURCE_SUBDIR | Craig Scott | 2020-05-16 | 1 | -12/+58 |
| | | | Fixes: #19875 | ||||
* | FetchContent: Add support for DOWNLOAD_NO_EXTRACT | Craig Scott | 2020-04-03 | 1 | -0/+22 |
| | | | Fixes: #20526 | ||||
* | Help: FetchContent, ExternalProject: Command sections -> subsections | Joachim Wuttke (o) | 2020-02-17 | 1 | -2/+5 |
| | |||||
* | Refactor: Replace CMAKE_CURRENT_LIST_DIR with CMAKE_CURRENT_FUNCTION_LIST_DIR | Alex Turbov | 2019-12-10 | 1 | -4/+1 |
| | | | | | | Some modules define an intermediate global scope visible variables to access "resource" files from functions. Now these variables could be eliminated. | ||||
* | FetchContent: Add new command FetchContent_MakeAvailable() | Craig Scott | 2019-01-26 | 1 | -68/+206 |
| | | | Relates: #18754 | ||||
* | FetchContent: Trivial doc corrections | Craig Scott | 2019-01-20 | 1 | -6/+6 |
| | |||||
* | FetchContent: Give access to the terminal for download and update | Craig Scott | 2019-01-14 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | A main scenario where this is needed is when a git operation needs the password to a private key and asks for it on the console. Without this change, such operations can appear to hang indefinitely with no prompt if QUIET is in effect (which it is by default). Another scenario this addresses is when progress of a download or update should be shown. Without this change, all such progress is buffered with some generators and will only be shown at the end, which defeats the purpose of logging any progress to begin with. Relates: #18238 | ||||
* | FetchContent: Support use of the module before "project()" command | Jean-Christophe Fillion-Robin | 2017-11-07 | 1 | -1/+3 |
| | | | | | Co-authored-by: Craig Scott <craig.scott@crascit.com> Co-authored-by: Brad King <brad.king@kitware.com> | ||||
* | FetchContent: New module for populating content at configure time | Craig Scott | 2017-10-16 | 1 | -0/+914 |