summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall
Commit message (Expand)AuthorAgeFilesLines
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...Andy Cedilnik2006-10-121-0/+10
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...Andy Cedilnik2006-10-121-1/+2
* BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to...Brad King2006-10-111-1/+2
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-0/+3
* ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...Brad King2006-08-291-0/+12
* ENH: Always do tar.Z since we do have compress now builtinAndy Cedilnik2006-08-241-26/+26
* ENH: Added code to remove any bad installations of CVS directories before run...Brad King2006-08-241-0/+2
* ENH: Added check for bad installation of a CVS directory to test.Brad King2006-08-211-0/+6
* BUG: Need to execute sample_script.bat on windows and sample_script otherwise.Brad King2006-08-211-1/+6
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-214-0/+27
* ENH: fix error in if statementBill Hoffman2006-08-101-1/+1
* ENH: fix failing testsBill Hoffman2006-08-101-2/+9
* ENH: try to fix compress failureBill Hoffman2006-08-091-2/+8
* ENH: finally fix the failing test on the dashboard for the past month or soBill Hoffman2006-08-071-1/+7
* ENH: Add test for bz2 and check for compressAndy Cedilnik2006-07-281-0/+14
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-0/+16
* 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 file...Brad King2006-04-181-1/+4
* ENH: Added INSTALL(CODE) mode to allow inline specification of install script...Brad King2006-04-123-0/+9
* 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
* ENH: Add additional subdirectory to improve testing and to allow cleanup when...Andy Cedilnik2006-03-083-16/+16
* 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-071-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-031-1/+4
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-033-4/+18
* 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 CMAKE_INSTALL_NAM...Brad King2006-02-241-0/+3
* ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme...Brad King2006-02-191-1/+2
* 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 cr...Brad King2006-02-191-2/+2
* 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 the...Brad King2006-02-161-3/+4
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-0/+3
* ENH: Added INSTALL command as a placeholder for a future generic install spec...Brad King2006-02-103-0/+28
* 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 XCode...Brad King2005-08-191-1/+2
* ENH: Updated SimpleInstall test to test new versioned executable and OUTPUT_N...Brad King2005-08-171-0/+2
* 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 buil...Brad King2005-02-051-5/+9
* 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