summaryrefslogtreecommitdiff
path: root/Source/cmLocalXCodeGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* xcode: add support for xcconfig filesGregor Jasny2022-04-031-0/+2
* Source: Fix IWYU warnings in Xcode generatorsNAKAMURA Takumi2021-11-161-0/+1
* IOS_INSTALL_COMBINED: Support Xcode 12 (command line only)Craig Scott2021-02-081-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* LocalGenerator: refactoringMarc Chevrier2018-01-231-1/+1
* Fix some occurrences of missing override keywordsMatthias Maennich2017-09-281-8/+8
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-231-0/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+6
* cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+2
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-1/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-1/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+3
* stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-1/+2
* OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-0/+2
* Escape target flags taken from COMPILE_OPTIONSBrad King2013-06-271-0/+1
* Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-3/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-0/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-2/+0
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+5
* STYLE: minor comment cleanupsKen Martin2006-03-161-1/+1
* ENH: initial xcode stuffBill Hoffman2005-01-241-0/+40