summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵Bill Hoffman2006-11-291-3/+4
| | | | use cmVersion
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-3/+5
|
* STYLE: fix line lengthKen Martin2006-05-101-4/+4
|
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-2/+3
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-88/+89
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-90/+114
|
* ENH: if CMakeCache.txt has been removed, then automatically remove ↵Bill Hoffman2006-03-091-0/+21
| | | | CMakefiles/*.cmake
* ENH: better finding of mingw from msys, and delete CMakeFiles directory when ↵Bill Hoffman2006-02-211-0/+19
| | | | cache is deleted
* ENH: Report which cmake was used to generate the cache in the commentAndy Cedilnik2006-02-141-2/+8
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-0/+2
|
* STYLE: Fix typosAndy Cedilnik2005-07-061-1/+1
|
* ENH: make regex static so it is not recomputed for each line of the cacheBill Hoffman2005-04-121-4/+4
|
* COMP: Removed warning due to unsigned enum type.Brad King2005-03-151-1/+1
|
* BUG: Handle DOS files un unix file systemsAndy Cedilnik2004-10-271-4/+5
|
* ENH: shorten the symbols a bit and remove maps of std::string for map of ↵Bill Hoffman2004-09-291-3/+3
| | | | cmStdString
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-1/+2
|
* ENH: Adding MODIFIED property to cache values that have been changed by the ↵Brad King2004-06-231-0/+47
| | | | user.
* updates to gui to delete cacheKen Martin2004-05-201-0/+8
|
* BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables ↵Andy Cedilnik2003-08-181-1/+1
| | | | should return value
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Get accessor for cache value as booleanAndy Cedilnik2003-08-081-0/+5
|
* BUG: Fix problem with uninitialized variablesAndy Cedilnik2003-08-021-4/+20
|
* ENH: Allow specifying cmake variables on the command line without specifying ↵Andy Cedilnik2003-08-011-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 King2003-06-231-3/+4
| | | | cmRegularExpression.
* ENH: Add method to convert from CacheEntryType to stringAndy Cedilnik2003-04-291-0/+9
|
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-6/+6
|
* spelling errorsBill Hoffman2003-02-141-1/+1
|
* ENH: Better error checking for cache iterator.Brad King2003-02-051-2/+39
|
* ENH: add a rule to automatically re-run cmake from the top if the ↵Bill Hoffman2002-12-051-1/+11
| | | | CMakeCache.txt file is changed
* ENH: force a global generate if the cache version does not match the running ↵Bill Hoffman2002-11-131-0/+4
| | | | cmake
* 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.
* Remove tabsAndy Cedilnik2002-10-041-31/+31
|
* Fix reading of advanced values from CMakeCacheAndy Cedilnik2002-10-041-4/+6
|
* Fix problems with advanced not being marked.Andy Cedilnik2002-09-171-2/+20
|
* remove unused variablesKen Martin2002-09-151-5/+0
|
* Oops, too fast commit; add missing ;Andy Cedilnik2002-09-121-1/+1
|
* Add more error checkingAndy Cedilnik2002-09-121-1/+9
|
* BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it ↵Brad King2002-09-111-1/+1
| | | | doesn't exist.
* Fix find and remove check for uninitialized entriesAndy Cedilnik2002-09-111-1/+4
|
* Function strcasecmp is not portableAndy Cedilnik2002-09-111-4/+4
|
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-111-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 singletonsKen Martin2002-08-281-23/+1
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-231-10/+5
| | | | destruction is not a problem.
* made CMakeLib shared on windowsKen Martin2002-08-211-0/+15
|
* ENH: do not use count, find for map lookupBill Hoffman2002-04-301-11/+14
|
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-221-16/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ENH: try to keep the dsp files from changing between each writeBill Hoffman2002-01-141-1/+1
|
* If an entry starts with // (network paths), double quote it.Berk Geveci2001-12-071-2/+4
|
* Comments start with TWO leading slashes not _one_Berk Geveci2001-12-071-1/+1
|