summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-6-librarian-flags'Brad King2014-07-291-0/+1
|\
| * Xcode: Fix static library creation for Xcode 6 (#15038)Brad King2014-07-281-0/+1
* | cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-7/+2
* | Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-1/+1
* | Xcode: Rename internal variable {Platform => Generator}ToolsetBrad King2014-06-041-1/+1
* | Xcode: Add source file property to control file type (#14854)Brad King2014-05-151-2/+4
* | cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-1/+0
* | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+1
* | cmGlobalXCodeGenerator: Simplify handling of multiple outputsBrad King2014-03-121-3/+1
* | stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* | stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-5/+6
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-8/+8
* | stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+2
* | stringapi: Use strings for the languagesBen Boeckel2014-03-081-5/+6
* | stringapi: Use strings for AddString methodsBen Boeckel2014-03-081-1/+1
|/
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-0/+3
* cmGlobalGenerator: Make SelectMakeProgram const.Stephen Kelly2014-01-121-1/+1
* Constify handling of target dependencies.Stephen Kelly2013-12-111-1/+1
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-8/+10
* Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-281-0/+1
* Escape target flags taken from COMPILE_OPTIONSBrad King2013-06-271-1/+1
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-0/+1
* Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-071-0/+2
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-1/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-18/+18
* Pre-compute object file names before Xcode generationDavid Cole2012-03-191-0/+2
* Xcode: Re-factor some existing methods into "FromPath" variantsDavid Cole2012-03-161-0/+6
* Xcode: Re-factor code into GetObjectsNormalDirectory methodDavid Cole2012-03-161-0/+5
* Rename/constify build-time config placeholder lookupBrad King2012-03-091-1/+1
* Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-3/+0
* Constify XCode generator getters to match cmGlobalGeneratorBrad King2011-10-071-2/+2
* Xcode: Save object id values in CMakeCache.txt (#11690)David Cole2011-08-241-0/+4
* Merge topic 'xcode-source_groups-folders-issue-10039'Brad King2011-06-081-0/+2
|\
| * Xcode: Support multiple level nesting of XCode folders (#10039)Johan Björk2011-06-071-0/+2
* | Xcode: Fix parallel build depends with universal binaries (#11844)Brad King2011-06-061-0/+2
|/
* Xcode: Make generation depend on all input directoriesBrad King2011-01-131-1/+2
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-0/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Teach Xcode generator to set XCODE_VERSIONBrad King2009-09-231-3/+3
* Fix Xcode project references to the source treeBrad King2009-09-221-0/+3
* Remove cmGlobalXCode21Generator subclassBrad King2009-09-191-4/+3
* Separate Xcode flag escaping code from definesBrad King2009-07-291-0/+4
* BUG: Fix Xcode linker languageBrad King2009-07-101-0/+2
* BUG: Do not generate "global" Xcode configBrad King2009-07-021-2/+1
* ENH: Simplify Xcode CreateBuildSettings methodBrad King2009-07-021-3/+2