Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | Add parentheses around '&&' between '||' for gcc | Brad King | 2009-09-11 | 1 | -8/+12 |
| | | | | | | | The GNU compiler warns about possible operator precedence mistakes and asks for explicit parentheses (-Wparentheses). We add the parentheses to silence the warning. This also fixes one real logic error in the find_package() implementation by correcting expression evaluation order. | ||||
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions. | ||||
* | BUG: fix for 4026, display a message if ccmake has errors | Bill Hoffman | 2008-10-09 | 1 | -4/+5 |
| | |||||
* | ENH: fix it for working with an empty cache | Bill Hoffman | 2008-03-07 | 1 | -3/+14 |
| | |||||
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | ENH: there can be only one version | Bill Hoffman | 2006-11-29 | 1 | -2/+3 |
| | |||||
* | ENH: remove old unused code | Ken Martin | 2006-10-06 | 1 | -8/+0 |
| | |||||
* | ENH: only change the cache if the value was really changed | Bill Hoffman | 2006-08-10 | 1 | -1/+1 |
| | |||||
* | ENH: not all messages are errors | Bill Hoffman | 2006-03-16 | 1 | -1/+6 |
| | |||||
* | ENH: m_ cleanup for curses | Ken Martin | 2006-03-16 | 1 | -199/+199 |
| | |||||
* | COMP: Changed while(1) to for(;;) to avoid warning about constant control ↵ | Brad King | 2005-05-03 | 1 | -1/+1 |
| | | | | expression. | ||||
* | ENH: Reload PreLoad.cmake every time you do configure | Andy Cedilnik | 2004-08-17 | 1 | -0/+1 |
| | |||||
* | ENH: Enable preload for ccmake | Andy Cedilnik | 2004-08-17 | 1 | -0/+1 |
| | |||||
* | ENH: remove deletes | Bill Hoffman | 2004-07-20 | 1 | -2/+0 |
| | |||||
* | BUG: fix for 981 cursor returns to correct place in help screen | Bill Hoffman | 2004-07-19 | 1 | -1/+4 |
| | |||||
* | ENH: Adding MODIFIED property to cache values that have been changed by the ↵ | Brad King | 2004-06-23 | 1 | -12/+33 |
| | | | | user. | ||||
* | BUG: Prevent deleting not existing variables and therefore prevent crash. ↵ | Andy Cedilnik | 2004-04-15 | 1 | -1/+1 |
| | | | | Fixes: Bug #750 - CCMake crashes when deleting all variables | ||||
* | BUG: Prevent crash when deleting the last cache item | Andy Cedilnik | 2004-02-23 | 1 | -25/+34 |
| | |||||
* | BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵ | Brad King | 2003-08-06 | 1 | -2/+1 |
| | | | | directory. | ||||
* | BUG: When only loading ccmake cache, do not allow generate | Andy Cedilnik | 2003-06-06 | 1 | -0/+1 |
| | |||||
* | ENH: On envocation of ccmake check if directories are correct, but do not ↵ | Andy Cedilnik | 2003-05-29 | 1 | -3/+14 |
| | | | | rerun configure | ||||
* | If there was no error, do not say that there was one | Andy Cedilnik | 2003-03-17 | 1 | -2/+4 |
| | |||||
* | Remove warnings | Andy Cedilnik | 2003-03-09 | 1 | -2/+2 |
| | |||||
* | Remove warning | Andy Cedilnik | 2003-03-07 | 1 | -1/+1 |
| | |||||
* | Add searching of variables | Andy Cedilnik | 2003-03-07 | 1 | -4/+139 |
| | |||||
* | BUG: Fixed crash when CMAKE_ROOT cannot be found. | Brad King | 2003-01-22 | 1 | -2/+7 |
| | |||||
* | Rename local variable | Andy Cedilnik | 2002-11-22 | 1 | -2/+2 |
| | |||||
* | ERR: Fixed string literal to char* warnings. | Brad King | 2002-11-21 | 1 | -3/+4 |
| | |||||
* | Add progress to ccmake | Andy Cedilnik | 2002-11-19 | 1 | -48/+105 |
| | |||||
* | Initial add of progress | Andy Cedilnik | 2002-11-18 | 1 | -1/+12 |
| | |||||
* | Revert | Andy Cedilnik | 2002-11-07 | 1 | -1/+1 |
| | |||||
* | In certain cases, try to guess the source directory, so that you can run ↵ | Andy Cedilnik | 2002-11-06 | 1 | -1/+1 |
| | | | | cmake or ccmake without specifying source dir | ||||
* | 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. | ||||
* | Rename variables to remove warnings | Andy Cedilnik | 2002-10-17 | 1 | -238/+238 |
| | |||||
* | ERR: Fixed bad sentence in error message. | Brad King | 2002-10-01 | 1 | -3/+3 |
| | |||||
* | compiler warning | Ken Martin | 2002-09-22 | 1 | -1/+1 |
| | |||||
* | some cmake api changees | Ken Martin | 2002-09-17 | 1 | -1/+1 |
| | |||||
* | some cmake api changees | Ken Martin | 2002-09-17 | 1 | -1/+3 |
| | |||||
* | removed extra Generate that was screwing things up | Ken Martin | 2002-09-14 | 1 | -2/+0 |
| | |||||
* | Fix bug in ccmake which made it crash when all cache values were deleted | Andy Cedilnik | 2002-09-11 | 1 | -2/+5 |
| | |||||
* | Fix problem with ccmake crashing on empty caches | Andy Cedilnik | 2002-09-11 | 1 | -23/+26 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -39/+47 |
| | | | | 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 | ||||
* | new architecture | Ken Martin | 2002-09-06 | 1 | -27/+95 |
| | |||||
* | some changes in cachemanager and singletons | Ken Martin | 2002-08-28 | 1 | -17/+40 |
| | |||||
* | minor fixes for new cache api | Ken Martin | 2002-08-21 | 1 | -18/+15 |
| | |||||
* | ERR: Fixed compiler warnings about unused parameters. | Brad King | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | ERR: Fixed sun CC warnings. | Bill Hoffman | 2002-06-11 | 1 | -2/+4 |
| | |||||
* | The entry widgets are now created with what is initially available on the ↵ | Berk Geveci | 2002-05-01 | 1 | -6/+16 |
| | | | | terminal. | ||||
* | Exit ccmake on fatal errors. | Berk Geveci | 2002-04-23 | 1 | -1/+8 |
| |