Commit Graph

4121 Commits

Author SHA1 Message Date
Ken Martin df3205e873 fix problem with custom command 2004-04-07 12:07:36 -04:00
Bill Hoffman 1616135d4e ENH: remove warnings on sgi 2004-04-07 09:58:43 -04:00
Brad King 5c9fadee4f BUG: _LINK_TYPE cache variable should never be switched from optimized to debug or vice versa. 2004-04-02 13:21:20 -05:00
Bill Hoffman 51cb75d454 ENH: fix for apple 2004-04-02 09:43:35 -05:00
Bill Hoffman 7099db8d58 BUG: fix warning and shadow variable 2004-04-02 08:09:00 -05:00
Ken Martin c92c5e4e15 fix for missing valid images 2004-04-01 16:07:30 -05:00
Brad King cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. 2004-04-01 15:28:18 -05:00
Andy Cedilnik d34c342b11 BUG: Fix bug on windows. You cannot cout std::string directly 2004-04-01 14:37:59 -05:00
Andy Cedilnik dd9241121d ENH: Add logging of submitting 2004-04-01 14:11:17 -05:00
Bill Hoffman 3e0817eb55 BUG: fix non relative paths 2004-04-01 09:59:46 -05:00
Bill Hoffman e2ed5d1c64 BUG: fix for non relative paths with spaces in the path 2004-04-01 08:59:32 -05:00
Brad King 82101f78cf ENH: Added registry check for ActiveState Tcl 8.4.6. 2004-03-31 16:44:43 -05:00
Andy Cedilnik ccf46f544e ENH: Reduce number of GetCurrentWorkingDirectory 2004-03-31 11:26:04 -05:00
Andy Cedilnik d401fcfc2b ENH: Change to the new directory 2004-03-31 11:24:23 -05:00
Bill Hoffman d0cea4c7bb ENH: make relative paths optional and default off, and add a test for them 2004-03-31 10:01:52 -05:00
Brad King d1185c5910 BUG#724: Preserving current working directory during file selection. 2004-03-29 13:15:23 -05:00
Andy Cedilnik 99feab3528 ENH: When installing project, write manifest 2004-03-28 17:59:46 -05:00
Andy Cedilnik 747e67b7e3 ENH: Add a way to clean additional files 2004-03-28 16:36:38 -05:00
Andy Cedilnik 4a1f15c344 ENH: If configure file fails do not create directory 2004-03-28 16:00:57 -05:00
Andy Cedilnik ba0b6d3078 ERR: Remove debug 2004-03-28 10:14:53 -05:00
Andy Cedilnik 4fbf360a26 BUG: Support paths with spaces 2004-03-28 10:14:25 -05:00
Andy Cedilnik eeb7637a6e DOC: Fix comment 2004-03-28 09:47:39 -05:00
Andy Cedilnik db68c543ff ENH: Add pre and post install script support 2004-03-27 20:59:44 -05:00
Andy Cedilnik 451522381d ENH: Add support for importing modules without specifying path 2004-03-27 19:52:34 -05:00
Andy Cedilnik f00186f64b ERR: That slash is unnecessary 2004-03-27 19:52:11 -05:00
Yves Starreveld a4d0758e22 ERR: Shouldn't be adding xlibs to opengllibs on osx 2004-03-27 13:20:55 -05:00
Ken Martin afc74398d3 coverage change that will probably end in an infinite loop 2004-03-25 16:06:11 -05:00
Brad King a109ba1365 ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES. 2004-03-25 08:45:46 -05:00
Brad King 39bf5916e1 BUG: Added support to library flags parser for -Wl and -R options. 2004-03-24 16:31:48 -05:00
Brad King 7fa9a5f5d6 ERR: Fixed incorrect documentation for CMAKE_CXX_WARNING_LEVEL. Submitted by David Cole. 2004-03-23 15:02:07 -05:00
Andy Cedilnik f19c1a8094 ENH: Fix warning 2004-03-20 20:37:07 -05:00
Brad King 1e03fe75bb ENH: Clarified recursive TRY_COMPILE error message. 2004-03-19 14:48:41 -05:00
Andy Cedilnik a7c779731d ERR: Fix warnings about wrong format 2004-03-19 09:34:29 -05:00
Andy Cedilnik 5b78e5f563 ERR: Fix build on broken C++ compiles with no != operator for std::string 2004-03-18 09:52:47 -05:00
Andy Cedilnik 157b239905 BUG: change directory before running test and remember test number 2004-03-17 11:30:47 -05:00
Berk Geveci ec3a119480 BUG: When error occurs, try compiles should still work 2004-03-17 09:42:32 -05:00
Andy Cedilnik 6b56245932 ERR: On some compilers structure inside class cannot reference private typdefs from the same class 2004-03-17 08:20:27 -05:00
Brad King cb37fe01f6 ERR: Added missing include for auto_ptr. 2004-03-16 12:54:39 -05:00
Andy Cedilnik 9e8a45d106 ENH: Always include KWSys header files directory 2004-03-15 14:54:26 -05:00
Brad King 7b6491d36b BUG#675: If not appending, do copy-if-different on exported file. 2004-03-15 10:44:53 -05:00
Andy Cedilnik bf9dce6eb9 ERR: Fix build 2004-03-15 09:35:23 -05:00
Andy Cedilnik 97360ff4c6 ENH: Add support for future tags 2004-03-14 12:28:37 -05:00
Andy Cedilnik 824b231f42 ENH: Count tests while they go. Also in the logs report more stuff like elapsed time etc. 2004-03-14 11:23:57 -05:00
Brad King aeea4895a5 ERR: SIGSEGV == SIGBUS on BeOS. 2004-03-12 14:43:32 -05:00
Bill Hoffman 94d8d25fd3 ENH: update vs71 generator to support excluded subdirs 2004-03-10 14:33:18 -05:00
Bill Hoffman ddb815c125 ENH: add new subdirectory exclude from top option 2004-03-09 16:28:44 -05:00
Bill Hoffman bf699505bc ENH: create new test to test subdir exclude 2004-03-09 16:20:41 -05:00
Andy Cedilnik c7067f426f ENH: Properly build WIN32 executables 2004-03-09 12:31:08 -05:00
Andy Cedilnik f93b1e6d48 ENH: Try to remove warning 2004-03-09 07:50:45 -05:00
Andy Cedilnik 0f4f9677fc ENH: Add comment about RUNTIME_DIRECTORY 2004-03-08 22:24:29 -05:00