Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed references to projects outside the build tree and in other ↵ | Brad King | 2006-10-10 | 3 | -7/+22 |
| | | | | locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build. | ||||
* | BUG: Fixed out-of-source subdirectories to work when they are also ↵ | Brad King | 2006-10-10 | 6 | -4/+17 |
| | | | | out-of-binary. Updated the OutOfSource test to test this feature. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-09 | 1 | -1/+1 |
| | |||||
* | COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ↵ | David Cole | 2006-10-09 | 1 | -0/+1 |
| | | | | "may be used uninitialized" warnings. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-07 | 1 | -1/+1 |
| | |||||
* | ENH: remove old unused code | Ken Martin | 2006-10-06 | 1 | -8/+0 |
| | |||||
* | BUG: potential segfault | Ken Martin | 2006-10-06 | 1 | -1/+4 |
| | |||||
* | STYLE: Make the set of supported STL headers the same in vtkstd and ↵ | David Cole | 2006-10-06 | 1 | -2/+19 |
| | | | | vtksys/stl. (The union of the present values of the two sets.) | ||||
* | ENH: do not print a call stack if the user does a message error unless ↵ | Bill Hoffman | 2006-10-06 | 4 | -4/+28 |
| | | | | --debug-output is used | ||||
* | BUG: Do not enable -isystem support for Xcode generator until it is implemented. | Brad King | 2006-10-06 | 1 | -0/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | BUG: fix bug where converage was required to get valgrind output because of ↵ | Bill Hoffman | 2006-10-05 | 2 | -4/+8 |
| | | | | bad current directory | ||||
* | BUG: Need to match shared library names before static because some platforms ↵ | Brad King | 2006-10-05 | 2 | -15/+28 |
| | | | | have static name patterns that match their shared patterns but not vice versa. This is needed for implementing bug#1644 on cygwin. | ||||
* | ENH: Adding version number to the name of a DLL built in cygwin but not the ↵ | Brad King | 2006-10-05 | 2 | -0/+14 |
| | | | | import library. This addresses bug#3571. | ||||
* | ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This ↵ | Brad King | 2006-10-05 | 2 | -0/+21 |
| | | | | addresses bug#1644 on these platforms. | ||||
* | BUG: Fix link flags on cygwin shared libraries. This requires that the ↵ | Brad King | 2006-10-05 | 6 | -9/+12 |
| | | | | shared library prefix be supported in the link library regex. | ||||
* | BUG: Hack to make echo command work properly in mingw32-make. | Brad King | 2006-10-05 | 3 | -1/+27 |
| | |||||
* | BUG: Robustly handle failure of FormatMessage. See bug#3471. | Brad King | 2006-10-05 | 1 | -19/+18 |
| | |||||
* | BUG: Test -isystem without affecting other tests. Made separate ↵ | Brad King | 2006-10-05 | 6 | -3/+6 |
| | | | | Library/SystemDir for this purpose. | ||||
* | ENH: Added OPTIONAL option to INSTALL command to allow installation of files ↵ | Brad King | 2006-10-05 | 8 | -18/+75 |
| | | | | if they exist while ignoring them otherwise. This addresses bug#2922. | ||||
* | BUG: Run testSystemDir test only if -isystem flag is available. | Brad King | 2006-10-05 | 3 | -6/+6 |
| | |||||
* | ENH: Adding links to web resources and FAQ to SEE ALSO section. This ↵ | Brad King | 2006-10-05 | 1 | -11/+34 |
| | | | | addresses bug #3757. | ||||
* | BUG: QNX GCC does not have -isystem. | Brad King | 2006-10-05 | 1 | -0/+4 |
| | |||||
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵ | Brad King | 2006-10-05 | 18 | -10/+99 |
| | | | | bug #3462. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-05 | 1 | -1/+1 |
| | |||||
* | BUG: The --help option should list generators. This addresses bug #2494. | Brad King | 2006-10-04 | 1 | -0/+3 |
| | |||||
* | ENH: Adding test of special characters in custom command and custom target ↵ | Brad King | 2006-10-04 | 1 | -1/+2 |
| | | | | comments. | ||||
* | BUG: Fixed display of custom command comments with quotes, dollars, and ↵ | Brad King | 2006-10-04 | 7 | -24/+13 |
| | | | | other special characters in them. | ||||
* | ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to ↵ | Brad King | 2006-10-04 | 2 | -1/+20 |
| | | | | 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. | ||||
* | ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. | Brad King | 2006-10-04 | 5 | -6/+27 |
| | |||||
* | BUG: COMMENT was missing from docs. | Brad King | 2006-10-04 | 1 | -3/+4 |
| | |||||
* | ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ↵ | Brad King | 2006-10-04 | 3 | -11/+59 |
| | | | | ProcessUNIX.c build everywhere without warnings. | ||||
* | ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵ | Brad King | 2006-10-04 | 1 | -21/+21 |
| | | | | for multiple language tests (C and CXX). | ||||
* | BUG: Name of C test file ends in .c not .cxx. | Brad King | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵ | Brad King | 2006-10-04 | 4 | -10/+70 |
| | | | | for multiple language tests (C and CXX). | ||||
* | ENH: remove paths that cmake already looks at | Bill Hoffman | 2006-10-04 | 1 | -6/+0 |
| | |||||
* | ENH: apply patch so that the config values from ruby are used to determine | Alexander Neundorf | 2006-10-04 | 1 | -20/+40 |
| | | | | | | the additional locations (see #3297) Alex | ||||
* | ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies ↵ | Brad King | 2006-10-04 | 5 | -3/+74 |
| | | | | 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. | ||||
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 7 | -7/+30 |
| | |||||
* | BUG: fix for fat file systems and vs8 #2617 | Bill Hoffman | 2006-10-04 | 1 | -0/+11 |
| | |||||
* | BUG: Patch from Clinton to restore proper QT3_SUPPORT macro definition. | Brad King | 2006-10-04 | 1 | -0/+1 |
| | |||||
* | BUG: fix for bug#3362 xml escapes on -D stuff for visual studio | Bill Hoffman | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug# 3313 same advanced for tcl win and unix | Bill Hoffman | 2006-10-04 | 1 | -12/+10 |
| | |||||
* | BUG: fix for bug# 3664 | Bill Hoffman | 2006-10-04 | 1 | -1/+13 |
| | |||||
* | BUG: fix for bug #3517 seg fault with enable language before project command | Bill Hoffman | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug#3520 - better find doxygen | Bill Hoffman | 2006-10-04 | 1 | -13/+57 |
| | |||||
* | BUG: fix for bug# 3584 missing SONAME for fortran on darwin | Bill Hoffman | 2006-10-04 | 1 | -0/+7 |
| | |||||
* | ENH: make qmake-qt4 really work if qmake is qt3 also fix indent in file, for ↵ | Bill Hoffman | 2006-10-04 | 1 | -149/+151 |
| | | | | diff use cvs diff -w | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-04 | 1 | -1/+1 |
| |