| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: avoid crash in sprintf | Bill Hoffman | 2006-06-20 | 1 | -1/+2 |
|
|
* | ENH: Since list file cache does not make much sense any more (because of prop... | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 |
|
|
* | ENH: added better error checking for cases when there is a CMakeCache.txt fil... | Ken Martin | 2005-08-11 | 1 | -13/+34 |
|
|
* | COMP: Fix for support of VS 8.0 beta 2 | Andy Cedilnik | 2005-05-26 | 1 | -2/+3 |
|
|
* | ENH: change how the generator is selected and what the last one used was | Ken Martin | 2005-03-28 | 1 | -76/+31 |
|
|
* | FIX: fix for bug 1135 | Bill Hoffman | 2005-02-11 | 1 | -1/+22 |
|
|
* | BUG: fixes for mingw and CMakesetup with spaces in the source directory | Bill Hoffman | 2004-08-30 | 1 | -1/+6 |
|
|
* | ENH: Implement PreLoad.cmake feature for CMakeSetup | Andy Cedilnik | 2004-08-23 | 1 | -0/+13 |
|
|
* | BUG: Fixed typo in name of MSVC 8 registry key. | Brad King | 2004-08-04 | 1 | -1/+1 |
|
|
* | Fix browse button to use correct windows style initial directory | Bill Hoffman | 2004-07-14 | 1 | -1/+3 |
|
|
* | ENH: add support for VCExpress 2005 | Bill Hoffman | 2004-07-05 | 1 | -6/+16 |
|
|
* | BUG: allow cursor to be changed by the OS | Bill Hoffman | 2004-05-20 | 1 | -1/+5 |
|
|
* | updates to gui to delete cache | Ken Martin | 2004-05-20 | 1 | -39/+70 |
|
|
* | ENH: fix bug with advanced items loosing edit and do a better job sorting | Bill Hoffman | 2004-01-02 | 1 | -95/+35 |
|
|
* | BUG: If a directory is specified on the command line that is not an existing ... | Brad King | 2003-08-06 | 1 | -1/+3 |
|
|
* | more reverting back | Ken Martin | 2003-08-01 | 1 | -3/+3 |
|
|
* | fix for spaces | Ken Martin | 2003-07-31 | 1 | -2/+29 |
|
|
* | ENH: Improved behavior when run with arguments from the command line. | Brad King | 2003-07-23 | 1 | -34/+70 |
|
|
* | ENH: remove local broken implementation of convert to windows path | Bill Hoffman | 2003-07-15 | 1 | -28/+4 |
|
|
* | ENH: allow cancel and display of progress during cpu intensive configure steps | Bill Hoffman | 2003-07-08 | 1 | -9/+59 |
|
|
* | ENH: Default generator selection for VS 7.1 added. | Brad King | 2003-05-14 | 1 | -1/+21 |
|
|
* | FIX: drag&drop on CMake icon was not working anymore. | Sebastien Barre | 2002-12-10 | 1 | -5/+5 |
|
|
* | clean up leaks | Bill Hoffman | 2002-12-09 | 1 | -1/+11 |
|
|
* | ENH: move version to title bar | Bill Hoffman | 2002-12-06 | 1 | -11/+3 |
|
|
* | ENH: add status bar and help for items | Bill Hoffman | 2002-12-05 | 1 | -12/+15 |
|
|
* | BUG: make sure OK can not be hit first time around | Bill Hoffman | 2002-12-05 | 1 | -1/+0 |
|
|
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 1 | -2/+2 |
|
|
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 1 | -24/+39 |
|
|
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+1 |
|
|
* | ENH: better resize | Bill Hoffman | 2002-11-02 | 1 | -2/+47 |
|
|
* | FIX: re-enable the OK button in RunCmake() when everything is done. | Sebastien Barre | 2002-10-04 | 1 | -1/+2 |
|
|
* | added progress | Ken Martin | 2002-09-26 | 1 | -0/+17 |
|
|
* | Fix callback for the new API | Andy Cedilnik | 2002-09-18 | 1 | -1/+1 |
|
|
* | cleaned up some of the cmake interface | Ken Martin | 2002-09-17 | 1 | -1/+3 |
|
|
* | Fix MFC GUI | Andy Cedilnik | 2002-09-11 | 1 | -46/+45 |
|
|
* | new arch | Ken Martin | 2002-09-06 | 1 | -40/+43 |
|
|
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -27/+39 |
|
|
* | support for dll | Ken Martin | 2002-08-21 | 1 | -23/+13 |
|
|
* | FIX: stupid pb fixed (close to being medieval'ed by The Ken) | Sebastien Barre | 2002-08-01 | 1 | -1/+2 |
|
|
* | FIX: ConvertToOutputPath puts "" around path. Not compatible with GUI use. | Sebastien Barre | 2002-07-31 | 1 | -4/+29 |
|
|
* | ENH: better Drag&Drop, and change source dir automatically when build dir is ... | Sebastien Barre | 2002-07-22 | 1 | -15/+50 |
|
|
* | ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too | Sebastien Barre | 2002-07-21 | 1 | -6/+3 |
|
|
* | ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too | Sebastien Barre | 2002-07-21 | 1 | -9/+85 |
|
|
* | BUG: remove warning about changing generators | Bill Hoffman | 2002-04-29 | 1 | -7/+0 |
|
|
* | ENH: give a warning when switching generators to match the cache | Bill Hoffman | 2002-04-25 | 1 | -0/+7 |
|
|
* | Remove warnings | Bill Hoffman | 2002-03-13 | 1 | -3/+3 |
|
|
* | dot net port | Bill Hoffman | 2002-02-20 | 1 | -0/+2 |
|
|
* | make it a modal dialog | Bill Hoffman | 2002-01-09 | 1 | -1/+1 |
|
|
* | added release version | Ken Martin | 2002-01-04 | 1 | -2/+2 |
|
|
* | Fix: the generator choice value was hardcoded and overrode the value passed a... | Sebastien Barre | 2001-12-21 | 1 | -1/+4 |
|
|