summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Xcode: Drop XCODE_DEPEND_HELPER for Xcode >= 5Brad King2013-10-021-12/+19
* Unify the way the flags of a static library are readPatrick Gansterer2013-07-311-15/+19
* Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-2/+3
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-6/+5
* Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
* Merge topic 'xcode-framework-paths'Brad King2013-06-051-11/+7
|\
| * Xcode: Fix framework search paths in STATIC library targets (#14191)Brad King2013-06-041-11/+7
* | Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+3
|\ \
| * | Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+3
* | | Merge topic 'cfbundle-location'Brad King2013-06-041-7/+1
|\ \ \
| * | | OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-7/+1
* | | | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-031-2/+4
|\ \ \ \
| * | | | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-2/+4
* | | | | Merge topic 'rpath-on-mac'Brad King2013-06-031-0/+23
|\ \ \ \ \
| * | | | | Xcode: Add rpath support in Xcode generator.Clinton Stimpson2013-06-031-0/+23
* | | | | | Merge topic 'xcode-shlib-versioning'Brad King2013-06-031-15/+79
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Xcode: Add support for shared library versioningClinton Stimpson2013-05-291-15/+79
| | |/ / / | |/| | |
* | | | | Merge topic 'framework-refactor'Brad King2013-06-031-2/+7
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-2/+7
* | | | Merge topic 'xcode-attributes-variant'Brad King2013-05-231-2/+33
|\ \ \ \