Andy Cedilnik
|
9fca6a7837
|
STYLE: Nightly Version update
|
2006-10-09 11:03:46 -04:00 |
David Cole
|
7d033e5c2b
|
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
|
2006-10-09 10:06:03 -04:00 |
Andy Cedilnik
|
2ea953019f
|
STYLE: Nightly Version update
|
2006-10-08 09:23:21 -04:00 |
Andy Cedilnik
|
830269fd64
|
STYLE: Nightly Version update
|
2006-10-07 06:15:26 -04:00 |
Ken Martin
|
f7217ef344
|
ENH: remove old unused code
|
2006-10-06 15:33:16 -04:00 |
Ken Martin
|
cfb3c9eaa9
|
BUG: potential segfault
|
2006-10-06 14:00:35 -04:00 |
David Cole
|
22442fd9e1
|
STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/stl. (The union of the present values of the two sets.)
|
2006-10-06 11:13:02 -04:00 |
Bill Hoffman
|
017cec95ad
|
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
2006-10-06 11:11:59 -04:00 |
Brad King
|
7f7374e818
|
BUG: Do not enable -isystem support for Xcode generator until it is implemented.
|
2006-10-06 09:16:53 -04:00 |
Andy Cedilnik
|
0e497ef160
|
STYLE: Nightly Version update
|
2006-10-06 03:32:09 -04:00 |
Bill Hoffman
|
027b9cbe87
|
BUG: fix bug where converage was required to get valgrind output because of bad current directory
|
2006-10-05 17:53:09 -04:00 |
Brad King
|
bdf8e186e5
|
BUG: Need to match shared library names before static because some platforms have static name patterns that match their shared patterns but not vice versa. This is needed for implementing bug#1644 on cygwin.
|
2006-10-05 16:59:46 -04:00 |
Brad King
|
e0a662a3dd
|
ENH: Adding version number to the name of a DLL built in cygwin but not the import library. This addresses bug#3571.
|
2006-10-05 16:30:47 -04:00 |
Brad King
|
48470eaa00
|
ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This addresses bug#1644 on these platforms.
|
2006-10-05 15:08:23 -04:00 |
Brad King
|
7ad07e0811
|
BUG: Fix link flags on cygwin shared libraries. This requires that the shared library prefix be supported in the link library regex.
|
2006-10-05 15:08:20 -04:00 |
Brad King
|
7e92f0b4e4
|
BUG: Hack to make echo command work properly in mingw32-make.
|
2006-10-05 14:51:20 -04:00 |
Brad King
|
5341711012
|
BUG: Robustly handle failure of FormatMessage. See bug#3471.
|
2006-10-05 13:43:02 -04:00 |
Brad King
|
97e07dc162
|
BUG: Test -isystem without affecting other tests. Made separate Library/SystemDir for this purpose.
|
2006-10-05 12:04:30 -04:00 |
Brad King
|
934c804ea4
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
2006-10-05 11:31:57 -04:00 |
Brad King
|
16b781360c
|
BUG: Run testSystemDir test only if -isystem flag is available.
|
2006-10-05 11:30:44 -04:00 |
Brad King
|
1bdebd7da6
|
ENH: Adding links to web resources and FAQ to SEE ALSO section. This addresses bug #3757.
|
2006-10-05 10:55:37 -04:00 |
Brad King
|
e1799a5f88
|
BUG: QNX GCC does not have -isystem.
|
2006-10-05 09:33:03 -04:00 |
Brad King
|
c11cf31c9b
|
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug #3462.
|
2006-10-05 08:55:59 -04:00 |
Andy Cedilnik
|
e36eb71913
|
STYLE: Nightly Version update
|
2006-10-05 03:57:19 -04:00 |
Brad King
|
9e709f6bde
|
BUG: The --help option should list generators. This addresses bug #2494.
|
2006-10-04 19:21:20 -04:00 |
Brad King
|
9f52b7d2da
|
ENH: Adding test of special characters in custom command and custom target comments.
|
2006-10-04 18:57:59 -04:00 |
Brad King
|
406f3554c7
|
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
2006-10-04 18:52:29 -04:00 |
Brad King
|
038c9e27d7
|
ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to the native echo command in a shell. This special case is needed to avoid adding quotes when passing text to echo in a native windows shell which does no command line parsing at all.
|
2006-10-04 18:52:24 -04:00 |
Brad King
|
5a6b0792cd
|
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
2006-10-04 18:10:30 -04:00 |
Brad King
|
168591e72d
|
BUG: COMMENT was missing from docs.
|
2006-10-04 18:09:43 -04:00 |
Brad King
|
40adb2ce03
|
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ProcessUNIX.c build everywhere without warnings.
|
2006-10-04 17:27:17 -04:00 |
Brad King
|
6c19d3a862
|
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it for multiple language tests (C and CXX).
|
2006-10-04 17:24:36 -04:00 |
Brad King
|
652d7bc0fb
|
BUG: Name of C test file ends in .c not .cxx.
|
2006-10-04 17:08:02 -04:00 |
Brad King
|
a48cf7e07b
|
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it for multiple language tests (C and CXX).
|
2006-10-04 16:56:32 -04:00 |
Bill Hoffman
|
4fc95339f7
|
ENH: remove paths that cmake already looks at
|
2006-10-04 16:31:00 -04:00 |
Alexander Neundorf
|
d54a7bfecf
|
ENH: apply patch so that the config values from ruby are used to determine
the additional locations (see #3297)
Alex
|
2006-10-04 15:54:25 -04:00 |
Brad King
|
2dfa2ba888
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
2006-10-04 15:24:26 -04:00 |
Brad King
|
523075ded5
|
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
2006-10-04 14:37:42 -04:00 |
Bill Hoffman
|
430f6f35eb
|
BUG: fix for fat file systems and vs8 #2617
|
2006-10-04 14:02:12 -04:00 |
Brad King
|
608f735215
|
BUG: Patch from Clinton to restore proper QT3_SUPPORT macro definition.
|
2006-10-04 14:00:41 -04:00 |
Bill Hoffman
|
4c44781404
|
BUG: fix for bug#3362 xml escapes on -D stuff for visual studio
|
2006-10-04 13:27:58 -04:00 |
Bill Hoffman
|
9d5dc7b396
|
BUG: fix for bug# 3313 same advanced for tcl win and unix
|
2006-10-04 13:05:16 -04:00 |
Bill Hoffman
|
8750b1960e
|
BUG: fix for bug# 3664
|
2006-10-04 11:33:07 -04:00 |
Bill Hoffman
|
4f304e7a07
|
BUG: fix for bug #3517 seg fault with enable language before project command
|
2006-10-04 11:11:21 -04:00 |
Bill Hoffman
|
7ed0532ae9
|
BUG: fix for bug#3520 - better find doxygen
|
2006-10-04 11:04:26 -04:00 |
Bill Hoffman
|
131d8205f5
|
BUG: fix for bug# 3584 missing SONAME for fortran on darwin
|
2006-10-04 10:54:53 -04:00 |
Bill Hoffman
|
009dc7daae
|
ENH: make qmake-qt4 really work if qmake is qt3 also fix indent in file, for diff use cvs diff -w
|
2006-10-04 10:33:10 -04:00 |
Andy Cedilnik
|
dabb4ea14c
|
STYLE: Nightly Version update
|
2006-10-04 05:20:13 -04:00 |
Bill Hoffman
|
18e302a377
|
ENH: fix dashbaord error do not exclude root project from itself.
|
2006-10-03 17:53:07 -04:00 |
Bill Hoffman
|
2826dc4003
|
BUG: fix for bug#3646 GLUT not Glut for framework name
|
2006-10-03 16:18:32 -04:00 |