summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.cxx
Commit message (Collapse)AuthorAgeFilesLines
* XCode: Also qoute [] as needed to set build-configurations.Johan Björk2011-04-071-10/+20
|
* Xcode: Quote string values containing '$' (#11244)Mikkel Krautz2010-09-201-1/+1
| | | | | Allow use of $(STANDARD_32BIT_ARCHS) as CMAKE_OSX_ARCHITECTURES. The expanded value must remain a single string.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Simplify string attributes in Xcode generatorBrad King2008-09-021-25/+33
| | | | | | | 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.
* ENH: fix for 64 bit cmake on macBill Hoffman2008-05-091-0/+4
|
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵David Cole2007-08-141-3/+31
| | | | 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 some kwstyle errorsBill Hoffman2007-07-271-0/+16
|
* ENH: @ must be escaped in xcode projectsBill Hoffman2007-05-271-1/+1
|
* BUG: fix for quotes in strings for flags #4022Bill Hoffman2007-02-211-1/+3
|
* STYLE: fix line lengthKen Martin2006-05-121-3/+6
|
* ENH: Add copy stages for bundle filesAndy Cedilnik2006-03-291-0/+1
|
* BUG: some UNIX fixes for my m_ commitKen Martin2006-03-151-22/+22
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-44/+44
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+4
|
* ENH: more chars need quotesBill Hoffman2005-11-181-1/+1
|
* ENH: fixes for xcode21 and build styles and comments in the generated projectBill Hoffman2005-11-161-20/+74
|
* ENH: add real support for Xcode21Bill Hoffman2005-09-021-2/+4
|
* ENH: fix bug in target linkingBill Hoffman2005-02-071-5/+23
|
* ENH: this version can build cmakeBill Hoffman2005-02-041-1/+4
|
* ENH: depends work between targetsBill Hoffman2005-02-031-3/+11
|
* ENH: getting closerBill Hoffman2005-02-021-16/+2
|
* ENH: getting closerBill Hoffman2005-02-011-0/+8
|
* ENH: xcode almost working for simple exe, but not yetBill Hoffman2005-01-271-0/+3
|
* ENH: fix a few more xcode thingsBill Hoffman2005-01-271-4/+18
|
* ENH: add missing ;Bill Hoffman2005-01-271-1/+1
|
* ENH: add more xcode stuffBill Hoffman2005-01-271-2/+6
|
* ENH: add initial non-working XCode stuffBill Hoffman2005-01-251-14/+15
|
* ENH: initial xcode stuffBill Hoffman2005-01-241-23/+27
|
* ENH: start xcode stuffBill Hoffman2005-01-211-0/+97