Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 15 | -21/+172 |
| | | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. | ||||
* | BUG: Need to collapse path argument to get_directory_property. This ↵ | Brad King | 2006-10-16 | 2 | -0/+8 |
| | | | | addresses bug#3847. | ||||
* | ENH: Make hyperlinks in documentation active when generated into HTML ↵ | Brad King | 2006-10-16 | 1 | -9/+74 |
| | | | | documents. This addresses bug#3906. | ||||
* | ENH: Allow user project code to distinguish between an install prefix set on ↵ | Brad King | 2006-10-16 | 1 | -0/+8 |
| | | | | the command line and one set by CMake as a default. This is useful for changing the default prefix while still allowing the user to override it. | ||||
* | BUG: partial fix for the progress after install bug | Ken Martin | 2006-10-16 | 1 | -22/+30 |
| | |||||
* | ENH: update for release | Bill Hoffman | 2006-10-16 | 5 | -1/+58 |
| | |||||
* | ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ↵ | Brad King | 2006-10-16 | 2 | -5/+49 |
| | | | | ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace. | ||||
* | BUG: fix for bug# 3310 | Bill Hoffman | 2006-10-16 | 1 | -0/+17 |
| | |||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-10-15 | 3 | -7/+11 |
| | |||||
* | ENH: Properly propagate config type to test | Andy Cedilnik | 2006-10-13 | 3 | -10/+16 |
| | |||||
* | BUG: fix for bug#3908 if header_file_only is set on cxx files in visual ↵ | Bill Hoffman | 2006-10-13 | 1 | -4/+14 |
| | | | | studio do not compile them | ||||
* | BUG: Compression must be set before any output is created. | Brad King | 2006-10-13 | 1 | -10/+10 |
| | |||||
* | COMP: Fix Sun build | Andy Cedilnik | 2006-10-13 | 1 | -2/+1 |
| | |||||
* | BUG: When using link scripts use native shell escapes instead of makefile ↵ | Brad King | 2006-10-13 | 1 | -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 xcode | Bill Hoffman | 2006-10-13 | 1 | -10/+16 |
| | |||||
* | BUG: fix for bug# 3921 INPUT wrong | Bill Hoffman | 2006-10-13 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug #3846 more advanced stuff | Bill Hoffman | 2006-10-13 | 2 | -10/+2 |
| | |||||
* | BUG: fix for bug#3898 find qt plugin dir | Bill Hoffman | 2006-10-13 | 1 | -0/+9 |
| | |||||
* | BUG: Replace some errors with warnings | Andy Cedilnik | 2006-10-13 | 2 | -3/+3 |
| | |||||
* | BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. ↵ | Brad King | 2006-10-13 | 3 | -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 King | 2006-10-13 | 1 | -1/+3 |
| | |||||
* | ENH: Report command line as a measurement and allow user to add custom ↵ | Andy Cedilnik | 2006-10-13 | 3 | -14/+46 |
| | | | | measurements | ||||
* | ENH: undo bad changes | Bill Hoffman | 2006-10-12 | 1 | -4/+0 |
| | |||||
* | BUG: Use BuildDirectory from the DartConfiguration information. Also, Make ↵ | Andy Cedilnik | 2006-10-12 | 2 | -1/+6 |
| | | | | missing coverage information not make ctest fail | ||||
* | BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476 | Andy Cedilnik | 2006-10-12 | 1 | -1/+1 |
| | |||||
* | BUG: Report and error when ctest -S script fails... Fixes: Bug #3540 | Andy Cedilnik | 2006-10-12 | 1 | -1/+2 |
| | |||||
* | ENH: Add NSIS compression | Andy Cedilnik | 2006-10-12 | 2 | -0/+4 |
| | |||||
* | ENH: Handle more regular expressions | Andy Cedilnik | 2006-10-12 | 1 | -0/+2 |
| | |||||
* | ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 2 | -0/+20 |
| | | | | 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: On Visual Studio and Xcode handle config type | Andy Cedilnik | 2006-10-12 | 1 | -3/+9 |
| | |||||
* | ENH: More locations for Java | Andy Cedilnik | 2006-10-12 | 2 | -0/+8 |
| | |||||
* | ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 6 | -3/+66 |
| | | | | 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 code | Ken Martin | 2006-10-12 | 2 | -366/+436 |
| | |||||
* | ENH: fix for bug -gdwarf getting removed | Bill Hoffman | 2006-10-12 | 1 | -0/+4 |
| | |||||
* | BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend ↵ | Brad King | 2006-10-11 | 3 | -20/+7 |
| | | | | 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 King | 2006-10-11 | 1 | -12/+2 |
| | |||||
* | STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS. | Brad King | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | BUG: TARGET_QUOTED should always be replaced if Target is set in the rule ↵ | Brad King | 2006-10-10 | 1 | -1/+1 |
| | | | | variables. | ||||
* | BUG: Avoid duplicate conversion to output path. | Brad King | 2006-10-10 | 2 | -18/+13 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | 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 |