Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindBoost: Define Boost::boost for all boost versions | Roger Leigh | 2016-04-19 | 1 | -0/+0 |
| | |||||
* | Tests: Run CFBundleTest only with valid configuration | Brad King | 2014-12-19 | 1 | -6/+3 |
| | | | | The verification script needs to know the configuration tested. | ||||
* | CFBundle test: Add isysroot argument when calling Rez. | Clinton Stimpson | 2013-11-06 | 1 | -1/+7 |
| | |||||
* | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -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 McBride | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | CFBundle Test: Add PATHS for finding Rez (#11295) | David Cole | 2011-01-11 | 1 | -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 Bateman | 2011-01-11 | 10 | -0/+250 |
This commit enables building, for example, plugin bundles to be loaded by web browsers. |