summaryrefslogtreecommitdiff
path: root/Modules/ExternalData.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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