summaryrefslogtreecommitdiffstats
path: root/Source/cmFunctionBlocker.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+3
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ERR: Fixed unused parameter warning.Brad King2002-12-131-1/+1
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-5/+2
| | | | 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 King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ERR: Fixed compiler warnings.Brad King2002-06-181-5/+5
|
* FIX: foreach function-blockers were using expanded args. Add virtual func to ↵Sebastien Barre2002-03-261-0/+2
| | | | specify if function blocker needs them expanded or not.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* added for each commandKen Martin2001-07-251-3/+3
|
* BUG: clean up memory leaks.Bill Hoffman2001-06-041-0/+2
|
* better If checksKen Martin2001-05-041-3/+11
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* added if else endif add definitionKen Martin2001-04-191-0/+44