Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix spelling error | Bill Hoffman | 2007-09-07 | 1 | -1/+1 |
| | |||||
* | ENH: -U for removing variables now uses globbing expressions | Alexander Neundorf | 2007-06-04 | 1 | -1/+1 |
| | | | | | | | -cmCacheManager: now also variables with type UNINITIALIZED are saved in CMakeCache.txt, these are the vars defined using -DFOO=foo but without type Alex | ||||
* | ENH: also handle comments for variables which contain newlines | Alexander Neundorf | 2007-06-01 | 1 | -17/+20 |
| | | | | Alex | ||||
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵ | Bill Hoffman | 2006-11-29 | 1 | -3/+4 |
| | | | | use cmVersion | ||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -3/+5 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -4/+4 |
| | |||||
* | ENH: Remove cmGlob and use glob from kwsys | Andy Cedilnik | 2006-03-21 | 1 | -2/+3 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -88/+89 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -90/+114 |
| | |||||
* | ENH: if CMakeCache.txt has been removed, then automatically remove ↵ | Bill Hoffman | 2006-03-09 | 1 | -0/+21 |
| | | | | CMakefiles/*.cmake | ||||
* | ENH: better finding of mingw from msys, and delete CMakeFiles directory when ↵ | Bill Hoffman | 2006-02-21 | 1 | -0/+19 |
| | | | | cache is deleted | ||||
* | ENH: Report which cmake was used to generate the cache in the comment | Andy Cedilnik | 2006-02-14 | 1 | -2/+8 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -0/+2 |
| | |||||
* | STYLE: Fix typos | Andy Cedilnik | 2005-07-06 | 1 | -1/+1 |
| | |||||
* | ENH: make regex static so it is not recomputed for each line of the cache | Bill Hoffman | 2005-04-12 | 1 | -4/+4 |
| | |||||
* | COMP: Removed warning due to unsigned enum type. | Brad King | 2005-03-15 | 1 | -1/+1 |
| | |||||
* | BUG: Handle DOS files un unix file systems | Andy Cedilnik | 2004-10-27 | 1 | -4/+5 |
| | |||||
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -3/+3 |
| | | | | cmStdString | ||||
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -1/+2 |
| | |||||
* | ENH: Adding MODIFIED property to cache values that have been changed by the ↵ | Brad King | 2004-06-23 | 1 | -0/+47 |
| | | | | user. | ||||
* | updates to gui to delete cache | Ken Martin | 2004-05-20 | 1 | -0/+8 |
| | |||||
* | BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables ↵ | Andy Cedilnik | 2003-08-18 | 1 | -1/+1 |
| | | | | should return value | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Get accessor for cache value as boolean | Andy Cedilnik | 2003-08-08 | 1 | -0/+5 |
| | |||||
* | BUG: Fix problem with uninitialized variables | Andy Cedilnik | 2003-08-02 | 1 | -4/+20 |
| | |||||
* | ENH: Allow specifying cmake variables on the command line without specifying ↵ | Andy Cedilnik | 2003-08-01 | 1 | -0/+36 |
| | | | | the type Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -3/+4 |
| | | | | cmRegularExpression. | ||||
* | ENH: Add method to convert from CacheEntryType to string | Andy Cedilnik | 2003-04-29 | 1 | -0/+9 |
| | |||||
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -6/+6 |
| | |||||
* | spelling errors | Bill Hoffman | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | ENH: Better error checking for cache iterator. | Brad King | 2003-02-05 | 1 | -2/+39 |
| | |||||
* | ENH: add a rule to automatically re-run cmake from the top if the ↵ | Bill Hoffman | 2002-12-05 | 1 | -1/+11 |
| | | | | CMakeCache.txt file is changed | ||||
* | ENH: force a global generate if the cache version does not match the running ↵ | Bill Hoffman | 2002-11-13 | 1 | -0/+4 |
| | | | | cmake | ||||
* | 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. | ||||
* | Remove tabs | Andy Cedilnik | 2002-10-04 | 1 | -31/+31 |
| | |||||
* | Fix reading of advanced values from CMakeCache | Andy Cedilnik | 2002-10-04 | 1 | -4/+6 |
| | |||||
* | Fix problems with advanced not being marked. | Andy Cedilnik | 2002-09-17 | 1 | -2/+20 |
| | |||||
* | remove unused variables | Ken Martin | 2002-09-15 | 1 | -5/+0 |
| | |||||
* | Oops, too fast commit; add missing ; | Andy Cedilnik | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | Add more error checking | Andy Cedilnik | 2002-09-12 | 1 | -1/+9 |
| | |||||
* | BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it ↵ | Brad King | 2002-09-11 | 1 | -1/+1 |
| | | | | doesn't exist. | ||||
* | Fix find and remove check for uninitialized entries | Andy Cedilnik | 2002-09-11 | 1 | -1/+4 |
| | |||||
* | Function strcasecmp is not portable | Andy Cedilnik | 2002-09-11 | 1 | -4/+4 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -43/+189 |
| | | | | 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 | ||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -23/+1 |
| | |||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 1 | -10/+5 |
| | | | | destruction is not a problem. | ||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 1 | -0/+15 |
| | |||||
* | ENH: do not use count, find for map lookup | Bill Hoffman | 2002-04-30 | 1 | -11/+14 |
| | |||||
* | ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. | Brad King | 2002-01-22 | 1 | -16/+0 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| |