summaryrefslogtreecommitdiff
path: root/Source/cmOSXBundleGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-6/+5
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+1
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>Alexandru Croitor2020-03-041-1/+11
* Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-9/+12
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-8/+5
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-6/+5
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-1/+1
* cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const.Stephen Kelly2014-03-131-1/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-241-1/+1
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+2
* OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-5/+3
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-11/+11
* Ninja: remove warningsPeter Kümmel2012-07-181-2/+3
* Re-factor OS X content generator start up.Nicolas Despres2012-07-171-0/+1
* Re-factor Mac OS X content directory computation.Nicolas Despres2012-07-171-0/+3
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-0/+11
* Re-factor CFBundle generation.Nicolas Despres2012-07-171-0/+3
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-0/+52