summaryrefslogtreecommitdiff
path: root/Source/cmOSXBundleGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-1/+13
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+0
* Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>Alexandru Croitor2020-03-041-12/+14
* Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-39/+32
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-39/+35
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-181-5/+3
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-5/+5
* Xcode: rename embedded SDK query functionGregor Jasny2017-12-221-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Remove unused variablesPavel Solodovnikov2017-05-261-3/+1
* Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-2/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmGeneratorTarget: Use enum to describe bundle directory query levelGregor Jasny2017-03-301-9/+15
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Add missing braces around statements.Daniel Pfeifer2016-06-101-6/+12
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-59/+43
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Fix iOS Framework directory structure (#15833)Bartosz Kosiorek2015-11-131-3/+12
* cmGeneratorTarget: Move GetFrameworkVersion from cmTargetStephen Kelly2015-10-261-1/+1
* cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget.Stephen Kelly2015-10-211-1/+1
* cmLocalGenerator: Port PList handling to cmGeneratorTarget.Stephen Kelly2015-10-181-3/+3
* cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget.Stephen Kelly2015-08-051-4/+4
* cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget.Stephen Kelly2015-08-051-2/+2
* cmGeneratorTarget: Move GetMacContentDirectory from cmTarget.Stephen Kelly2015-08-051-1/+1
* Get the local generator from the GeneratorTarget.Stephen Kelly2015-06-221-1/+1
* OS X: Shorten CFBundleExecutable to file name onlyGregor Jasny2015-02-231-1/+2
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-5/+5
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-5/+5
* OS X: Fix Info.plist placement in a CFBundleTim Blechmann2014-03-261-1/+1
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-3/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* 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
* cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile.Robert Maynard2013-06-241-9/+9
* OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-18/+5
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-46/+56
* 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