summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-6-librarian-flags'Brad King2014-07-291-5/+23
|\
| * Xcode: Fix static library creation for Xcode 6 (#15038)Brad King2014-07-281-5/+23
* | cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-231-1/+1
* | Merge topic 'xcode-15-string-apis'Brad King2014-06-061-13/+5
|\ \
| * | Xcode: Fix single-configuration generation for version 1.5Brad King2014-06-051-13/+5
* | | Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-7/+5
* | | Xcode: Rename internal variable {Platform => Generator}ToolsetBrad King2014-06-041-5/+5
|/ /
* | Xcode: Add source file property to control file type (#14854)Brad King2014-05-151-6/+21
* | Xcode: Refactor internal source file type selectionBrad King2014-05-151-26/+26
* | cmGlobalGenerator: Store targets in hash mapsBen Boeckel2014-05-071-1/+1
* | cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-8/+20
* | cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-0/+2
* | cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-1/+4
* | cmGlobalGenerator: Add interface to call ForceLinkerLanguagesStephen Kelly2014-03-311-1/+0
* | cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-3/+3
* | cmTarget: Rename AddSource method for backward compatibility.Stephen Kelly2014-03-311-2/+2
* | cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-24/+0
* | cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-19/+11
* | cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-3/+3
* | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+5
* | Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-15/+14
* | cmGlobalXCodeGenerator: Simplify handling of multiple outputsBrad King2014-03-121-31/+18
* | cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-121-2/+3
* | stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings for generator namesBen Boeckel2014-03-081-3/+4
* | stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-7/+7
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-16/+11
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-41/+41
* | stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-11/+12
* | stringapi: Use strings for the languagesBen Boeckel2014-03-081-24/+17
* | stringapi: Use strings for AddString methodsBen Boeckel2014-03-081-1/+1
* | cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-241-13/+15
|/
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-3/+37
* cmMakefile: Make FindSourceGroup const.Stephen Kelly2014-01-221-4/+4
* Xcode: Fix storyboard viewRuslan Baratov2014-01-161-3/+9
* Xcode: Remove dead codeRuslan Baratov2014-01-161-4/+0
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-4/+8
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-3/+5
* Xcode: Fix storyboard viewRuslan Baratov2014-01-071-1/+4
* cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties.Stephen Kelly2014-01-061-1/+2
* Constify handling of target dependencies.Stephen Kelly2013-12-111-1/+1
* Xcode: Fix duplicate target subfolders (#14133)Stephan Tolksdorf2013-12-021-7/+7
* Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-7/+3
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-37/+29
* Xcode: Generate 'folder' source type for directories (#14498)Michael Priestman2013-10-211-5/+16
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-1/+0
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-1/+24
* Xcode: Fix OBJECT library support for Xcode 5 (#14254)Brad King2013-10-021-19/+40