Brad King
98c51ff6dc
ENH: Overhaul CMake version numbering
...
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.
2009-03-05 15:17:07 -05:00
Bill Hoffman
e365c33766
ENH: fix dumb MS warning about BOOL and performance with more code
2008-03-11 23:01:41 -04:00
Bill Hoffman
420725077c
ENH: add ability to suppress dev warnings to gui code
2008-03-11 22:51:56 -04:00
Bill Hoffman
3fa087c8ab
ENH: fix make edit_cache for cmake-gui
2008-02-12 09:49:42 -05:00
Alexander Neundorf
2246e0336d
BUG: also offer the extra generators in CMakeSetup
...
Alex
2007-08-01 14:58:55 -04:00
Ken Martin
d443963d91
ENH: fix compiler warnings
2007-03-05 09:51:13 -05:00
Ken Martin
74968ce1c7
BUG: fix for shrinking cmake oh no
2007-02-19 11:30:34 -05:00
Ken Martin
551397b898
ENH: add more time to bootstrap test
2007-02-05 11:13:18 -05:00
Bill Hoffman
ccb77b65c6
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
2006-11-29 15:59:16 -05:00
Bill Hoffman
7e5509a260
ENH: avoid crash in sprintf
2006-06-20 13:13:13 -04:00
Andy Cedilnik
4259971961
ENH: Since list file cache does not make much sense any more (because of proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
2006-02-07 08:49:42 -05:00
Ken Martin
039d4b604e
ENH: added better error checking for cases when there is a CMakeCache.txt file but it is not readable
2005-08-11 13:20:23 -04:00
Andy Cedilnik
17da34e188
COMP: Fix for support of VS 8.0 beta 2
2005-05-26 17:30:13 -04:00
Ken Martin
11965ebd34
ENH: change how the generator is selected and what the last one used was
2005-03-28 13:23:07 -05:00
Bill Hoffman
71ff74d045
FIX: fix for bug 1135
2005-02-11 14:36:57 -05:00
Bill Hoffman
3e2e0d5d63
BUG: fixes for mingw and CMakesetup with spaces in the source directory
2004-08-30 13:50:00 -04:00
Andy Cedilnik
75cf590b21
ENH: Implement PreLoad.cmake feature for CMakeSetup
2004-08-23 14:33:22 -04:00
Brad King
743eed068c
BUG: Fixed typo in name of MSVC 8 registry key.
2004-08-04 10:00:39 -04:00
Bill Hoffman
cb85eeaa11
Fix browse button to use correct windows style initial directory
2004-07-14 16:09:15 -04:00
Bill Hoffman
86195caf6a
ENH: add support for VCExpress 2005
2004-07-05 12:16:33 -04:00
Bill Hoffman
17d6f9e170
BUG: allow cursor to be changed by the OS
2004-05-20 16:39:05 -04:00
Ken Martin
d7c6f51d00
updates to gui to delete cache
2004-05-20 15:08:18 -04:00
Bill Hoffman
0c4bec7563
ENH: fix bug with advanced items loosing edit and do a better job sorting
2004-01-02 17:24:19 -05:00
Brad King
f86ffd72ca
BUG: If a directory is specified on the command line that is not an existing build tree, we should still use any -G option that was given to set the generator.
2003-08-06 13:48:51 -04:00
Ken Martin
ad4dc3e0ef
more reverting back
2003-08-01 08:47:26 -04:00
Ken Martin
e9c517ecf1
fix for spaces
2003-07-31 16:30:49 -04:00
Brad King
6849cbdfcb
ENH: Improved behavior when run with arguments from the command line.
2003-07-23 17:28:44 -04:00
Bill Hoffman
f47b9d01ce
ENH: remove local broken implementation of convert to windows path
2003-07-15 12:52:47 -04:00
Bill Hoffman
b274069b93
ENH: allow cancel and display of progress during cpu intensive configure steps
2003-07-08 13:12:10 -04:00
Brad King
9b73353baa
ENH: Default generator selection for VS 7.1 added.
2003-05-14 10:34:59 -04:00
Sebastien Barre
0b8dcaddd2
FIX: drag&drop on CMake icon was not working anymore.
...
- the cmake instance had to be created before accessing the cache (doh)
- the cache iterator was not queried properly (seems the API changed)
2002-12-10 14:51:59 -05:00
Bill Hoffman
fdd4cf7cf4
clean up leaks
2002-12-09 10:07:35 -05:00
Bill Hoffman
c1132e4b08
ENH: move version to title bar
2002-12-06 16:03:30 -05:00
Bill Hoffman
e61df962a6
ENH: add status bar and help for items
2002-12-05 15:48:03 -05:00
Bill Hoffman
d6e6dcc3c0
BUG: make sure OK can not be hit first time around
2002-12-05 11:42:22 -05:00
Ken Martin
e802482b27
remove code warrior and fixed GUI isues
2002-12-03 14:32:46 -05:00
Ken Martin
37aed9f6c5
remove code warrior and fixed GUI isues
2002-12-03 14:09:56 -05:00
Bill Hoffman
f5d95fb078
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
Bill Hoffman
565afcbdb9
ENH: better resize
2002-11-01 23:00:44 -05:00
Sebastien Barre
091f53f539
FIX: re-enable the OK button in RunCmake() when everything is done.
2002-10-04 12:56:22 -04:00
Ken Martin
c751d2ebff
added progress
2002-09-26 15:14:20 -04:00
Andy Cedilnik
b13e120d92
Fix callback for the new API
2002-09-18 14:30:54 -04:00
Ken Martin
2a68d21e85
cleaned up some of the cmake interface
2002-09-17 13:59:58 -04:00
Andy Cedilnik
c41fe4f179
Fix MFC GUI
2002-09-11 14:38:45 -04:00
Ken Martin
25ff4552b3
new arch
2002-09-06 13:06:23 -04:00
Ken Martin
d0be2896d7
changed cache manager and registered generators to no longer be singletons
2002-08-28 14:51:10 -04:00
Ken Martin
96f8d18f8d
support for dll
2002-08-21 12:02:32 -04:00
Sebastien Barre
eebc39d199
FIX: stupid pb fixed (close to being medieval'ed by The Ken)
2002-08-01 16:23:07 -04:00
Sebastien Barre
b5cf03b5e7
FIX: ConvertToOutputPath puts "" around path. Not compatible with GUI use.
2002-07-31 10:34:06 -04:00
Sebastien Barre
cdd688a75c
ENH: better Drag&Drop, and change source dir automatically when build dir is changed in the GUI
2002-07-22 10:57:16 -04:00