| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 d... | Brad King | 2002-09-11 | 1 | -1/+1 |
|
|
* | 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 and... | Andy Cedilnik | 2002-09-11 | 1 | -43/+189 |
|
|
* | 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 de... | Bill Hoffman | 2002-08-23 | 1 | -10/+5 |
|
|
* | 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 |
|
|
* | ENH: try to keep the dsp files from changing between each write | Bill Hoffman | 2002-01-14 | 1 | -1/+1 |
|
|
* | If an entry starts with // (network paths), double quote it. | Berk Geveci | 2001-12-07 | 1 | -2/+4 |
|
|
* | Comments start with TWO leading slashes not _one_ | Berk Geveci | 2001-12-07 | 1 | -1/+1 |
|
|
* | ENH: add mark as not advanced to mark as advanced | Bill Hoffman | 2001-12-07 | 1 | -2/+4 |
|
|
* | Add single quotes feature. | Sebastien Barre | 2001-12-05 | 1 | -8/+43 |
|
|
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+10 |
|
|
* | Oops. The wrong version of the duplicate code was kept. Loaded cache values w... | Berk Geveci | 2001-11-26 | 1 | -0/+1 |
|
|
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 1 | -29/+11 |
|
|
* | Fix the current directory check for NMake | Andy Cedilnik | 2001-11-21 | 1 | -8/+25 |
|
|
* | ENH: add command line arguments to set cache entries | Bill Hoffman | 2001-11-20 | 1 | -36/+29 |
|
|
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 1 | -1/+0 |
|
|
* | One more time... case does not matter on cygwin | Bill Hoffman | 2001-11-07 | 1 | -1/+1 |
|
|
* | On win32 path is all in lower case now | Andy Cedilnik | 2001-11-02 | 1 | -10/+4 |
|
|
* | BUG: use collapse full path when testing cache directory | Bill Hoffman | 2001-11-01 | 1 | -2/+3 |
|
|
* | ENH: clean up drive letter check | Bill Hoffman | 2001-11-01 | 1 | -17/+26 |
|
|
* | Fix the problem on windows of capital or lower case drive letter for CMAKE_CA... | Andy Cedilnik | 2001-10-30 | 1 | -0/+10 |
|
|
* | Change CMAKE_CURRENT_CWD to CMAKE_CACHEFILE_DIR and change the messages | Andy Cedilnik | 2001-10-30 | 1 | -11/+13 |
|
|
* | ENH: add callback for message display | Bill Hoffman | 2001-10-29 | 1 | -1/+8 |
|
|
* | Added check if the binary directory changed. If it did, it will print the war... | Andy Cedilnik | 2001-10-26 | 1 | -26/+48 |
|
|
* | Added removing of spaces in CMakeCache.txt in front of comments and variables | Andy Cedilnik | 2001-10-11 | 1 | -7/+16 |
|
|
* | ENH: add a warning comment for cache values that can not be changed because t... | Bill Hoffman | 2001-10-10 | 1 | -1/+12 |
|
|
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol le... | Bill Hoffman | 2001-08-22 | 1 | -4/+4 |
|
|
* | Adding new options to LoadCache. | Berk Geveci | 2001-08-16 | 1 | -5/+15 |
|
|
* | 1. Added EXCLUDE option to LOAD_CACHE. | Berk Geveci | 2001-08-15 | 1 | -8/+42 |
|
|
* | ENH: big change, only allow commands access to the cache via the cmMakefile c... | Bill Hoffman | 2001-08-08 | 1 | -12/+0 |
|
|
* | Removing trailing spaces after cache entry value. | Berk Geveci | 2001-07-25 | 1 | -3/+4 |
|
|
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -5/+65 |
|
|
* | BUG: clean up memory leaks. | Bill Hoffman | 2001-06-04 | 1 | -0/+12 |
|
|
* | BUG: fix for sun compiler | Bill Hoffman | 2001-05-16 | 1 | -1/+1 |
|
|
* | ENH: unify make process on unix | Bill Hoffman | 2001-05-16 | 1 | -0/+1 |
|
|
* | Cache file is a bit prettier | Geoffrey Cross | 2001-05-11 | 1 | -1/+13 |
|
|
* | FIX: only clear the cache on a load when the load needs to read internal valu... | Jim Miller | 2001-05-09 | 1 | -2/+5 |
|
|
* | ERR: LoadCache needed to return a value. | Brad King | 2001-05-08 | 1 | -1/+1 |
|
|
* | added ability to load another cache | Ken Martin | 2001-05-08 | 1 | -2/+11 |
|
|
* | ENH: call configure from cmake | Bill Hoffman | 2001-05-07 | 1 | -6/+26 |
|
|
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -0/+5 |
|
|
* | added method to puch cache into makefile defines | Ken Martin | 2001-05-01 | 1 | -0/+16 |
|
|
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
|
|