4843 Commits

Author SHA1 Message Date
Bill Hoffman
c02edd816a BUG: fix for bug 323 2003-11-04 11:19:53 -05:00
Brad King
2480a83deb ENH: Adding registry entries to search path. 2003-11-04 09:36:33 -05:00
Brad King
37bbb27bfa ERR: Removed extra variable assignments. 2003-11-04 09:00:18 -05:00
Brad King
8f8cc16ea3 BUG: Removed CloseHandle in case of error in DuplicateHandle. According to documentation, DuplicateHandle will close the source handle regardless of error condition. 2003-11-04 08:56:12 -05:00
Brad King
0169ccf157 BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake. 2003-11-04 08:50:43 -05:00
Andy Cedilnik
def3fd0436 BUG: This fixes problem when submitting bugs on Mac: Bug #320 - When st_size in stat is 64 bit ctest does not submit 2003-11-03 16:59:15 -05:00
Bill Hoffman
eff0a824c4 BUG: hack fix for problem of MS vs 6 and custom target commands 2003-11-03 15:57:56 -05:00
Andy Cedilnik
271f4be42a BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviour 2003-11-03 15:53:54 -05:00
Andy Cedilnik
b1f1118239 ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote correctly in DartTestfile.txt 2003-11-03 15:38:23 -05:00
Brad King
5f30c8caac BUG#259: ADD_TEST command generated in DartTestfile.txt now quotes/escapes all arguments. 2003-11-03 15:19:27 -05:00
Bill Hoffman
f60e16f8ab BUG: fix for debug libs not using output path 2003-11-03 11:01:48 -05:00
Brad King
b7361dd04e BUG#318: cmake.check_depends now collects all dependencies for cmake.depends and then uses a single rule. 2003-10-31 17:22:57 -05:00
Bill Hoffman
44d6e0362e BUG: fix for bug# 317 2003-10-31 16:56:40 -05:00
Andy Cedilnik
368d7f7c18 ENH: Attempt to add debug library postfix for visual studio 6 2003-10-31 16:55:49 -05:00
Bill Hoffman
ba707ce32d Fix for BUG: 316 2003-10-31 16:53:01 -05:00
Andy Cedilnik
3020a554ba ENH: Report when having conflicts 2003-10-31 09:31:05 -05:00
Brad King
7ce0e4c576 BUG#313: Improving error message when no CMakeLists.txt file is found in the source tree. 2003-10-30 16:12:09 -05:00
Brad King
fc689df5d9 BUG: Backing out previous change until a deeper problem can be investigated. 2003-10-30 14:27:29 -05:00
Brad King
cc3887c462 BUG#259: Do not double quote arguments if they are already quoted when writing DartTestfile.txt. 2003-10-30 14:00:59 -05:00
Brad King
f2e6d5790b BUG#163: Added documentation of OUTPUT_VARIABLE argument. 2003-10-30 13:46:25 -05:00
Brad King
a92c58bacc BUG#262: Marking DVIPDF_CONVERTER as advanced. 2003-10-30 13:33:51 -05:00
Andy Cedilnik
e92779a657 BUG: Fix Bug #310 - CTest sends wrong time to cvs on Windows 2003-10-30 10:05:08 -05:00
Andy Cedilnik
d21532cd02 ENH: Ok, no more argument needed for script mode 2003-10-29 19:49:50 -05:00
Andy Cedilnik
3b7c4b2a7b ENH: More scripting changes 2003-10-29 09:56:49 -05:00
Andy Cedilnik
ac2859aaa3 ENH: Start includding the scripting support 2003-10-29 09:45:26 -05:00
Andy Cedilnik
69dd3218ba ENH: Start includding the scripting support 2003-10-29 08:58:54 -05:00
Andy Cedilnik
b79c2f5a4c ENH: Command should also be quoted 2003-10-28 15:26:00 -05:00
Bill Hoffman
77afae681a BUG: add preprocessor flags to resource compiler 2003-10-28 11:55:40 -05:00
Bill Hoffman
3e2c1f3477 BUG: fix for bug 303 pass makeflags to sub makes 2003-10-28 11:06:06 -05:00
Andy Cedilnik
032883cc34 ENH: Add all subdirectories 2003-10-25 18:21:45 -04:00
Bill Hoffman
16fe086267 BUG: make sure -M flags are not duplicated and are only set in the xml 2003-10-17 16:19:37 -04:00
Brad King
9a4c654d23 BUG: Fixed same spaces-in-paths problem for CMakeTestGNU.c as in CMakeDetermineCCompiler.cmake. 2003-10-17 16:09:18 -04:00
Bill Hoffman
545ae439b7 BUG: fix for unicode and for /D -D 2003-10-17 16:08:49 -04:00
Andy Cedilnik
bd588e7a55 ENH: Fix problem with wx 2.4 2003-10-17 07:45:21 -04:00
Andy Cedilnik
848364b8e8 ENH: We do not really need streams. Also fix the test on windows 2003-10-16 19:16:19 -04:00
Andy Cedilnik
27476dabd9 ENH: Enable test on windows 2003-10-16 19:15:44 -04:00
Sebastien Barre
296e731808 FIX: for Windows users, it seems logical to favor native win32 installation before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin) 2003-10-16 11:05:04 -04:00
Bill Hoffman
4d2ca08bc7 ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCS 2003-10-16 10:32:47 -04:00
Bill Hoffman
073a5b69b7 ENH: allow users to change to unicode 2003-10-16 10:10:49 -04:00
Andy Cedilnik
2ff2353079 ENH: Handle all white spaces, fix problem on cygwin 2003-10-16 07:49:32 -04:00
Bill Hoffman
db3cd82590 BUG: fix for bug 78 should be on 1.8 branch 2003-10-15 23:42:06 -04:00
Brad King
de27c1207b ERR: Old -flat_namespace -undefined suppress flags for CMAKE_SHARED_MODULE_CREATE_C_FLAGS should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or lower. 2003-10-15 10:14:13 -04:00
Brad King
b0e79efddd BUG: Fix for spaces in path when loading CMakeTestGNU.c. 2003-10-14 22:30:07 -04:00
Andy Cedilnik
97dd683836 ENH: Add test for FindwxWindows. Thanks to: Mathieu Malaterre 2003-10-13 16:04:24 -04:00
Andy Cedilnik
db12c17017 ENH: Documentation fix 2003-10-13 15:27:58 -04:00
Andy Cedilnik
5d4bdcf942 ERR: allow spaces in the path 2003-10-13 11:32:37 -04:00
Brad King
c17be8d126 BUG: Message describing variable was using result variable. 2003-10-11 08:12:21 -04:00
Bill Hoffman
96e8cd82c7 ENH: put the system path after the paths specified on to the FIND command 2003-10-09 15:52:29 -04:00
Andy Cedilnik
1e62f2392c ENH: Add CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about dependency problems 2003-10-02 14:50:46 -04:00
Brad King
a1d61afcf6 BUG: Comparison of build tool should be case-insensitive. 2003-09-26 11:15:28 -04:00