Brad King
|
b78888fe38
|
ENH: Added configuration of name of executable in man page header and version banner.
|
2003-08-06 14:49:52 -04: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
|
185c82b6ad
|
BUG: Fix for network path argument parsing.
|
2003-07-24 11:24:05 -04:00 |
Brad King
|
5a1d6f2866
|
ENH: Added support for documentation options.
|
2003-07-23 17:40:10 -04:00 |
Brad King
|
ae84581f86
|
ENH: Added construction of original command line in argc/argv style.
|
2003-07-23 17:31:25 -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 |
Brad King
|
0e516f2c85
|
BUG: Fixed tab ordering of gui components.
|
2003-02-21 15:52:07 -05:00 |
Bill Hoffman
|
4c22977685
|
ENH: add a check for -NOTFOUND
|
2003-02-05 13:24:33 -05: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
|
11e80e2611
|
ENH: add status bar and help for items
|
2002-12-05 15:54:23 -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
|
8c75b551e6
|
remove code warrior and fixed GUI isues
|
2002-12-03 14:27:28 -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 |
Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
2002-10-23 18:03:27 -04:00 |
Sebastien Barre
|
091f53f539
|
FIX: re-enable the OK button in RunCmake() when everything is done.
|
2002-10-04 12:56:22 -04:00 |
Bill Hoffman
|
a63f7ba43c
|
BUG: fix load command stuff for cygwin and cleanup at exit
|
2002-09-30 16:25:02 -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 |
Ken Martin
|
6c3aaa42b7
|
duh
|
2002-09-13 08:12:23 -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 |
Bill Hoffman
|
3f36d23421
|
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
2002-08-23 13:46:32 -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 |
Sebastien Barre
|
353050fb4e
|
ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too
|
2002-07-21 19:12:10 -04:00 |
Sebastien Barre
|
4a792ac1a4
|
ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too
|
2002-07-21 15:56:08 -04:00 |
Bill Hoffman
|
e57d209bdc
|
fix warning
|
2002-06-12 09:46:02 -04:00 |
Ken Martin
|
8cf291110f
|
now uses bootstrap
|
2002-06-05 13:24:54 -04:00 |
Bill Hoffman
|
6e472fdbb0
|
ENH: take cmake style command line options so edit_cache works
|
2002-05-08 09:43:45 -04:00 |
Jim Miller
|
386f4391b2
|
FIX: If current selection was "NOTFOUND", then selecting the browser
would crash since a "/" could not be found in the current selection.
|
2002-05-01 22:03:23 -04:00 |
Bill Hoffman
|
b0dd81e665
|
BUG: remove warning about changing generators
|
2002-04-29 09:20:42 -04:00 |
Bill Hoffman
|
303b77ad4c
|
ENH: give a warning when switching generators to match the cache
|
2002-04-25 13:11:12 -04:00 |
Andy Cedilnik
|
0c948312ed
|
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
2002-04-24 10:08:24 -04:00 |
Ken Martin
|
6d58f21a35
|
updated
|
2002-04-22 11:49:40 -04:00 |
Sebastien Barre
|
c3c4e415bb
|
ENH: make GUI slighlty larger to accomodate long paths
|
2002-04-12 13:28:49 -04:00 |