Brad King
|
27a67fb72f
|
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572.
|
2006-08-29 15:04:29 -04:00 |
Andy Cedilnik
|
3ef750a42c
|
ENH: Always do tar.Z since we do have compress now builtin
|
2006-08-24 10:57:27 -04:00 |
Brad King
|
93163cc1f9
|
ENH: Added code to remove any bad installations of CVS directories before running the test so that one failure does not need manual adjustment to get it to pass again.
|
2006-08-24 09:47:52 -04:00 |
Brad King
|
a2b89129de
|
ENH: Added check for bad installation of a CVS directory to test.
|
2006-08-21 17:52:34 -04:00 |
Brad King
|
08398a9f0c
|
BUG: Need to execute sample_script.bat on windows and sample_script otherwise.
|
2006-08-21 17:37:40 -04:00 |
Brad King
|
bed79f6c6b
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
2006-08-21 16:55:03 -04:00 |
Bill Hoffman
|
372b6932ed
|
ENH: fix error in if statement
|
2006-08-10 23:20:58 -04:00 |
Bill Hoffman
|
4ddcdbed9a
|
ENH: fix failing tests
|
2006-08-10 09:38:52 -04:00 |
Bill Hoffman
|
fe3d8078c5
|
ENH: try to fix compress failure
|
2006-08-09 11:32:23 -04:00 |
Bill Hoffman
|
bba6583942
|
ENH: finally fix the failing test on the dashboard for the past month or so
|
2006-08-07 10:10:38 -04:00 |
Andy Cedilnik
|
0de464fe36
|
ENH: Add test for bz2 and check for compress
|
2006-07-28 09:22:34 -04:00 |
Brad King
|
50a0f71120
|
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules.
|
2006-05-05 14:57:19 -04:00 |
Brad King
|
66d7aef82b
|
ENH: Adding COMPONENT option to an INSTALL command call to smoke-test it.
|
2006-05-05 11:51:07 -04:00 |
Brad King
|
428b4c9244
|
ENH: Updated VS6 generator to use target.GetFullName() to compute target file names.
|
2006-04-18 11:45:31 -04:00 |
Brad King
|
d4c5fe840b
|
ENH: Added INSTALL(CODE) mode to allow inline specification of install 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.
|
2006-04-12 22:04:50 -04:00 |
Bill Hoffman
|
3df8a59374
|
ENH: add test for mfc
|
2006-04-10 13:52:22 -04:00 |
Brad King
|
ca5647c92c
|
ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is 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.
|
2006-03-24 16:11:24 -05:00 |
Andy Cedilnik
|
3d44b9a354
|
ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack
|
2006-03-08 14:02:30 -05:00 |
Andy Cedilnik
|
27b9ab47c2
|
COMP: Ok, fix typo
|
2006-03-08 13:20:18 -05:00 |
Andy Cedilnik
|
cd62290147
|
ENH: Add testing for cpack
|
2006-03-08 13:13:48 -05:00 |
Bill Hoffman
|
d03c92bfb3
|
ENH: remove cpack stuff for now so that we can get mac dashboards again
|
2006-03-07 19:52:49 -05:00 |
Brad King
|
2caa6bb7e6
|
BUG: Some platforms require executable permission on shared libraries.
|
2006-03-07 10:04:29 -05:00 |
Brad King
|
06846c4c07
|
ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.
|
2006-03-03 19:29:35 -05:00 |
Brad King
|
a2e136fd17
|
ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and 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.
|
2006-03-03 18:44:32 -05:00 |
Andy Cedilnik
|
a87de1e1cd
|
ENH: Add generic instructions
|
2006-02-28 14:06:39 -05:00 |
Andy Cedilnik
|
3341923ecb
|
ENH: Attempt to handle windows without NSIS installed
|
2006-02-28 13:30:11 -05:00 |
Andy Cedilnik
|
36d7f3990a
|
ENH: Add support for multiple build targets and start adding simple cpack tests
|
2006-02-28 08:23:40 -05:00 |
Brad King
|
586a9427d3
|
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
2006-02-24 13:13:14 -05:00 |
Brad King
|
518080136d
|
ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691.
|
2006-02-19 18:47:13 -05:00 |
Brad King
|
8d27255aef
|
ENH: Using CMAKE_SKIP_BUILD_RPATH to test relink support.
|
2006-02-19 17:44:45 -05:00 |
Brad King
|
96f0266228
|
ENH: Created new install script generation framework. The INSTALL command 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.
|
2006-02-19 15:25:27 -05:00 |
Brad King
|
ad2cc1f333
|
BUG: Need INSTALL_RPATH property on SimpleInstallS2 also.
|
2006-02-16 15:38:59 -05:00 |
Brad King
|
c70da1aae6
|
ENH: Use target property for INSTALL_RPATH of SimpleInstall so that it is the only one that needs to relink.
|
2006-02-16 15:28:09 -05:00 |
Brad King
|
537e2b4ed5
|
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
2006-02-16 15:19:00 -05:00 |
Brad King
|
b8a33fb424
|
ENH: Added INSTALL command as a placeholder for a future generic install specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.
|
2006-02-10 13:54:36 -05:00 |
Andy Cedilnik
|
0795d64a23
|
BUG: Fix test
|
2005-12-15 16:28:50 -05:00 |
Brad King
|
98e5119664
|
BUG: Install rule should take build configuration into account.
|
2005-08-19 17:56:26 -04:00 |
Brad King
|
8346edbff0
|
BUG: Removing exe VERSION attribute test until it is implemented in the XCode generator.
|
2005-08-19 09:22:14 -04:00 |
Brad King
|
b0d05cf020
|
ENH: Updated SimpleInstall test to test new versioned executable and OUTPUT_NAME support.
|
2005-08-17 16:19:33 -04:00 |
Brad King
|
2c658a6300
|
BUG: Need TSD target to be built before SimpleInstall.
|
2005-08-08 11:33:47 -04:00 |
Ken Martin
|
2e4258efc1
|
ENH: shift to using ADD_SUBDIRECTORY
|
2005-06-08 12:26:32 -04:00 |
Brad King
|
3a81832bb3
|
BUG: Avoid infinite loop during installation.
|
2005-04-28 11:47:48 -04:00 |
Brad King
|
ec4fcb87f2
|
ENH: Updated post-build command to drive installation through the native build system.
|
2005-02-05 07:50:15 -05:00 |
Bill Hoffman
|
effeac8aab
|
make it verbose
|
2004-09-22 16:51:00 -04:00 |
Brad King
|
ffb54f8e84
|
ERR: Removed debugging code from test.
|
2004-07-02 13:39:02 -04:00 |
Andy Cedilnik
|
43d380e0d8
|
ENH: Better handling of debug postfix and fix the test
|
2004-06-29 09:23:27 -04:00 |
Andy Cedilnik
|
ed0999c9d1
|
ERR: Fix visual studio install
|
2004-06-28 16:39:51 -04:00 |
Andy Cedilnik
|
f9b43b9212
|
BUG: Implement installing of shared library versioning and add test for the whole thing
|
2004-06-28 14:40:17 -04:00 |
Andy Cedilnik
|
30e1007048
|
ERR: Remove testinf of PREORDER on Windows
|
2004-06-03 19:12:06 -04:00 |
Andy Cedilnik
|
00acf804f6
|
ERR: Try to fix simple install on vs6
|
2004-06-03 17:09:25 -04:00 |