| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | issues: update references to the CMake issue tracker | Ben Boeckel | 2016-08-15 | 1 | -1/+1 |
|
|
* | | prefer list(APPEND) over string(APPEND) where appropriate | Daniel Pfeifer | 2016-08-08 | 1 | -1/+1 |
|
|
* | | Merge topic 'ExternalProject-no-DS_Store' | Brad King | 2016-08-03 | 1 | -0/+1 |
|\ \ |
|
| * | | ExternalProject: Ignore macOS .DS_Store files in tarball extraction | Brad King | 2016-08-02 | 1 | -0/+1 |
|
|
* | | | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -8/+8 |
|/ / |
|
* | | ExternalProject: Add support for multiple alternative URLs | Lars Schmertmann | 2016-07-13 | 1 | -3/+16 |
|
|
* | | ExternalProject: Use default file name if extracting from URL fails | Ruslan Baratov | 2016-07-07 | 1 | -1/+6 |
|
|
* | | ExternalProject: Match filenames in URLs with query strings and anchors | Brad King | 2016-07-05 | 1 | -7/+5 |
|/ |
|
* | ExternalProject: Fix git stash not using "--all" option | Christian Fetzer | 2016-05-21 | 1 | -0/+2 |
|
|
* | ExternalProject: Re-implement download logic as a dedicated script | Ruslan Baratov | 2016-05-19 | 1 | -42/+19 |
|
|
* | ExternalProject: Re-implement download verification as a dedicated script | Ruslan Baratov | 2016-05-19 | 1 | -25/+18 |
|
|
* | ExternalProject: Avoid repeating download verification | Ruslan Baratov | 2016-05-19 | 1 | -1/+2 |
|
|
* | ExternalProject: Remove unused verify script logic | Ruslan Baratov | 2016-05-19 | 1 | -17/+2 |
|
|
* | ExternalProject: Remove unused 'retries' argument from verify script | Ruslan Baratov | 2016-05-19 | 1 | -4/+3 |
|
|
* | ExternalProject: Use uppercase placeholders for script generation | Ruslan Baratov | 2016-05-19 | 1 | -27/+27 |
|
|
* | ExternalProject: Always run update step with non-empty UPDATE_COMMAND | Brad King | 2016-05-18 | 1 | -0/+3 |
|
|
* | ExternalProject: Initialize Git submodules recursively and on update (#16083) | Ilya Kulakov | 2016-05-03 | 1 | -2/+2 |
|
|
* | ExternalProject: Add option to perform a shallow Git clone (#15291) | Brad King | 2016-04-27 | 1 | -3/+20 |
|
|
* | ExternalProject: Fix file download script with CMAKE_TLS_{VERIFY,CAINFO} | Brad King | 2016-04-06 | 1 | -6/+9 |
|
|
* | ExternalProject: Tell Git not to verify certs only if TLS_VERIFY is OFF | Brad King | 2016-04-06 | 1 | -4/+7 |
|
|
* | ExternalProject: Allow TLS_VERIFY for git clones | Samir Benmendil | 2016-04-01 | 1 | -6/+17 |
|
|
* | Merge topic 'fix-spelling-typos' | Brad King | 2016-03-31 | 1 | -3/+3 |
|\ |
|
| * | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -3/+3 |
|
|
* | | ExternalProject: add support for just downloading a file | Ben Boeckel | 2016-03-31 | 1 | -6/+26 |
|/ |
|
* | ExternalProject: Be compatible with projects setting CMAKE_CFG_INTDIR | Brad King | 2016-02-05 | 1 | -2/+17 |
|
|
* | ExternalProject: Fix TEST_BEFORE_INSTALL for multi-config generators | Brad King | 2016-01-20 | 1 | -0/+3 |
|
|
* | ExternalProject: Simplify `cmake --build` configuration passing | Brad King | 2016-01-20 | 1 | -3/+3 |
|
|
* | ExternalProject: Add option to set `git clone -o` argument | Adam Rankin | 2016-01-15 | 1 | -6/+17 |
|
|
* | ExternalProject: Always use CMake builtin FindGit (#15791) | Brad King | 2015-10-15 | 1 | -0/+1 |
|
|
* | ExternalProject: Fix Git version report in error message (#15791) | Brad King | 2015-10-15 | 1 | -1/+1 |
|
|
* | ExternalProject: Use "git stash save --all" only if supported (#15722) | Daniele E. Domenichelli | 2015-09-17 | 1 | -1/+6 |
|
|
* | ExternalProject: Use GIT_VERSION_STRING instead of custom method | Daniele E. Domenichelli | 2015-09-17 | 1 | -16/+1 |
|
|
* | ExternalProject: Tell "hg clone" not to implicitly update | A. Joël Lamotte | 2015-08-11 | 1 | -1/+1 |
|
|
* | ExternalProject: Avoid if() auto-dereference of a "TEST" variable | Matt McCormick | 2015-08-03 | 1 | -3/+3 |
|
|
* | ExternalProject: Added new USES_TERMINAL options | James Johnston | 2015-07-06 | 1 | -0/+83 |
|
|
* | ExternalProject: Initialize only selected git submodules (#15590) | Silvio Traversaro | 2015-06-02 | 1 | -1/+1 |
|
|
* | ExternalProject: Fix log when the first arg of commands is "COMMAND" (#15567) | Daniele E. Domenichelli | 2015-05-20 | 1 | -2/+4 |
|
|
* | ExternalProject: Improve error when SOURCE_DIR is missing (#15560) | Brad King | 2015-05-08 | 1 | -1/+12 |
|
|
* | ExternalProject: Allow dependencies on INTERFACE libraries | Brad King | 2015-04-22 | 1 | -4/+16 |
|
|
* | ExternalProject: Fix error message typo | Brad King | 2015-04-21 | 1 | -1/+1 |
|
|
* | ExternalProject: Allow generator expressions with LOG_* options (#15287) | Andrey Pokrovskiy | 2015-04-21 | 1 | -4/+10 |
|
|
* | ExternalProject: Allow generator expressions in initial cache options | Andrey Pokrovskiy | 2015-04-21 | 1 | -5/+6 |
|
|
* | ExternalProject: fix the build command for generator overrides | Ben Boeckel | 2015-03-26 | 1 | -1/+4 |
|
|
* | ExternalProject: Replace placeholder tokens in BYPRODUCTS | Gaëtan Lehmann | 2015-03-09 | 1 | -3/+3 |
|
|
* | Modules: Check for ARGC before using ARGV# | Daniele E. Domenichelli | 2015-02-27 | 1 | -1/+1 |
|
|
* | ExternalProject: Allow ALWAYS step property to be switched (#15368) | Brad King | 2015-01-23 | 1 | -0/+9 |
|
|
* | Merge topic 'cmp0054-warnings-extproj' | Brad King | 2014-12-15 | 1 | -2/+2 |
|\ |
|
| * | ExternalProject: avoid CMP0054 warnings | Ben Boeckel | 2014-12-12 | 1 | -2/+2 |
|
|
* | | ExternalProject: remove extra newlines from log messages | Ben Boeckel | 2014-12-12 | 1 | -2/+2 |
|/ |
|
* | ExternalProject: Add TEST_EXCLUDE_FROM_MAIN option | Daniele E. Domenichelli | 2014-12-05 | 1 | -4/+21 |
|
|