Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix option() interpretation of non-boolean values | Brad King | 2009-09-11 | 1 | -1/+2 |
| | | | | | | The commit "Remove barely-used cmMakefile::AddCacheDefinition" broke option() calls that pass a non-boolean default value. We restore the old behavior by always coercing the value to 'ON' or 'OFF'. | ||||
* | Create CMake Policy CMP0015 to fix set(CACHE) | Brad King | 2009-09-10 | 1 | -0/+1 |
| | | | | | | | | The set(CACHE) and option() commands should always expose the cache value. Previously we failed to expose the value when it was already set if a local variable definition hid it. When set to NEW, this policy tells the commands to always remove the local variable definition to expose the cache value. See issue #9008. | ||||
* | Remove barely-used cmMakefile::AddCacheDefinition | Brad King | 2009-09-10 | 1 | -4/+2 |
| | | | | | | | | The boolean overload of this method was used only to implement option(). We re-implement option() in terms of the main method and removes the now-unused signature. This removes some duplicate code that had already fallen behind on changes (it was not removing the local definition instead of setting it). | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -3/+4 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
| | |||||
* | BUG: fix for 282 | Bill Hoffman | 2004-04-15 | 1 | -0/+1 |
| | |||||
* | ERR: Fix problems with OPTION and -D on command line. Fix Bug #408 - Using ↵ | Andy Cedilnik | 2003-12-29 | 1 | -9/+18 |
| | | | | -D without a type does not always work | ||||
* | 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. | ||||
* | WAR: remove warnings for .NET compiler | Bill Hoffman | 2002-04-25 | 1 | -1/+1 |
| | |||||
* | ENH: backwards compatible for VTK 4.0, add cmake version requires | Bill Hoffman | 2002-04-17 | 1 | -3/+24 |
| | |||||
* | ENH: add error checking for option commands with too many arguments | Bill Hoffman | 2002-03-11 | 1 | -1/+1 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -1/+0 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: do not write over existing cache values even doc strings to avoid ↵ | Berk Geveci | 2001-11-27 | 1 | -6/+0 |
| | | | | changing the cache file | ||||
* | 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 | ||||
* | Allow option value to be expanded (thus, we can use the value of another ↵ | Sebastien Barre | 2001-08-19 | 1 | -3/+4 |
| | | | | option as default) | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -9/+6 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -2/+7 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | better help | Ken Martin | 2001-04-26 | 1 | -3/+6 |
| | |||||
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 1 | -1/+3 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | BUG: fix build directory problem | Bill Hoffman | 2001-04-24 | 1 | -2/+1 |
| | |||||
* | new command | Ken Martin | 2001-04-23 | 1 | -0/+43 |