Commit Graph

991 Commits

Author SHA1 Message Date
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 0fb47ad240 *** empty log message *** 2001-10-26 18:21:53 -04:00
Berk Geveci d9b7df43ce added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION 2001-10-26 17:06:46 -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
Bill Hoffman f586f7df8d use find_file and not just a set for USE_VTK_FILE 2001-10-26 14:35:53 -04:00
Sebastien Barre 7c27b5c755 VTK documentation framework 2001-10-26 11:22:09 -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
Sebastien Barre 959c447a6d Add GZIP (gzip) 2001-10-24 20:37:42 -04:00
Sebastien Barre 4a99c1a98f Add TAR (path to tar or gtar) 2001-10-24 20:33:52 -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
Berk Geveci 8aa1b69ada public no longer has anonymous ftp. 2001-10-24 15:51:05 -04:00
Brad King 0a5fbacfac ENH: Improved FIND_PROGRAM call to find the executable in PREFIX/share/GCC_XML, the new standard install location. 2001-10-24 09:41:17 -04:00
Sebastien Barre 4b7622b9ae Cygwin mod 2001-10-23 18:30:05 -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 10c54eb2a5 Find Graphivz's dot too 2001-10-23 17:47:32 -04:00
Sebastien Barre a9e376de1d Add Doxygen and Wget modules. Very simple. But might be more complex later, so let's use them asap 2001-10-23 17:06:19 -04:00
Sebastien Barre b48d9903f7 Modules to find Perl and the HTML Help Compiler 2001-10-23 16:55:34 -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
Ian Scott 8106e93dca This command should always set the cahce variabel to a filepath not a path 2001-10-18 13:03:37 -04:00
Sebastien Barre 71fe9280cb Add PROJECT_NAME to the set of definitions 2001-10-17 15:11:02 -04:00
Ian Scott 7008bdcb10 fixed some stupid mistakes
I thought I had tested these - honest
2001-10-16 15:40:14 -04:00
Ian Scott 99423f444a Some simple modules for finding and linking qt 2001-10-16 15:32:38 -04:00
Bill Hoffman 1830690a0d ENH: expand variables in message command output 2001-10-15 18:37:15 -04:00
Bill Hoffman 7d907c8d59 ENH: clean up error report for source files not found 2001-10-15 18:36:46 -04:00
Ian Scott 3a316a6e0a added a QT_WRAP_CPP command 2001-10-15 14:19:53 -04:00
Brad King b6158ac39c ENH: Improved parsing of GCCXML_FLAGS to improve generation of gccxml rule. Also added ADD_DEFINITIONS arguments to the generated rule. 2001-10-11 17:20:39 -04:00
Andy Cedilnik 8a72356cff Added removing of spaces in CMakeCache.txt in front of comments and variables 2001-10-11 14:57:59 -04:00
Bill Hoffman 70bc593afe ENH: add a warning comment for cache values that can not be changed because they are always loaded from another cache 2001-10-10 10:22:50 -04:00
John Biddiscombe ad09f66469 FIX: Same as last checkin except applies to bpi files as wellas lib files
If we can't find it - and it's not a target - and it has no path already specified,
it must be in OUTDIRLIB from another makefile in the same project !
(What this really means is the lib paths are correctly specified)
2001-10-09 22:18:34 -04:00
Bill Hoffman 6b1ab49ae6 ENH: better fix for dos return in lines, use the regular expression and don't edit the input line 2001-10-09 10:25:51 -04:00
Bill Hoffman d0aec59356 ENH: clean up returns from input, so we can read dos files on unix 2001-10-05 17:31:29 -04:00
Yves Starreveld c1fa8454a1 ERR: remove undefined warning for compatibility with new 10.1 linker 2001-10-04 09:32:53 -04:00
Bill Hoffman 8f652aad21 ENH: fixes for borland compiler testing 2001-10-03 15:49:52 -04:00
Brad King e2eaa3efba ENH: Changed CABLE_BUILD_DIR to look for cableVersion.h instead of cable.README.txt. 2001-10-03 11:36:10 -04:00
John Biddiscombe 668c929647 FIX:if we can't find it - and it's not a target - and it has no path already specified,
it must be in OUTDIRLIB from another makefile in the same project !
(What this really means is the lib paths are correctly specified)
2001-10-02 23:10:46 -04:00
Bill Hoffman 8591786867 ENH: add better error reports in parsing cmake files, like what file has the error 2001-10-02 17:28:55 -04:00
Ken Martin c9caf2390c version 2001-10-01 13:36:27 -04:00
Ken Martin 8e505ebf53 version 2001-10-01 13:35:44 -04:00
Bill Hoffman b9a0910ec9 *** empty log message *** 2001-10-01 13:26:55 -04:00
Bill Hoffman ac2dc7c476 BUG: add missing include 2001-10-01 11:55:10 -04:00
Bill Hoffman e62f9a7711 ENH: change checkboxes back to pull down menus, remove leak 2001-10-01 10:14:39 -04:00
Bill Hoffman f69e3caa14 BUG: fix full path for file in current directory 2001-09-29 11:12:17 -04:00
Berk Geveci f6b3049bda BUG: fix realpath problem again... 2001-09-28 13:35:35 -04:00