Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Andy Cedilnik | 2001-10-30 | 1 | -0/+10 |
| | | | | CMAKE_CACHEFILE_DIR | ||||
* | 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 ↵ | Andy Cedilnik | 2001-10-26 | 1 | -26/+48 |
| | | | | warning message | ||||
* | 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 ↵ | Bill Hoffman | 2001-10-10 | 1 | -1/+12 |
| | | | | they are always loaded from another cache | ||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -4/+4 |
| | | | | length in object files. | ||||
* | 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 |
| | | | | 2. Entries brought in from another cache are now marked as internal. | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -12/+0 |
| | | | | 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 | ||||
* | 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 ↵ | Jim Miller | 2001-05-09 | 1 | -2/+5 |
| | | | | values. Otherwise, it is assumed that we are reading another projects cache. | ||||
* | 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 |
| | |||||
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 1 | -14/+63 |
| | |||||
* | some fixes for If commands | Ken Martin | 2001-04-26 | 1 | -2/+1 |
| | |||||
* | ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by ↵ | Bill Hoffman | 2001-04-25 | 1 | -2/+15 |
| | | | | configure | ||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -8/+17 |
| | |||||
* | BUG: fix build directory problem | Bill Hoffman | 2001-04-24 | 1 | -1/+26 |
| | |||||
* | ENH: new GUI editor for cmake cache file | Bill Hoffman | 2001-04-23 | 1 | -0/+5 |
| | |||||
* | some bug fixes | Ken Martin | 2001-04-12 | 1 | -0/+1 |
| | |||||
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 1 | -11/+51 |
| | |||||
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵ | Bill Hoffman | 2001-02-19 | 1 | -12/+27 |
| | | | | some | ||||
* | ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵ | Bill Hoffman | 2001-02-12 | 1 | -0/+117 |
up compile times, share a .lib with the command line and mfc versions. |