Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -2/+1 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -11/+11 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -7/+1 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -3/+1 |
| | |||||
* | FIX: command now expands args during the first pass (found through FOREACH ↵ | Sebastien Barre | 2002-02-26 | 1 | -9/+11 |
| | | | | example) | ||||
* | ENH: fix for spaces in paths on unix | Bill Hoffman | 2002-02-22 | 1 | -1/+8 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
| | | | | avoid changes to the file cache | ||||
* | BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run. | Amitha Perera | 2001-08-23 | 1 | -18/+22 |
| | |||||
* | ENH: Changed generated filename to DartTestfile.txt | Jim Miller | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -1/+1 |
| | |||||
* | FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending ↵ | Jim Miller | 2001-06-06 | 1 | -3/+4 |
| | | | | to the file | ||||
* | added enable testing deprecated some commands | Ken Martin | 2001-06-06 | 1 | -4/+39 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | New cmake command to specify a single test | Jim Miller | 2001-06-06 | 1 | -0/+69 |