| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops. The wrong version of the duplicate code was kept. Loaded cache values w... | Berk Geveci | 2001-11-26 | 1 | -0/+1 |
|
|
* | removed warning messages | Ken Martin | 2001-11-26 | 2 | -16/+2 |
|
|
* | better error messages | Ken Martin | 2001-11-26 | 1 | -2/+10 |
|
|
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 8 | -85/+144 |
|
|
* | Fix the current directory check for NMake | Andy Cedilnik | 2001-11-21 | 1 | -8/+25 |
|
|
* | ENH: clean up command line arguments | Bill Hoffman | 2001-11-21 | 1 | -4/+10 |
|
|
* | WAR: fix warning | Bill Hoffman | 2001-11-21 | 2 | -2/+1 |
|
|
* | ENH: add command line arguments to set cache entries | Bill Hoffman | 2001-11-20 | 4 | -45/+69 |
|
|
* | ENH: closer to working with spaces in source directory | Berk Geveci | 2001-11-20 | 1 | -5/+10 |
|
|
* | BUG: fix memory leak | Berk Geveci | 2001-11-20 | 1 | -1/+1 |
|
|
* | BUG: fix for spaces in path to CMakeList.txt file | Berk Geveci | 2001-11-20 | 1 | -0/+1 |
|
|
* | define hacks and such for the dec compiler | Bill Hoffman | 2001-11-20 | 3 | -7/+28 |
|
|
* | ENH: add new command VARIABLE_REQUIRES for better debugging of list files | Bill Hoffman | 2001-11-19 | 6 | -24/+60 |
|
|
* | *** empty log message *** | Bill Hoffman | 2001-11-19 | 2 | -0/+176 |
|
|
* | ENH: remove unused source files | Bill Hoffman | 2001-11-19 | 1 | -2/+0 |
|
|
* | ENH: look for cmake test with .exe if nmake | Bill Hoffman | 2001-11-16 | 1 | -0/+1 |
|
|
* | face lift for GUI and some more help | Bill Hoffman | 2001-11-16 | 8 | -20/+172 |
|
|
* | ENH: fix for dll builds | Bill Hoffman | 2001-11-16 | 1 | -11/+19 |
|
|
* | Added a make depend in the clean rule to refresh the dependencies | Franck Bettinger | 2001-11-16 | 1 | -1/+2 |
|
|
* | undo the last change because of problem with some versions of make | Franck Bettinger | 2001-11-16 | 1 | -1/+1 |
|
|
* | added the deletion of cmake.depends in the cleaning so that it is recomputed ... | Franck Bettinger | 2001-11-16 | 1 | -2/+2 |
|
|
* | Now adds dependency if the file doesn't exist but will be created during the ... | Franck Bettinger | 2001-11-16 | 1 | -4/+41 |
|
|
* | corrected path problem and added moc compilation too | Franck Bettinger | 2001-11-16 | 2 | -9/+34 |
|
|
* | remove depend on star dot h as it is not really needed and breaks some versio... | Bill Hoffman | 2001-11-16 | 1 | -1/+1 |
|
|
* | ENH: use crazy temp files for long command lines | Bill Hoffman | 2001-11-15 | 1 | -3/+5 |
|
|
* | ENH: remove debug prints | Bill Hoffman | 2001-11-15 | 1 | -5/+3 |
|
|
* | closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used... | Bill Hoffman | 2001-11-15 | 5 | -10/+76 |
|
|
* | ENH: fix library builds with nmake | Bill Hoffman | 2001-11-15 | 4 | -12/+34 |
|
|
* | BUG: wrong shortname used | Bill Hoffman | 2001-11-15 | 1 | -1/+1 |
|
|
* | BUG: fix build for cygwin | Bill Hoffman | 2001-11-15 | 1 | -0/+2 |
|
|
* | BUG: avoid .cxx.o names... | Bill Hoffman | 2001-11-15 | 1 | -2/+3 |
|
|
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 7 | -44/+94 |
|
|
* | closer to nmake build | Bill Hoffman | 2001-11-14 | 2 | -12/+135 |
|
|
* | Quick addition: "Create shortcut" menu entry. | Sebastien Barre | 2001-11-14 | 4 | -4/+164 |
|
|
* | nmake support | Bill Hoffman | 2001-11-14 | 4 | -6/+207 |
|
|
* | ERR: Re-ordered includes to fix macro conflict for gcc 3.0. | Brad King | 2001-11-14 | 1 | -3/+5 |
|
|
* | ERR: Fixed compiler warning for gcc 3.0. | Brad King | 2001-11-14 | 1 | -1/+2 |
|
|
* | ENH: remove debug statements | Bill Hoffman | 2001-11-14 | 1 | -6/+0 |
|
|
* | ENH: remove warning | Bill Hoffman | 2001-11-14 | 1 | -2/+1 |
|
|
* | start work on nmake generator | Bill Hoffman | 2001-11-13 | 6 | -12/+239 |
|
|
* | clean up object file build rule, and do not attempt to remove link_directorie... | Bill Hoffman | 2001-11-13 | 2 | -79/+99 |
|
|
* | fixes to curses stuff | Ken Martin | 2001-11-13 | 2 | -2/+4 |
|
|
* | warnings | Bill Hoffman | 2001-11-13 | 1 | -4/+0 |
|
|
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 9 | -8/+12 |
|
|
* | WAR: fix compile warnings | Bill Hoffman | 2001-11-13 | 2 | -2/+2 |
|
|
* | ENH: fix spelling error | Bill Hoffman | 2001-11-13 | 1 | -1/+1 |
|
|
* | ENH: remove warnings | Bill Hoffman | 2001-11-13 | 1 | -6/+2 |
|
|
* | ENH: cmMakeDepend::GenerateDependInformation will now use hints regardless of... | Brad King | 2001-11-12 | 1 | -14/+19 |
|
|
* | minor fix | Ken Martin | 2001-11-12 | 1 | -1/+1 |
|
|
* | Renaming ccurses to ccmake. | Berk Geveci | 2001-11-09 | 2 | -2/+2 |
|
|