Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CMakeSetup. Long live cmake-gui, start building Qt now. | Bill Hoffman | 2009-09-03 | 23 | -4411/+0 |
| | |||||
* | ENH: fix for building with VS 2010 make/nmake | Bill Hoffman | 2009-05-27 | 1 | -0/+4 |
| | |||||
* | 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 | 4 | -24/+41 |
| | |||||
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -1/+3 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | ENH: Put black outline around all resolutions of the new ico files. Looks ↵ | David Cole | 2007-11-08 | 1 | -0/+0 |
| | | | | better on a dark background than the lighter outline... | ||||
* | ENH: allow for msvc71 to build for vista if CMAKE_MT_EXECUTABLE is put in ↵ | Bill Hoffman | 2007-11-07 | 1 | -3/+16 |
| | | | | the cache | ||||
* | ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown ↵ | David Cole | 2007-11-01 | 1 | -0/+0 |
| | | | | up icon look... | ||||
* | ENH: some more cleanup, fixes, and patch for HTML output | Ken Martin | 2007-10-24 | 1 | -2/+5 |
| | |||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -11/+11 |
| | | | | there, also provides secitons for Variables now | ||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 1 | -10/+10 |
| | | | | in a different manner | ||||
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -10/+10 |
| | |||||
* | ENH: more generic search for visual studio installations | Bill Hoffman | 2007-09-25 | 1 | -32/+25 |
| | |||||
* | BUG: fix to work with cmake 2.2 | Bill Hoffman | 2007-09-20 | 1 | -2/+18 |
| | |||||
* | COMP: Only use the VERBATIM flag for non-Visual Studio builds being ↵ | David Cole | 2007-09-19 | 1 | -1/+28 |
| | | | | configured by CMake 2.4.5 or later. | ||||
* | ENH: make mt command work with gmake | Bill Hoffman | 2007-09-17 | 1 | -0/+1 |
| | |||||
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 1 | -1/+2 |
| | |||||
* | ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on ↵ | David Cole | 2007-09-11 | 2 | -0/+29 |
| | | | | Vista by adding a requestedExecutionLevel element to its manifest. | ||||
* | ENH: separate the commands into current and compat as in cmake | Alexander Neundorf | 2007-08-01 | 1 | -2/+9 |
| | | | | Alex | ||||
* | BUG: also offer the extra generators in CMakeSetup | Alexander Neundorf | 2007-08-01 | 1 | -1/+5 |
| | | | | Alex | ||||
* | ENH: typo | Ken Martin | 2007-03-12 | 1 | -8/+4 |
| | |||||
* | ENH: fix compiler warnings | Ken Martin | 2007-03-05 | 3 | -6/+4 |
| | |||||
* | 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 | ||||
* | BUG: fix for 4028 fix scroll after delete | Bill Hoffman | 2006-11-11 | 1 | -0/+6 |
| | |||||
* | ENH: allow edit of file text directly | Bill Hoffman | 2006-10-03 | 1 | -0/+24 |
| | |||||
* | 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: do not force users to create paths | Bill Hoffman | 2006-01-25 | 1 | -14/+11 |
| | |||||
* | BUG: Fix storage/use of argc/argv in CMakeSetup dialog. | Brad King | 2005-12-13 | 2 | -5/+9 |
| | |||||
* | 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 | ||||
* | ENH: minor version update | Ken Martin | 2005-07-08 | 1 | -5/+5 |
| | |||||
* | 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 | 7 | -86/+269 |
| | |||||
* | FIX: fix for bug 1135 | Bill Hoffman | 2005-02-11 | 2 | -1/+23 |
| | |||||
* | BUG: fix for Bug #1466 delete cache leaves file button and can crash | Bill Hoffman | 2005-01-13 | 1 | -1/+7 |
| | |||||
* | 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 | 4 | -67/+100 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2004-04-29 | 1 | -0/+1 |
| | |||||
* | BUG: fix for bug 121 add some docs for MFC flag | Bill Hoffman | 2004-04-28 | 1 | -1/+7 |
| | |||||
* | BUG#724: Preserving current working directory during file selection. | Brad King | 2004-03-29 | 1 | -14/+19 |
| | |||||
* | shut up unfixable warning | Ken Martin | 2004-02-16 | 1 | -2/+3 |
| |