summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstallS2
Commit message (Expand)AuthorAgeFilesLines
* Tests: Teach SimpleInstall to use "cmake --build"Brad King2013-11-181-14/+11
* replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-021-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-137-56/+56
* Convert CMake-language commands to lower caseKitware Robot2012-08-1310-268/+268
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-135-13/+13
* export(): Document undefined behavior of location propertiesBrad King2011-12-011-5/+6
* Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-311-1/+1
* SimpleInstall test now builds an installer package if CTEST_TEST_CPACK is ON ...David Cole2009-11-161-1/+8
* ENH: Allow more specification of target file namesBrad King2009-05-011-1/+5
* ENH: Add install(DIRECTORY) option 'OPTIONAL'Brad King2009-02-241-0/+3
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-1/+5
* ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack...David Cole2008-06-171-21/+5
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* BUG: Updated SimpleInstall tests for new export/import interface.Brad King2008-01-281-6/+6
* ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta...Brad King2008-01-021-0/+13
* BUG: Fix SimpleInstall test to work with new dependency of package on all.Brad King2008-01-011-0/+1
* BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and presumably...David Cole2007-11-101-3/+4
* BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ...David Cole2007-10-153-2/+43
* COMP: Rename the executables for the SimpleInstall tests so that the executab...David Cole2007-10-011-6/+6
* ENH: Disable package test only on OSX < 10.4. Added comment explaining reaso...Brad King2007-09-201-6/+17
* ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give it...Brad King2007-09-191-0/+3
* COMP: reenable the installation of the PUBLIC_HEADERsAlexander Neundorf2007-09-191-2/+2
* COMP: disable packaging test on Apple, see if this fixes the timeoutsAlexander Neundorf2007-09-171-1/+8
* ENH: test install of debug libsBill Hoffman2007-09-171-0/+1
* ENH: turn this stuff off to see if it fixes the dashboard on midworldBill Hoffman2007-09-101-2/+2
* STYLE: adapt the test to the change from FILENAME to FILEAlexander Neundorf2007-08-301-1/+5
* ENH: add test for installing a header marked as PUBLIC_HEADER of a libraryAlexander Neundorf2007-08-271-0/+2
* COMP: add a test for exporting and importing targetsAlexander Neundorf2007-08-271-1/+17
* COMP: the SimpleInstall test also succeeds on the Mac, so maybe AndysAlexander Neundorf2007-08-271-35/+16
* ENH: Enable versioned executable test everywhere but XCode.Brad King2007-07-021-1/+3
* ENH: Added more install rules to increase coverage of the command.Brad King2007-05-281-1/+15
* ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cov...Brad King2007-05-253-16/+42
* ENH: Add test to see if INSTALL_FILES actually worked.Brad King2007-05-251-0/+1
* BUG: Remove spaces from test output paths. Not all make tools can handle it....Brad King2007-03-121-3/+3
* ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D...Brad King2007-03-121-3/+6
* 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