summaryrefslogtreecommitdiff
path: root/Source/cmXCode21Object.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalXCodeGenerator: Adopt pbxproj object id generationBrad King2021-01-061-2/+3
* Xcode: Refactor build setting append code and attribute getter namingGusts Kaksis2020-08-281-1/+1
* Modernize memory managementMarc Chevrier2020-03-051-6/+7
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-6/+2
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-231-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-31/+21
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-1/+1
* Xcode: Let PrintComment decide if the comment is non-emptyGregor Jasny2015-04-171-0/+4
* Xcode: PrintComment will prepend a whitespace itself before the commentGregor Jasny2015-04-171-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-141-1/+19
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
* ENH: Add support for Xcode 2.1Andy Cedilnik2006-03-291-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* STYLE: fix line lengthsBill Hoffman2006-03-101-4/+8
* ENH: fixes for xcode21 and build styles and comments in the generated projectBill Hoffman2005-11-161-3/+16
* ENH: add real support for Xcode21Bill Hoffman2005-09-021-0/+72