summaryrefslogtreecommitdiff
path: root/Source/cmXCodeScheme.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
* Xcode: Add settings to control a scheme's launch configurationPatriceJiang2022-08-301-1/+6
* Xcode: Add settings to control a scheme's GPU Validation valuesPatriceJiang2022-08-301-0/+17
* Xcode: Add Xcode SCHEME control for 'Launch' controlHarry Mallon2022-06-151-1/+9
* Source: Fix IWYU warnings in Xcode generatorsNAKAMURA Takumi2021-11-161-2/+8
* Xcode: Support "GPU Frame Capture" scheme propertyJake Turner2021-10-191-0/+12
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-1/+1
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+1
* Clean a few string conversionsVitaly Stakhovsky2020-07-091-1/+1
* cmGeneratorTarget: Remove default config from Get* methodsBrad King2020-05-181-1/+2
* GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-2/+3
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-8/+9
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-1/+3
* Xcode: Add custom working directory propertyGregor Jasny2019-11-181-4/+24
* xcode: Add XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING propertyGregor Jasny2019-10-011-2/+21
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+3
* cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-3/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOTHarry Mallon2019-03-111-0/+5
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+3
* clang-tidy: fix warnings in macOS-only codeBrad King2018-11-271-2/+2
* Xcode: Add variables and properties to configure schemesGregor Jasny2018-08-011-0/+167
* 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/+2
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-281-5/+5
* Replace several occurrences of empty string comparisons by string::empty()Matthias Maennich2017-09-281-1/+1
* Xcode: Add XCTest support to schema generatorGregor Jasny2017-06-281-3/+24
* Xcode: Prepare schema generator for XCTestGregor Jasny2017-06-281-18/+16
* Xcode: Use proper buildable name for schemaGregor Jasny2017-02-281-2/+3
* Xcode: Select executable target for execution in schemaGregor Jasny2017-02-281-2/+21
* Xcode: Fix schema container location calculationGregor Jasny2017-02-281-10/+10
* Xcode: Use proper indentation for schemesGregor Jasny2017-02-281-0/+1
* Xcode: Write shared schemes based on the default files generated by XcodeGusts Kaksis2017-02-281-0/+206