summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-3/+2
* cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.Stephen Kelly2015-08-261-4/+7
* cmGeneratorTarget: Move GetLanguages from cmTarget.Stephen Kelly2015-08-261-2/+2
* cmGeneratorTarget: Move GetLinkImplementation from cmTarget.Stephen Kelly2015-08-261-1/+1
* cmLinkItem: Add cmLinkImplementation type.Stephen Kelly2015-08-261-1/+1
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-3/+3
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-3/+3
* cmTarget: Split storage of include directories from genexes.Stephen Kelly2015-08-071-0/+2
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-3/+4
* cmGeneratorTarget: Move GetFullName from cmTarget.Stephen Kelly2015-08-051-2/+3
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetFullNameComponents from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move HasSOName from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-3/+4
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-051-1/+1
* cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-301-1/+12
* cmGlobalGenerator: Move generation object creation to Compute().Stephen Kelly2015-07-301-1/+6
* Xcode: Use allBuild target return value.Stephen Kelly2015-07-291-2/+1
* Xcode: Skip Global targets when processing.Stephen Kelly2015-07-291-0/+5
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-1/+2
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-2/+2
* Add rudimentary support for the Apple Swift language with XcodeBrad King2015-07-061-0/+4
* cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-2/+3
* Remove CMAKE_USE_RELATIVE_PATHS variable.Stephen Kelly2015-06-031-22/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-6/+8
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-3/+3
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-3/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3
* Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-17/+17
|\
| * cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-4/+4
| * cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-11/+11
| * cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-2/+2
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-2/+2
|/
* Merge topic 'stable-xcode-projects'Brad King2015-04-201-2/+19
|\
| * Xcode: Remove extra space in PBXProject commentGregor Jasny2015-04-171-1/+1
| * Xcode: Add comment after root objectGregor Jasny2015-04-171-1/+2
| * Xcode: Sort Xcode objects by IdGregor Jasny2015-04-171-0/+16
* | cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+2
|/
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-1/+1
* Revert topic 'refactor-cache-api'Brad King2015-04-071-1/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-1/+1
* Xcode: Add file type for Metal shader filesSean James2015-04-011-0/+4
* Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736)Brad King2015-03-271-31/+20
* cmGlobalXCodeGenerator: Simplify ARCHS list with cmJoinBrad King2015-03-271-10/+2
* OS X: Add handling for XCTest bundlesGregor Jasny2015-03-231-2/+10
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressionsGregor Jasny2015-02-121-1/+4