Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+1 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: Fixed line-too-long. | Brad King | 2007-04-11 | 1 | -1/+2 |
| | |||||
* | BUG: When a non-cache variable is marked as advance do not use the ↵ | Brad King | 2007-04-10 | 1 | -2/+2 |
| | | | | cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+4 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -4/+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 King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Fix problems with advanced not being marked. | Andy Cedilnik | 2002-09-17 | 1 | -1/+1 |
| | |||||
* | Fix mark as advanced. Now it should work properly | Andy Cedilnik | 2002-09-12 | 1 | -1/+5 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -9/+12 |
| | | | | and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard | ||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+5 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: add mark as not advanced to mark as advanced | Bill Hoffman | 2001-12-07 | 1 | -4/+21 |
| | |||||
* | fix warning | Bill Hoffman | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+63 |