- 16 Oct, 2006 3 commits
-
-
Bill Hoffman authored
-
Brad King authored
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and 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.
-
Bill Hoffman authored
-
- 15 Oct, 2006 1 commit
-
-
Andy Cedilnik authored
-
- 13 Oct, 2006 13 commits
-
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Brad King authored
-
Andy Cedilnik authored
-
Brad King authored
BUG: When using link scripts use native shell escapes instead of makefile shell escapes because the script is not interpreted by a make tool.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Brad King authored
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. The echo; hack did not work when running from ctest.
-
Brad King authored
-
Andy Cedilnik authored
-
- 12 Oct, 2006 12 commits
-
-
Bill Hoffman authored
-
Andy Cedilnik authored
BUG: Use BuildDirectory from the DartConfiguration information. Also, Make missing coverage information not make ctest fail
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for 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
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for 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
-
Ken Martin authored
-
Bill Hoffman authored
-
- 11 Oct, 2006 2 commits
-
-
Brad King authored
BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend 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.
-
Brad King authored
-
- 10 Oct, 2006 4 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
- 09 Oct, 2006 4 commits
-
-
Brad King authored
BUG: Fixed references to projects outside the build tree and in other locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build.
-
Brad King authored
BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary. Updated the OutOfSource test to test this feature.
-
Andy Cedilnik authored
-
David Cole authored
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
-
- 08 Oct, 2006 1 commit
-
-
Andy Cedilnik authored
-