Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+23 |
| | | | | 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 | 1 | -0/+1 |
| | | | | 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 | 1 | -13/+13 |
| | | | | 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 | 1 | -2/+8 |
| | | | | 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 |
| | |||||
* | ENH: Created target property INSTALL_NAME_DIR initalized by ↵ | Brad King | 2006-02-24 | 1 | -0/+3 |
| | | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. | ||||
* | ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as ↵ | Brad King | 2006-02-19 | 1 | -1/+2 |
| | | | | replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691. | ||||
* | ENH: Using CMAKE_SKIP_BUILD_RPATH to test relink support. | Brad King | 2006-02-19 | 1 | -0/+5 |
| | |||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -2/+2 |
| | | | | creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. | ||||
* | BUG: Need INSTALL_RPATH property on SimpleInstallS2 also. | Brad King | 2006-02-16 | 1 | -0/+4 |
| | |||||
* | ENH: Use target property for INSTALL_RPATH of SimpleInstall so that it is ↵ | Brad King | 2006-02-16 | 1 | -3/+4 |
| | | | | the only one that needs to relink. | ||||
* | ENH: Implemented RPATH specification support. It is documented by the ↵ | Brad King | 2006-02-16 | 1 | -0/+3 |
| | | | | command SET_TARGET_PROPERTIES. | ||||
* | ENH: Added INSTALL command as a placeholder for a future generic install ↵ | Brad King | 2006-02-10 | 1 | -0/+17 |
| | | | | specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage. | ||||
* | BUG: Fix test | Andy Cedilnik | 2005-12-15 | 1 | -1/+1 |
| | |||||
* | BUG: Install rule should take build configuration into account. | Brad King | 2005-08-19 | 1 | -1/+13 |
| | |||||
* | BUG: Removing exe VERSION attribute test until it is implemented in the ↵ | Brad King | 2005-08-19 | 1 | -1/+2 |
| | | | | XCode generator. | ||||
* | ENH: Updated SimpleInstall test to test new versioned executable and ↵ | Brad King | 2005-08-17 | 1 | -0/+2 |
| | | | | OUTPUT_NAME support. | ||||
* | BUG: Need TSD target to be built before SimpleInstall. | Brad King | 2005-08-08 | 1 | -4/+5 |
| | |||||
* | ENH: shift to using ADD_SUBDIRECTORY | Ken Martin | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | BUG: Avoid infinite loop during installation. | Brad King | 2005-04-28 | 1 | -0/+4 |
| | |||||
* | ENH: Updated post-build command to drive installation through the native ↵ | Brad King | 2005-02-05 | 1 | -5/+9 |
| | | | | build system. | ||||
* | make it verbose | Bill Hoffman | 2004-09-22 | 1 | -1/+1 |
| | |||||
* | ERR: Removed debugging code from test. | Brad King | 2004-07-02 | 1 | -2/+1 |
| | |||||
* | ENH: Better handling of debug postfix and fix the test | Andy Cedilnik | 2004-06-29 | 1 | -23/+1 |
| | |||||
* | ERR: Fix visual studio install | Andy Cedilnik | 2004-06-28 | 1 | -3/+8 |
| |