summaryrefslogtreecommitdiff
path: root/Source/cmXCodeObject.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix IWYU warnings in Xcode generatorsNAKAMURA Takumi2021-11-161-2/+0
* cmGlobalXCodeGenerator: Adopt pbxproj object id generationBrad King2021-01-061-22/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* Xcode: use ranged for loops, cleanup existing for loopsCraig Scott2017-11-101-15/+11
* Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-281-1/+2
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-3/+3
* Fix some occurrences of readability-avoid-const-params-in-declsMatthias Maennich2017-09-281-3/+3
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-281-1/+1
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-4/+4
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-231-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Xcode: Add function to conditionally add Xcode AttributesGregor Jasny2016-06-171-0/+16
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-116/+93
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-9/+0
* Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Xcode: Refactor block writes to allow any level of nestingRobert Goulet2016-02-241-63/+63
* Xcode: Escape all backslashes in strings (#15328)Gregor Jasny2016-01-071-2/+2
* Xcode: Invert quoting logic to whitelist of charactersGregor Jasny2015-08-051-1/+5
* Xcode: Quote strings containing a tilde (#15672)Gregor Jasny2015-07-311-1/+1
* Xcode: Refine quoting rules for StringsGregor Jasny2015-04-171-1/+1
* Xcode: Let PrintComment decide if the comment is non-emptyGregor Jasny2015-04-171-4/+1
* Xcode: PrintComment will prepend a whitespace itself before the commentGregor Jasny2015-04-171-3/+2
* Xcode: Do not add whitespace after attribute group opening braceGregor Jasny2015-04-171-1/+5
* Xcode: Properly indent PBXFileReference and PBXBuildFileGregor Jasny2015-04-171-1/+1
* Xcode: Indent using tabsGregor Jasny2015-04-171-1/+1
* Xcode: Also quote strings containing // (#15487)Gregor Jasny2015-04-041-0/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings for AddString methodsBen Boeckel2014-03-081-1/+1
* Xcode: Each target dependency edge needs a unique object (#13935)Brad King2013-02-191-1/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-12/+12
* Xcode: Save object id values in CMakeCache.txt (#11690)David Cole2011-08-241-19/+21
* Xcode: Quote ',' in Xcode string values (#12259)Johan Björk2011-08-041-1/+1
* 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
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Simplify string attributes in Xcode generatorBrad King2008-09-021-25/+33
* ENH: fix for 64 bit cmake on macBill Hoffman2008-05-081-0/+4
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-141-3/+31
* 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