summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)Brad King2015-01-291-1/+13
* Xcode: Select make program at build timeBrad King2015-01-281-1/+1
* Xcode: Add internal API to find xcodebuildBrad King2015-01-281-0/+31
* Merge topic 'xcode-target-sort'Brad King2015-01-201-11/+51
|\
| * Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)Ben Boeckel2015-01-191-1/+25
| * Xcode: Fix early termination on per-config source file errorBrad King2015-01-191-10/+26
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* | Xcode: Call IsCFBundleOnApple to decide if bundle is being builtGregor Jasny2014-12-171-1/+1
* | Xcode: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-50/+11
* | Xcode: use a map to look up target pointers (#15201)Ben Boeckel2014-12-021-8/+9
* | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-0/+3
* | Xcode: Inherit global settings in per-target WARNING_CFLAGS (#15224)Brad King2014-10-311-0/+1
|/
* cmGlobalGenerator: Call SetGeneratorToolset even for empty toolsetBrad King2014-09-051-2/+5
* Merge topic 'xcode-duplicate-file-refs'Brad King2014-09-041-6/+4
|\
| * Xcode: Generate per-target file references (#15111)Brad King2014-09-031-6/+4
* | Xcode: Reference '.xcassets' folders as assetcatalog (#15125)Brad King2014-09-031-1/+1
* | Xcode: Refactor internal file type extension extractionBrad King2014-09-031-7/+7
|/
* 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