summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeScheme.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | Add `XCODE_SCHEME_*` target properties and associated variables `CMAKE_XCODE_SCHEME_*` to initialize them on target creation. Map each target property value to an associated Xcode scheme entry. Co-Author: Martin Sander <mail@martin-sander.de> Fixes: #17919
* Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-281-1/+2
| | | | | | Fix issues diagnosed by clang-tidy [readability-braces-around-statements] Signed-off-by: Matthias Maennich <matthias@maennich.net>
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-3/+2
| | | | | | Fix issues diagnosed by clang-tidy [modern-loop-convert] Signed-off-by: Matthias Maennich <matthias@maennich.net>
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-281-5/+5
| | | | | | | | Fix issues diagnosed by clang-tidy - performance-unnecessary-value-param - performance-unnecessary-copy-initialization Signed-off-by: Matthias Maennich <matthias@maennich.net>
* Replace several occurrences of empty string comparisons by string::empty()Matthias Maennich2017-09-281-1/+1
| | | | | | Fix issues diagnosed by clang-tidy [readability-container-size-empty] Signed-off-by: Matthias Maennich <matthias@maennich.net>
* Xcode: Add XCTest support to schema generatorGregor Jasny2017-06-281-3/+24
| | | | Closes: #16961
* Xcode: Prepare schema generator for XCTestGregor Jasny2017-06-281-18/+16
| | | | Issue: #16961
* 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
Issue: #15441