Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Simplify string attributes in Xcode generator | Brad King | 2008-09-02 | 1 | -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 errors | Bill Hoffman | 2007-07-27 | 1 | -0/+16 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -11/+14 |
| | |||||
* | ENH: Add copy stages for bundle files | Andy Cedilnik | 2006-03-29 | 1 | -0/+1 |
| | |||||
* | BUG: some UNIX fixes for my m_ commit | Ken Martin | 2006-03-15 | 1 | -11/+11 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -38/+38 |
| | |||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -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 project | Bill Hoffman | 2005-11-16 | 1 | -6/+6 |
| | |||||
* | ENH: fix warnings | Bill Hoffman | 2005-09-05 | 1 | -1/+1 |
| | |||||
* | ENH: add real support for Xcode21 | Bill Hoffman | 2005-09-02 | 1 | -2/+8 |
| | |||||
* | ENH: more tests are passing, relative paths, and external objects are the ↵ | Bill Hoffman | 2005-02-17 | 1 | -0/+20 |
| | | | | ones left now | ||||
* | ENH: add link library stuff | Bill Hoffman | 2005-02-08 | 1 | -0/+4 |
| | |||||
* | ENH: fix bug in target linking | Bill Hoffman | 2005-02-07 | 1 | -0/+5 |
| | |||||
* | ENH: this version can build cmake | Bill Hoffman | 2005-02-04 | 1 | -0/+24 |
| | |||||
* | ENH: depends work between targets | Bill Hoffman | 2005-02-03 | 1 | -5/+27 |
| | |||||
* | ENH: getting closer | Bill Hoffman | 2005-02-02 | 1 | -1/+3 |
| | |||||
* | ENH: add initial non-working XCode stuff | Bill Hoffman | 2005-01-25 | 1 | -4/+5 |
| | |||||
* | ENH: initial xcode stuff | Bill Hoffman | 2005-01-24 | 1 | -3/+7 |
| | |||||
* | ENH: start xcode stuff | Bill Hoffman | 2005-01-21 | 1 | -0/+49 |