summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCode21Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove cmGlobalXCode21Generator subclassBrad King2009-09-191-52/+0
| | | | | | | This subclass of cmGlobalXCodeGenerator only provided two virtual method overrides, and it made construction of the Xcode generator instance complicated. This commit removes it and replaces the virtual methods with tests of the Xcode version. The change removes duplicate code.
* ENH: Generate native Xcode 3.0 and 3.1 projectsBrad King2009-06-291-1/+6
| | | | | | | | | | CMake previously generated Xcode project files labeled as 2.4-compatible by recent versions of Xcode (3.0 and 3.1). It is better to generate native Xcode 3.0 and 3.1 projects. In particular, this can improve build times by using the "Build independent targets in parallel" feature. Patch from Doug Gregor. See issue #9216.
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵David Cole2007-08-141-0/+1
| | | | Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
|
* ENH: fix up this changes for macBill Hoffman2006-03-151-1/+1
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
|
* ENH: add real support for Xcode21Bill Hoffman2005-09-021-0/+22
|
* ENH: if Xcode21 is installed then create 21 compatible project filesBill Hoffman2005-07-191-0/+2
|
* ENH: add new stub generatorBill Hoffman2005-07-191-0/+21