3850 Commits

Author SHA1 Message Date
Bill Hoffman
0314c5f76a Allow multiline messages 2001-11-07 12:23:27 -05:00
Bill Hoffman
112707a9dc Clean up a bit more 2001-11-07 09:54:46 -05:00
Bill Hoffman
87cbb11742 One more time... case does not matter on cygwin 2001-11-07 09:29:25 -05:00
Bill Hoffman
8139a3121d ENH: fix doc string 2001-11-06 16:14:28 -05:00
Franck Bettinger
4153857a1e add cleaning of QT generated files when make clean is used 2001-11-06 15:29:03 -05:00
Bill Hoffman
4ddee8e0e8 ENH: tell cmake object where cmake is 2001-11-06 12:03:36 -05:00
Bill Hoffman
319a5e0077 BUG: CustomCommand has to use full path to Source file now 2001-11-06 09:35:48 -05:00
Bill Hoffman
05a884c675 Removed a function which used va_start (did not compile on Sun with gcc) 2001-11-06 08:40:07 -05:00
Berk Geveci
4848c81428 Many improvements. 2001-11-05 22:10:52 -05:00
Bill Hoffman
1a8e3ba1e6 ENH: use full paths for object compile rules 2001-11-05 16:38:35 -05:00
Berk Geveci
33dbd7acf8 Re-enabling curses support. 2001-11-05 15:55:24 -05:00
Bill Hoffman
a033bf3972 ENH: change to work with nmake 2001-11-05 15:39:37 -05:00
Berk Geveci
b22e2de8e5 HPUX support. 2001-11-05 13:24:44 -05:00
Bill Lorensen
9190e57e3d ERR: ^M's removed. 2001-11-05 12:57:11 -05:00
Berk Geveci
cd7297781d Adding form library. 2001-11-05 11:53:05 -05:00
Berk Geveci
c09d072be3 Fixing problems on Sun (name collusions between STL and curses) and disabling curses temporarily. 2001-11-05 11:52:27 -05:00
Andy Cedilnik
830bb67caf Fix the IF IF problem 2001-11-05 10:42:30 -05:00
Berk Geveci
4e07845b4f ERR: To include cmake headers, one should use ../ 2001-11-05 08:37:22 -05:00
Phil Pritchett
8476330979 switched string::compare to strncmp 2001-11-05 05:43:48 -05:00
Berk Geveci
d0b210aec0 Need to include standard headers. 2001-11-04 18:10:43 -05:00
Berk Geveci
939d614978 Adding curses support. 2001-11-04 18:05:21 -05:00
Sebastien Barre
ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs 2001-11-02 22:32:39 -05:00
Phil Pritchett
8c582aae12 allow more than one external MS project 2001-11-02 11:19:15 -05:00
Andy Cedilnik
36e7b5567a On win32 path is all in lower case now 2001-11-02 09:18:23 -05:00
Bill Hoffman
c15ad5c98d ENH: clean up interface and change build in current directory to build the depend file first 2001-11-01 18:37:28 -05:00
Bill Hoffman
a13cb203ad BUG: use collapse full path when testing cache directory 2001-11-01 18:36:56 -05:00
Bill Hoffman
4e6a9a4357 ENH: IntDir to INTDIR 2001-11-01 18:36:13 -05:00
Sebastien Barre
63cb6c7407 Expand vars in exe and lib name 2001-11-01 13:09:08 -05:00
Bill Hoffman
10ae8a4e24 ENH: clean up drive letter check 2001-11-01 10:42:07 -05:00
Brad King
8e79e498f9 ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output. 2001-10-31 18:56:56 -05:00
Brad King
eb6e54c64b ENH: Replaced cmStdString implementation to make it more transparently a std:string. 2001-10-31 18:56:19 -05:00
Phil Pritchett
4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command 2001-10-31 07:03:32 -05:00
Luis Ibanez
4a8b9ecf98 FIX: Reverted to use FillCacheManagerFromGUI(). 2001-10-30 18:32:34 -05:00
Andy Cedilnik
33b0bca1c4 Fix the problem on windows of capital or lower case drive letter for CMAKE_CACHEFILE_DIR 2001-10-30 14:36:50 -05:00
Andy Cedilnik
f59946de67 Change CMAKE_CURRENT_CWD to CMAKE_CACHEFILE_DIR and change the messages 2001-10-30 14:15:15 -05:00
Bill Hoffman
091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables 2001-10-30 14:05:07 -05:00
Luis Ibanez
bc34c428df FIX: In order to disable a button in fl_choice, a 0 pointer must be sent
instead of  "".
2001-10-30 04:33:06 -05:00
Luis Ibanez
d41e954f07 ENH: FillCacheManagerFromGUI() was replaced by SaveFromCacheGUI() to
ensure that changes on the GUI are directly update in the config
     file.
2001-10-29 21:22:12 -05:00
Luis Ibanez
37502d85d8 ENH: fl_ask replaced by fl_choice in FLTKCallback. 2001-10-29 21:20:30 -05:00
Bill Hoffman
b0e3a2def0 ENH: use callback not ifdef for MFC message box errors 2001-10-29 10:41:31 -05:00
Bill Hoffman
539318f587 ENH: add callback for message display 2001-10-29 10:19:34 -05:00
Luis Ibanez
88c32dacc7 ENH: Button were renamed : "Configure", "OK" and "Cancel" as the MFC version. 2001-10-28 18:52:51 -05:00
Luis Ibanez
f90e258941 ENH: Updated with respect to MFC CMakeSetup. New cache entries are now
colored in red. The browsers for recent directories only popup if
     there is at least one in the list.
2001-10-27 23:47:23 -04:00
Bill Hoffman
1c5c899fd7 add dependency for configure files and use short path in WIN32 cmake test 2001-10-26 15:42:02 -04:00
Andy Cedilnik
47c7af3cc8 Added check if the binary directory changed. If it did, it will print the warning message 2001-10-26 09:29:21 -04:00
Berk Geveci
1096d43d14 ENH: allow -framework as a complete entry in the link line for Mac OSX 2001-10-24 17:51:55 -04:00
Sebastien Barre
cc731ac548 The result of this utility command can now be optionally added to the cache 2001-10-23 17:49:13 -04:00
Sebastien Barre
8074eeebf1 Add warning regarding the location of ENABLE_TESTING (should be in the top CMakeList.txt, otherwise Dart is lost) 2001-10-19 10:07:56 -04:00
Sebastien Barre
5cc95e4387 SITE_NAME should return the most qualified name of the host. If nslookup works, now the domain is appended to the hostname (whereas it *replaced* the host name before) 2001-10-18 18:01:19 -04:00
Ian Scott
8fefb3dd22 Detect error and output useful message
Previously it would have got confused about the destinationSourceGroup
2001-10-18 13:51:09 -04:00