summaryrefslogtreecommitdiffstats
path: root/Tests/CFBundleTest
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Properly handle BUNDLE_EXTENSIONGregor Jasny2016-06-181-1/+0
|
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-9/+8
| | | | | | | | | | | | | 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.
* FindBoost: Define Boost::boost for all boost versionsRoger Leigh2016-04-191-0/+0
|
* Tests: Run CFBundleTest only with valid configurationBrad King2014-12-191-6/+3
| | | | The verification script needs to know the configuration tested.
* CFBundle test: Add isysroot argument when calling Rez.Clinton Stimpson2013-11-061-1/+7
|
* OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-0/+2
| | | | | | | This fixes bug #13797. The kinds of changes applied in 373faae5 for frameworks are now applied to CFBundle. The prefix and suffix for CFBundles are now handled in cmTarget::GetFullNameInternal.
* Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-311-1/+1
|
* CFBundle Test: Add PATHS for finding Rez (#11295)David Cole2011-01-111-1/+4
| | | | | | Some older dashboard machines do not have Rez in /usr/bin like us modern folk. But most of them will have it in /Developer/Tools... So make sure we look there.
* Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-1110-0/+250
This commit enables building, for example, plugin bundles to be loaded by web browsers.