summaryrefslogtreecommitdiffstats
path: root/Tests/BundleTest/BundleTest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+5
| | | | | | | | | | | | | 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.
* Removed most usage of Carbon in favour of CoreFoundationSean McBride2011-01-311-3/+3
|
* ENH: Add indirect dependency to Carbon and call a Carbon function from ↵David Cole2008-09-021-0/+11
| | | | executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies.
* ENH: Check if files existAndy Cedilnik2006-03-281-3/+6
|
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵Brad King2006-03-031-1/+3
| | | | install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
* ENH: add a bundle testBill Hoffman2005-07-131-0/+4