summaryrefslogtreecommitdiff
path: root/Source/cmLocalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-151-1/+1
* xcode: add support for xcconfig filesGregor Jasny2022-04-031-0/+20
* Source: Fix IWYU warnings in Xcode generatorsNAKAMURA Takumi2021-11-161-2/+6
* IOS_INSTALL_COMBINED: Support Xcode 12 (command line only)Craig Scott2021-02-081-3/+57
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* LocalGenerator: refactoringMarc Chevrier2018-01-231-3/+3
* Xcode: use ranged for loops, cleanup existing for loopsCraig Scott2017-11-101-4/+2
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-11/+7
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-4/+4
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-231-1/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-19/+16
* 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
* Xcode: Port away from GetGeneratorTargetStephen Kelly2015-10-271-10/+6
* cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+1
* cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget.Stephen Kelly2015-10-101-2/+4
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+3
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+2
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+28
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-1/+1
* OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-0/+29
* Escape target flags taken from COMPILE_OPTIONSBrad King2013-06-271-0/+9
* Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-13/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-141-0/+20
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-0/+7
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-13/+0
* STYLE: fix line length issuesBill Hoffman2007-02-171-1/+2
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+25
* ENH: add support for universal binariesBill Hoffman2006-03-241-0/+3
* ENH: initial xcode stuffBill Hoffman2005-01-241-0/+10