summaryrefslogtreecommitdiffstats
path: root/Source/cmOSXBundleGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
|
* cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-241-16/+16
|
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-3/+3
| | | | | | | Just enough to reach the BuildMacContentDirectory method and the NeedRelinkBeforeInstall methods. In the future, those methods can be moved to cmGeneratorTarget.
* cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile.Robert Maynard2013-06-241-9/+9
| | | | | | AddCMakeDependFile and AddCMakeOutputFile both store as std::string and all calling sites use std::string. So instead of creating more temporary objects, lets just use std::strings.
* OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-18/+5
| | | | | | | 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.
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-46/+56
| | | | | | | | | | | | | | | | Make handling of directory separators consistent between non-bundle and bundle code. Remove xcode specific flag from cmTarget when getting install_name. Add (more) consistent convenience functions in cmTarget to get directories inside of bundles and frameworks to add files to. This refactor also fixes bug #12263 where frameworks had the wrong install name when SKIP_BUILD_RPATH. Also make install_name for frameworks consistent between Makefile and Xcode generator.
* Ninja: remove 'this' from member initializer listPeter Kümmel2012-07-181-1/+1
|
* Re-factor OS X content generator start up.Nicolas Despres2012-07-171-0/+20
|
* Re-factor Mac OS X content directory computation.Nicolas Despres2012-07-171-32/+28
|
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-0/+18
|
* Re-factor CFBundle generation.Nicolas Despres2012-07-171-0/+31
|
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-0/+171