summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCode21Generator.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove cmGlobalXCode21Generator subclassBrad King2009-09-191-41/+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.
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
|
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-0/+3
|
* ENH: add real support for Xcode21Bill Hoffman2005-09-021-0/+3
|
* ENH: add new stub generatorBill Hoffman2005-07-191-0/+34