Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and ↵ | David Cole | 2007-11-10 | 1 | -3/+4 |
| | | | | presumably earlier) to avoid running PackageMaker during the SimpleInstall* tests. See comment in CMake/Tests/SimpleInstall/CMakeLists.txt for more info. | ||||
* | BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ↵ | David Cole | 2007-10-15 | 3 | -2/+43 |
| | | | | the INSTALL command. | ||||
* | COMP: Rename the executables for the SimpleInstall tests so that the ↵ | David Cole | 2007-10-01 | 1 | -6/+6 |
| | | | | executable files that run during the test do not have the word install in their file names. This allows running the tests on Windows Vista without admin privileges and without adding a manifest containing the asInvoker requestedExecutionLevel element. | ||||
* | ENH: Disable package test only on OSX < 10.4. Added comment explaining ↵ | Brad King | 2007-09-20 | 1 | -6/+17 |
| | | | | reason for timeout. | ||||
* | ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give ↵ | Brad King | 2007-09-19 | 1 | -0/+3 |
| | | | | it a long timeout to see what is going on. | ||||
* | COMP: reenable the installation of the PUBLIC_HEADERs | Alexander Neundorf | 2007-09-19 | 1 | -2/+2 |
| | | | | Alex | ||||
* | COMP: disable packaging test on Apple, see if this fixes the timeouts | Alexander Neundorf | 2007-09-17 | 1 | -1/+8 |
| | | | | Alex | ||||
* | ENH: test install of debug libs | Bill Hoffman | 2007-09-17 | 1 | -0/+1 |
| | |||||
* | ENH: turn this stuff off to see if it fixes the dashboard on midworld | Bill Hoffman | 2007-09-10 | 1 | -2/+2 |
| | |||||
* | STYLE: adapt the test to the change from FILENAME to FILE | Alexander Neundorf | 2007-08-30 | 1 | -1/+5 |
| | | | | | | -add a call to the EXPORT() command Alex | ||||
* | ENH: add test for installing a header marked as PUBLIC_HEADER of a library | Alexander Neundorf | 2007-08-27 | 1 | -0/+2 |
| | | | | Alex | ||||
* | COMP: add a test for exporting and importing targets | Alexander Neundorf | 2007-08-27 | 1 | -1/+17 |
| | | | | Alex | ||||
* | COMP: the SimpleInstall test also succeeds on the Mac, so maybe Andys | Alexander Neundorf | 2007-08-27 | 1 | -35/+16 |
| | | | | | | comment is not valid anymore Alex | ||||
* | ENH: Enable versioned executable test everywhere but XCode. | Brad King | 2007-07-02 | 1 | -1/+3 |
| | |||||
* | ENH: Added more install rules to increase coverage of the command. | Brad King | 2007-05-28 | 1 | -1/+15 |
| | |||||
* | ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to ↵ | Brad King | 2007-05-25 | 3 | -16/+42 |
| | | | | cover all forms of old-style install commands. | ||||
* | ENH: Add test to see if INSTALL_FILES actually worked. | Brad King | 2007-05-25 | 1 | -0/+1 |
| | |||||
* | BUG: Remove spaces from test output paths. Not all make tools can handle ↵ | Brad King | 2007-03-13 | 1 | -3/+3 |
| | | | | it. Ths SubDirSpaces test is meant for that purpose anyway. | ||||
* | ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, ↵ | Brad King | 2007-03-12 | 1 | -3/+6 |
| | | | | LIBRARY_OUTPUT_DIRECTORY, and ARCHIVE_OUTPUT_DIRECTORY. This is an incremental fix for bug#2240 and bug#4210. | ||||
* | ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 1 | -0/+10 |
| | | | | 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: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 1 | -1/+2 |
| | | | | 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 | ||||
* | BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend ↵ | Brad King | 2006-10-11 | 1 | -1/+2 |
| | | | | 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: Added OPTIONAL option to INSTALL command to allow installation of files ↵ | Brad King | 2006-10-05 | 1 | -0/+3 |
| | | | | if they exist while ignoring them otherwise. This addresses bug#2922. | ||||
* | ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This ↵ | Brad King | 2006-08-29 | 1 | -0/+12 |
| | | | | addresses bug#3572. | ||||
* | ENH: Always do tar.Z since we do have compress now builtin | Andy Cedilnik | 2006-08-24 | 1 | -26/+26 |
| | |||||
* | ENH: Added code to remove any bad installations of CVS directories before ↵ | Brad King | 2006-08-24 | 1 | -0/+2 |
| | | | | running the test so that one failure does not need manual adjustment to get it to pass again. | ||||
* | ENH: Added check for bad installation of a CVS directory to test. | Brad King | 2006-08-21 | 1 | -0/+6 |
| | |||||
* | BUG: Need to execute sample_script.bat on windows and sample_script otherwise. | Brad King | 2006-08-21 | 1 | -1/+6 |
| | |||||
* | ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized ↵ | Brad King | 2006-08-21 | 4 | -0/+27 |
| | | | | cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. | ||||
* | ENH: fix error in if statement | Bill Hoffman | 2006-08-11 | 1 | -1/+1 |
| | |||||
* | ENH: fix failing tests | Bill Hoffman | 2006-08-10 | 1 | -2/+9 |
| | |||||
* | ENH: try to fix compress failure | Bill Hoffman | 2006-08-09 | 1 | -2/+8 |
| | |||||
* | ENH: finally fix the failing test on the dashboard for the past month or so | Bill Hoffman | 2006-08-07 | 1 | -1/+7 |
| | |||||
* | ENH: Add test for bz2 and check for compress | Andy Cedilnik | 2006-07-28 | 1 | -0/+14 |
| | |||||
* | ENH: Added CONFIGURATIONS option to INSTALL command to allow ↵ | Brad King | 2006-05-05 | 1 | -0/+16 |
| | | | | per-configuration install rules. | ||||
* | ENH: Adding COMPONENT option to an INSTALL command call to smoke-test it. | Brad King | 2006-05-05 | 1 | -3/+3 |
| | |||||
* | ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵ | Brad King | 2006-04-18 | 1 | -1/+4 |
| | | | | file names. | ||||
* | ENH: Added INSTALL(CODE) mode to allow inline specification of install ↵ | Brad King | 2006-04-13 | 3 | -0/+9 |
| | | | | script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first. | ||||
* | ENH: add test for mfc | Bill Hoffman | 2006-04-10 | 1 | -0/+2 |
| | |||||
* | ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ↵ | Brad King | 2006-03-24 | 1 | -3/+18 |
| | | | | a third option added to RUNTIME and LIBRARY property types. Static libraries and import libraries are now treated as ARCHIVE targets instead of LIBRARY targets. This adds a level of granularity necessary for upcoming features. Also updated the CVS CMake patch level set in CMake_VERSION_PATCH from 4 to 5 to allow users of this version to know whether this incompatible change is present. | ||||
* | ENH: Add additional subdirectory to improve testing and to allow cleanup ↵ | Andy Cedilnik | 2006-03-08 | 3 | -16/+16 |
| | | | | when testing cpack | ||||
* | COMP: Ok, fix typo | Andy Cedilnik | 2006-03-08 | 1 | -2/+2 |
| | |||||
* | ENH: Add testing for cpack | Andy Cedilnik | 2006-03-08 | 1 | -16/+35 |
| | |||||
* | ENH: remove cpack stuff for now so that we can get mac dashboards again | Bill Hoffman | 2006-03-08 | 1 | -1/+1 |
| | |||||
* | BUG: Some platforms require executable permission on shared libraries. | Brad King | 2006-03-07 | 1 | -3/+2 |
| | |||||
* | ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command. | Brad King | 2006-03-04 | 1 | -1/+4 |
| | |||||
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ↵ | Brad King | 2006-03-03 | 3 | -4/+18 |
| | | | | PROGRAMS mode, and corresponding support to FILE(INSTALL). Default permissions for shared libraries on non-Windows/non-OSX platforms no longer has the execute bit set. | ||||
* | ENH: Add generic instructions | Andy Cedilnik | 2006-02-28 | 1 | -1/+0 |
| | |||||
* | ENH: Attempt to handle windows without NSIS installed | Andy Cedilnik | 2006-02-28 | 1 | -0/+10 |
| | |||||
* | ENH: Add support for multiple build targets and start adding simple cpack tests | Andy Cedilnik | 2006-02-28 | 1 | -0/+9 |
| |