Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CMakeSetup. Long live cmake-gui, start building Qt now. | Bill Hoffman | 2009-09-03 | 1 | -1550/+0 |
| | |||||
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -3/+1 |
| | | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions. | ||||
* | ENH: fix dumb MS warning about BOOL and performance with more code | Bill Hoffman | 2008-03-12 | 1 | -1/+8 |
| | |||||
* | ENH: add ability to suppress dev warnings to gui code | Bill Hoffman | 2008-03-12 | 1 | -0/+21 |
| | |||||
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | BUG: also offer the extra generators in CMakeSetup | Alexander Neundorf | 2007-08-01 | 1 | -1/+5 |
| | | | | Alex | ||||
* | ENH: fix compiler warnings | Ken Martin | 2007-03-05 | 1 | -1/+1 |
| | |||||
* | BUG: fix for shrinking cmake oh no | Ken Martin | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | ENH: add more time to bootstrap test | Ken Martin | 2007-02-05 | 1 | -0/+26 |
| | |||||
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵ | Bill Hoffman | 2006-11-29 | 1 | -2/+4 |
| | | | | use cmVersion | ||||
* | 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 ↵ | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | ENH: added better error checking for cases when there is a CMakeCache.txt ↵ | Ken Martin | 2005-08-11 | 1 | -13/+34 |
| | | | | file but it is not readable | ||||
* | 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 |
| | | | | build tree, we should still use any -G option that was given to set the generator. | ||||
* | 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 |
| | | | | | - the cmake instance had to be created before accessing the cache (doh) - the cache iterator was not queried properly (seems the API changed) | ||||
* | 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 |
| |