summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Properly propagate config type to testAndy Cedilnik2006-10-132-9/+15
|
* BUG: fix for bug#3908 if header_file_only is set on cxx files in visual ↵Bill Hoffman2006-10-131-4/+14
| | | | studio do not compile them
* COMP: Fix Sun buildAndy Cedilnik2006-10-131-2/+1
|
* BUG: When using link scripts use native shell escapes instead of makefile ↵Brad King2006-10-131-1/+15
| | | | shell escapes because the script is not interpreted by a make tool.
* ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcodeBill Hoffman2006-10-131-10/+16
|
* BUG: Replace some errors with warningsAndy Cedilnik2006-10-132-3/+3
|
* BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. ↵Brad King2006-10-133-10/+9
| | | | The echo; hack did not work when running from ctest.
* BUG: Do not try to compute the location of a non-library target for linking.Brad King2006-10-131-1/+3
|
* ENH: Report command line as a measurement and allow user to add custom ↵Andy Cedilnik2006-10-133-14/+46
| | | | measurements
* ENH: undo bad changesBill Hoffman2006-10-121-4/+0
|
* BUG: Use BuildDirectory from the DartConfiguration information. Also, Make ↵Andy Cedilnik2006-10-122-1/+6
| | | | missing coverage information not make ctest fail
* BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476Andy Cedilnik2006-10-121-1/+1
|
* BUG: Report and error when ctest -S script fails... Fixes: Bug #3540Andy Cedilnik2006-10-121-1/+2
|
* ENH: Add NSIS compressionAndy Cedilnik2006-10-121-0/+1
|
* ENH: Handle more regular expressionsAndy Cedilnik2006-10-121-0/+2
|
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-123-1/+60
| | | | CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
* ENH: some cleanup and commenting of codeKen Martin2006-10-122-366/+436
|
* ENH: fix for bug -gdwarf getting removedBill Hoffman2006-10-121-0/+4
|
* BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend ↵Brad King2006-10-111-18/+3
| | | | to have .. in the path. This makes the makefile generator consistent with the already working Xcode implementation of this feature. Also added a test for @executable_path/.. style settings for this property.
* ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.Brad King2006-10-111-12/+2
|
* BUG: TARGET_QUOTED should always be replaced if Target is set in the rule ↵Brad King2006-10-101-1/+1
| | | | variables.
* BUG: Avoid duplicate conversion to output path.Brad King2006-10-102-18/+13
|
* STYLE: Nightly Version updateAndy Cedilnik2006-10-101-1/+1
|
* BUG: Fixed references to projects outside the build tree and in other ↵Brad King2006-10-103-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 King2006-10-101-3/+2
| | | | out-of-binary. Updated the OutOfSource test to test this feature.
* STYLE: Nightly Version updateAndy Cedilnik2006-10-091-1/+1
|
* COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ↵David Cole2006-10-091-0/+1
| | | | "may be used uninitialized" warnings.
* STYLE: Nightly Version updateAndy Cedilnik2006-10-081-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-10-071-1/+1
|
* ENH: remove old unused codeKen Martin2006-10-061-8/+0
|
* BUG: potential segfaultKen Martin2006-10-061-1/+4
|
* STYLE: Make the set of supported STL headers the same in vtkstd and ↵David Cole2006-10-061-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 Hoffman2006-10-064-4/+28
| | | | --debug-output is used
* STYLE: Nightly Version updateAndy Cedilnik2006-10-061-1/+1
|
* BUG: fix bug where converage was required to get valgrind output because of ↵Bill Hoffman2006-10-052-4/+8
| | | | bad current directory
* BUG: Need to match shared library names before static because some platforms ↵Brad King2006-10-052-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 King2006-10-051-0/+11
| | | | import library. This addresses bug#3571.
* BUG: Fix link flags on cygwin shared libraries. This requires that the ↵Brad King2006-10-053-6/+9
| | | | shared library prefix be supported in the link library regex.
* BUG: Hack to make echo command work properly in mingw32-make.Brad King2006-10-053-1/+27
|
* BUG: Robustly handle failure of FormatMessage. See bug#3471.Brad King2006-10-051-19/+18
|
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ↵Brad King2006-10-056-18/+69
| | | | if they exist while ignoring them otherwise. This addresses bug#2922.
* ENH: Adding links to web resources and FAQ to SEE ALSO section. This ↵Brad King2006-10-051-11/+34
| | | | addresses bug #3757.
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵Brad King2006-10-055-4/+61
| | | | bug #3462.
* STYLE: Nightly Version updateAndy Cedilnik2006-10-051-1/+1
|
* BUG: The --help option should list generators. This addresses bug #2494.Brad King2006-10-041-0/+3
|
* BUG: Fixed display of custom command comments with quotes, dollars, and ↵Brad King2006-10-047-24/+13
| | | | other special characters in them.
* ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to ↵Brad King2006-10-042-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 King2006-10-044-6/+26
|
* BUG: COMMENT was missing from docs.Brad King2006-10-041-3/+4
|
* ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ↵Brad King2006-10-043-11/+59
| | | | ProcessUNIX.c build everywhere without warnings.