Commit History

Author SHA1 Message Date
  Brad King 2740db5ede ENH: Allow more specification of target file names 16 years ago
  Brad King 1595b8e69e ENH: Add install(DIRECTORY) option 'OPTIONAL' 17 years ago
  Brad King 061d20be38 ENH: Add UNKNOWN type for IMPORTED libraries 17 years ago
  David Cole 1105a86c52 ENH: Add patch for feature request #6847 - CPack components for NSIS and PackageMaker installers. Thanks to Doug Gregor for all the hard work involved with implementing this patch! Also added new test CPackComponents that is conditionally executed only when NSIS or PackageMaker installer builders are available. 17 years ago
  Ken Martin ce8810c4e7 ENH: preclean some warnings 17 years ago
  Brad King 1332b55794 BUG: Updated SimpleInstall tests for new export/import interface. 18 years ago
  Brad King 60bf0531b0 ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help install a tree of header files while ignoring non-headers. 18 years ago
  Brad King 24d6ecd81c BUG: Fix SimpleInstall test to work with new dependency of package on all. 18 years ago
  David Cole 6767a658fc BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and presumably earlier) to avoid running PackageMaker during the SimpleInstall* tests. See comment in CMake/Tests/SimpleInstall/CMakeLists.txt for more info. 18 years ago
  David Cole c8e832dcf5 BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command. 18 years ago
  David Cole 890efa7980 COMP: Rename the executables for the SimpleInstall tests so that the executable files that run during the test do not have the word install in their file names. This allows running the tests on Windows Vista without admin privileges and without adding a manifest containing the asInvoker requestedExecutionLevel element. 18 years ago
  Brad King bb6b7de09a ENH: Disable package test only on OSX < 10.4. Added comment explaining reason for timeout. 18 years ago
  Brad King 4710c7aef6 ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give it a long timeout to see what is going on. 18 years ago
  Alexander Neundorf b4f02ec0bd 18 years ago
  Alexander Neundorf 2f7f5eb04a 18 years ago
  Bill Hoffman 6e9b3f36eb ENH: test install of debug libs 18 years ago
  Bill Hoffman fdab49ab57 ENH: turn this stuff off to see if it fixes the dashboard on midworld 18 years ago
  Alexander Neundorf 56c0bbc83f 18 years ago
  Alexander Neundorf 8302ea66d2 18 years ago
  Alexander Neundorf 556b1257ac 18 years ago
  Alexander Neundorf cfd9fdf5de 18 years ago
  Brad King c8b263c674 ENH: Enable versioned executable test everywhere but XCode. 18 years ago
  Brad King 06472d620a ENH: Added more install rules to increase coverage of the command. 18 years ago
  Brad King a99c60b0ed ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cover all forms of old-style install commands. 18 years ago
  Brad King 176879b2fe BUG: Remove spaces from test output paths. Not all make tools can handle it. Ths SubDirSpaces test is meant for that purpose anyway. 19 years ago
  Brad King cf7eeab37a ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and ARCHIVE_OUTPUT_DIRECTORY. This is an incremental fix for bug#2240 and bug#4210. 19 years ago
  Andy Cedilnik e31dc3abe5 ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for 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 19 years ago
  Brad King b20fd1af11 BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend 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. 19 years ago
  Brad King 934c804ea4 ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922. 19 years ago
  Brad King 27a67fb72f ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572. 19 years ago