summaryrefslogtreecommitdiff
path: root/Modules/ExternalData.cmake
Commit message (Expand)AuthorAgeFilesLines
* ExternalData: Improve robustness on Windows to copy a data object to a fileBrad King2022-11-171-1/+1
* ExternalData: Improve error message when we fail to create a fileBrad King2021-04-221-1/+1
* ExternalData: use `file(CREATE_LINK)`Ben Boeckel2021-03-111-1/+2
* ExternalData: use `file(COPY_FILE)` instead of forking CMakeBen Boeckel2021-03-111-1/+1
* ExternalData: Avoid replacing a concurrently-created objectBrad King2021-03-051-1/+8
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-10/+26
* ExternalData: add support for suppressing progress during the buildBen Boeckel2020-10-231-2/+38
* Help: correct typo in ExternalData (duplicate "of")Joachim Wuttke (o)2020-09-071-1/+1
* Replaces execute_process calls to touch files with file(TOUCH) callsShane Parris2018-02-151-1/+1
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-1/+1
* ExternalData: Add support for SHA-3 algorithmsBrad King2016-11-111-2/+7
* ExternalData: Add support for multiple hash algorithmsMatt McCormick2016-10-181-19/+91
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* ExternalData: Tolerate files duplicated across multiple targetsBrad King2016-09-071-29/+47
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-8/+8
* ExternalData: Hide security-sensitive details from outputAlex Turbov2016-07-131-1/+2
* ExternalData: Add option to disable use of symlinksBrad King2015-05-221-1/+8
* ExternalData: Add option to recursively match under directoriesBrad King2015-03-271-3/+20
* ExternalData: Parameterize internal file(GLOB) operation selectionBrad King2015-03-271-6/+10
* ExternalData: Add support for custom algorithm-to-URL mappingBrad King2015-02-251-1/+40
* Help: Add notes for topic 'ExternalData-custom-download'Brad King2015-01-151-0/+2
* ExternalData: Add support for custom download scriptsBrad King2015-01-151-1/+104
* ExternalData: Improve documentation organizationBrad King2015-01-151-13/+18
* ExternalData: Re-order documentationBrad King2015-01-151-97/+97
* ExternalData: Document all variables defined by moduleBrad King2015-01-151-5/+21
* ExternalData: Split documentation into sectionsBrad King2015-01-151-67/+111
* ExternalData: Convert docs to a bracket commentBrad King2015-01-151-184/+185
* ExternalData: Drop 'not security software' disclaimer (#15060)Brad King2014-08-051-1/+1
* ExternalData: Warn on missing file instead of failingBrad King2014-04-171-15/+29
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-6/+4
* ExternalData: Allow local stores without any URL templatesBrad King2013-11-131-5/+10
* ExternalData: Show example network path URL templateBrad King2013-11-121-0/+1
* ExternalData: Format module documentationBrad King2013-11-121-107/+98
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-116/+164
* replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-021-1/+1
* ExternalData: Do not re-stage staged object filesBrad King2013-05-241-1/+4
* ExternalData: Preserve escaped semicolons during argument expansionBrad King2013-03-121-5/+12
* ExternalData: Attach download rules to content links in IDEsBrad King2013-02-041-2/+2
* ExternalData: Collapse ../ components in DATA{} pathsBrad King2013-01-301-1/+2
* ExternalData: Add support for SHA 1 and 2 hash algorithmsBrad King2013-01-301-2/+7
* ExternalData: Generalize hash algo/ext handlingBrad King2013-01-301-11/+9
* ExternalData: Allow DATA{} syntax to reference directoriesBrad King2013-01-301-7/+38
* ExternalData: Allow ()-groups in series match regexBrad King2013-01-301-5/+8
* ExternalData: Improve series matching using an explicit syntaxBrad King2013-01-291-27/+55
* ExternalData: Remove unused private interfaceBrad King2013-01-281-10/+0
* ExternalData: Cleanup stray TODO and typo in commentsBrad King2013-01-281-2/+1
* ExternalData: Do not match directory names when resolving DATA{}Brad King2013-01-281-2/+9
* ExternalData: Remove compatibility with CMake < 2.8.5Brad King2013-01-241-17/+6
* Add ExternalData moduleBrad King2013-01-241-0/+710