| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ENH: check for mis-matched source directories | Bill Hoffman | 2002-04-18 | 1 | -0/+25 |
|
|
* | ENH: add enable language support for PROJECT command, this means that a C onl... | Bill Hoffman | 2002-04-02 | 1 | -2/+2 |
|
|
* | removed quotes from cmake and ccommand executable to be consistant | Ken Martin | 2002-03-25 | 1 | -7/+3 |
|
|
* | Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COM... | Andy Cedilnik | 2002-03-15 | 1 | -0/+17 |
|
|
* | ENH: first pass at dot net support | Bill Hoffman | 2002-02-18 | 1 | -0/+2 |
|
|
* | ENH: add ends at end of string | Bill Hoffman | 2002-02-06 | 1 | -1/+1 |
|
|
* | Using cmSystemTools::Error() instead of cerr. | Berk Geveci | 2002-02-01 | 1 | -11/+14 |
|
|
* | ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. | Brad King | 2002-01-22 | 1 | -3/+0 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | Fix: escaping spaces was preventing a value with space to be passed correctly | Sebastien Barre | 2002-01-18 | 1 | -1/+1 |
|
|
* | Rolling back symbolic path changes until it works on Windows. | Amitha Perera | 2002-01-07 | 1 | -76/+44 |
|
|
* | ENH: Add an invocation that maintains symbolic paths to the source and binary... | Amitha Perera | 2002-01-06 | 1 | -44/+76 |
|
|
* | prints the relese version | Ken Martin | 2002-01-02 | 1 | -1/+2 |
|
|
* | ENH: add -C load cache file option | Bill Hoffman | 2001-12-03 | 1 | -7/+23 |
|
|
* | Fixed help. | Berk Geveci | 2001-12-03 | 1 | -1/+1 |
|
|
* | Fixed help. | Berk Geveci | 2001-12-03 | 1 | -2/+3 |
|
|
* | fix warning for Borland build | Sebastien Barre | 2001-11-30 | 1 | -1/+1 |
|
|
* | new borland generator moved into place | Bill Hoffman | 2001-11-30 | 1 | -2/+0 |
|
|
* | add new borland generator | Bill Hoffman | 2001-11-28 | 1 | -0/+2 |
|
|
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 1 | -1/+0 |
|
|
* | ENH: clean up command line arguments | Bill Hoffman | 2001-11-21 | 1 | -4/+10 |
|
|
* | ENH: add command line arguments to set cache entries | Bill Hoffman | 2001-11-20 | 1 | -5/+31 |
|
|
* | ENH: fix library builds with nmake | Bill Hoffman | 2001-11-15 | 1 | -1/+1 |
|
|
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -1/+3 |
|
|
* | ENH: fixes for borland compiler testing | Bill Hoffman | 2001-10-03 | 1 | -1/+3 |
|
|
* | ENH: integrate borland support | Bill Hoffman | 2001-09-06 | 1 | -20/+107 |
|
|
* | opps | Bill Hoffman | 2001-08-29 | 1 | -4/+1 |
|
|
* | ENH: run cmake from cmaketest | Bill Hoffman | 2001-08-29 | 1 | -2/+4 |
|
|
* | ENH: rework GUI with configure/OK/Cancel | Bill Hoffman | 2001-07-25 | 1 | -2/+20 |
|
|
* | ENH: Removing automatic setting of BUILD_SHARED_LIBS. Projects that support ... | Brad King | 2001-07-10 | 1 | -9/+1 |
|
|
* | better arg support | Ken Martin | 2001-07-02 | 1 | -4/+4 |
|
|
* | ENH: fix install for cygwin, build cmake from configure | Bill Hoffman | 2001-06-27 | 1 | -0/+5 |
|
|
* | added help options | Ken Martin | 2001-06-27 | 1 | -0/+14 |
|
|
* | BUG: Fixed generation of cMakeRoot in one case. | Brad King | 2001-06-22 | 1 | -2/+3 |
|
|
* | BUG: fix for unix | Bill Hoffman | 2001-06-21 | 1 | -8/+8 |
|
|
* | ENH: clean up | Bill Hoffman | 2001-06-21 | 1 | -3/+5 |
|
|
* | ENH: look in the PREFIX dir for the modules | Bill Hoffman | 2001-06-21 | 1 | -38/+49 |
|
|
* | ENH: better ability to find cmake program | Bill Hoffman | 2001-06-21 | 1 | -1/+19 |
|
|
* | better install support | Ken Martin | 2001-06-21 | 1 | -6/+6 |
|
|
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 1 | -1/+1 |
|
|
* | ENH: CMake now always adds the BUILD_SHARED_LIBS cache entry. The BUILD_SHAR... | Brad King | 2001-06-19 | 1 | -3/+11 |
|
|
* | ENH: move EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH initial creation to ... | Bill Hoffman | 2001-06-18 | 1 | -17/+23 |
|
|
* | ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unix | Bill Hoffman | 2001-06-13 | 1 | -1/+14 |
|
|
* | ERR: int -> unsigned int. | Brad King | 2001-06-12 | 1 | -1/+1 |
|
|
* | minor fix in error checking | Ken Martin | 2001-06-11 | 1 | -1/+0 |
|
|
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -1/+3 |
|
|
* | BUG: fix edit of directories | Bill Hoffman | 2001-05-31 | 1 | -1/+3 |
|
|
* | ENH: change MFC gui to use cmake class | Bill Hoffman | 2001-05-30 | 1 | -24/+13 |
|
|
* | added version number | Ken Martin | 2001-05-24 | 1 | -7/+3 |
|
|
* | command line fixes for win32 | Ken Martin | 2001-05-23 | 1 | -5/+5 |
|
|