summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Simplify string attributes in Xcode generatorBrad King2008-09-021-0/+2
| | | | | | | This change cleans up the implementation of cmXCodeObject to avoid un-escaping and re-escaping string values. There is no need to store the string in escaped form. It can be escaped once when it is printed out to the generated project file.
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-271-0/+16
|
* STYLE: fix line lengthKen Martin2006-05-121-11/+14
|
* ENH: Add copy stages for bundle filesAndy Cedilnik2006-03-291-0/+1
|
* BUG: some UNIX fixes for my m_ commitKen Martin2006-03-151-11/+11
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-38/+38
|
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
* ENH: fixes for xcode21 and build styles and comments in the generated projectBill Hoffman2005-11-161-6/+6
|
* ENH: fix warningsBill Hoffman2005-09-051-1/+1
|
* ENH: add real support for Xcode21Bill Hoffman2005-09-021-2/+8
|
* ENH: more tests are passing, relative paths, and external objects are the ↵Bill Hoffman2005-02-171-0/+20
| | | | ones left now
* ENH: add link library stuffBill Hoffman2005-02-081-0/+4
|
* ENH: fix bug in target linkingBill Hoffman2005-02-071-0/+5
|
* ENH: this version can build cmakeBill Hoffman2005-02-041-0/+24
|
* ENH: depends work between targetsBill Hoffman2005-02-031-5/+27
|
* ENH: getting closerBill Hoffman2005-02-021-1/+3
|
* ENH: add initial non-working XCode stuffBill Hoffman2005-01-251-4/+5
|
* ENH: initial xcode stuffBill Hoffman2005-01-241-3/+7
|
* ENH: start xcode stuffBill Hoffman2005-01-211-0/+49