summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added CONFIGURATIONS option to INSTALL command to allow ↵Brad King2006-05-051-0/+16
| | | | per-configuration install rules.
* ENH: Adding COMPONENT option to an INSTALL command call to smoke-test it.Brad King2006-05-051-3/+3
|
* ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵Brad King2006-04-181-1/+4
| | | | file names.
* ENH: Added INSTALL(CODE) mode to allow inline specification of install ↵Brad King2006-04-133-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 mfcBill Hoffman2006-04-101-0/+2
|
* ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ↵Brad King2006-03-241-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 Cedilnik2006-03-083-16/+16
| | | | when testing cpack
* COMP: Ok, fix typoAndy Cedilnik2006-03-081-2/+2
|
* ENH: Add testing for cpackAndy Cedilnik2006-03-081-16/+35
|
* ENH: remove cpack stuff for now so that we can get mac dashboards againBill Hoffman2006-03-081-1/+1
|
* BUG: Some platforms require executable permission on shared libraries.Brad King2006-03-071-3/+2
|
* ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.Brad King2006-03-041-1/+4
|
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ↵Brad King2006-03-033-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 instructionsAndy Cedilnik2006-02-281-1/+0
|
* ENH: Attempt to handle windows without NSIS installedAndy Cedilnik2006-02-281-0/+10
|
* ENH: Add support for multiple build targets and start adding simple cpack testsAndy Cedilnik2006-02-281-0/+9
|
* ENH: Created target property INSTALL_NAME_DIR initalized by ↵Brad King2006-02-241-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 King2006-02-191-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 King2006-02-191-0/+5
|
* ENH: Created new install script generation framework. The INSTALL command ↵Brad King2006-02-191-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 King2006-02-161-0/+4
|
* ENH: Use target property for INSTALL_RPATH of SimpleInstall so that it is ↵Brad King2006-02-161-3/+4
| | | | the only one that needs to relink.
* ENH: Implemented RPATH specification support. It is documented by the ↵Brad King2006-02-161-0/+3
| | | | command SET_TARGET_PROPERTIES.
* ENH: Added INSTALL command as a placeholder for a future generic install ↵Brad King2006-02-103-0/+28
| | | | specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.
* BUG: Fix testAndy Cedilnik2005-12-151-1/+1
|
* BUG: Install rule should take build configuration into account.Brad King2005-08-191-1/+13
|
* BUG: Removing exe VERSION attribute test until it is implemented in the ↵Brad King2005-08-191-1/+2
| | | | XCode generator.
* ENH: Updated SimpleInstall test to test new versioned executable and ↵Brad King2005-08-171-0/+2
| | | | OUTPUT_NAME support.
* BUG: Need TSD target to be built before SimpleInstall.Brad King2005-08-081-4/+5
|
* ENH: shift to using ADD_SUBDIRECTORYKen Martin2005-06-081-1/+1
|
* BUG: Avoid infinite loop during installation.Brad King2005-04-281-0/+4
|
* ENH: Updated post-build command to drive installation through the native ↵Brad King2005-02-051-5/+9
| | | | build system.
* make it verboseBill Hoffman2004-09-221-1/+1
|
* ERR: Removed debugging code from test.Brad King2004-07-021-2/+1
|
* ENH: Better handling of debug postfix and fix the testAndy Cedilnik2004-06-291-23/+1
|
* ERR: Fix visual studio installAndy Cedilnik2004-06-281-3/+8
|
* BUG: Implement installing of shared library versioning and add test for the ↵Andy Cedilnik2004-06-284-4/+38
| | | | whole thing
* ERR: Remove testinf of PREORDER on WindowsAndy Cedilnik2004-06-031-2/+3
|
* ERR: Try to fix simple install on vs6Andy Cedilnik2004-06-031-0/+1
|
* ENH: More elaborate install testAndy Cedilnik2004-06-015-0/+27
|
* add depBill Hoffman2004-04-211-0/+1
|
* ENH: Add pre and post install script supportAndy Cedilnik2004-03-283-0/+12
|
* ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵Andy Cedilnik2004-02-201-1/+1
| | | | -P, There should be space between
* Fix install test fail on mingwBill Hoffman2004-02-121-2/+2
|
* ENH: On Cygwin shared libraries have only .dll file no .lib file, so when ↵Andy Cedilnik2004-02-111-4/+12
| | | | finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin
* ENH: Some cleanup and try to fix Visual Studio buildsAndy Cedilnik2004-02-091-41/+34
|
* ENH: Some systems do not handle spaces in the pathAndy Cedilnik2004-02-091-1/+1
|
* ENH: Install stage2 to handle runtime problemAndy Cedilnik2004-02-091-0/+11
|
* ENH: Add second part of SimpleInstallAndy Cedilnik2004-02-081-39/+58
|
* ERR: Fix test on windows with network pathsAndy Cedilnik2004-02-051-1/+2
|