summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstallS2/inst.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-18/+15
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to ↵Brad King2007-05-251-0/+2
| | | | cover all forms of old-style install commands.
* ENH: Add test to see if INSTALL_FILES actually worked.Brad King2007-05-251-0/+1
|
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ↵Brad King2006-03-031-2/+8
| | | | 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.
* BUG: Implement installing of shared library versioning and add test for the ↵Andy Cedilnik2004-06-281-0/+6
| | | | whole thing
* ENH: Some systems do not handle spaces in the pathAndy Cedilnik2004-02-091-1/+1
|
* ENH: Fix test on HP-UXBerk Geveci2004-02-041-1/+1
|
* ENH: Add install testAndy Cedilnik2004-02-011-0/+22