Matthias Maennich
|
77f674be35
|
Fix some occurrences of readability-braces-around-statements
Fix issues diagnosed by clang-tidy [readability-braces-around-statements]
Signed-off-by: Matthias Maennich <matthias@maennich.net>
|
2017-09-28 07:23:43 -04:00 |
|
Matthias Maennich
|
f0bab294dc
|
Convert some leftover loops to C++11 range-based loop
Fix issues diagnosed by clang-tidy [modern-loop-convert]
Signed-off-by: Matthias Maennich <matthias@maennich.net>
|
2017-09-28 07:23:43 -04:00 |
|
Matthias Maennich
|
bb0ad1bea8
|
Fix some occurrences using string by value rather than by const&
Fix issues diagnosed by clang-tidy
- performance-unnecessary-value-param
- performance-unnecessary-copy-initialization
Signed-off-by: Matthias Maennich <matthias@maennich.net>
|
2017-09-28 07:23:40 -04:00 |
|
Matthias Maennich
|
8cc33aeaec
|
Replace several occurrences of empty string comparisons by string::empty()
Fix issues diagnosed by clang-tidy [readability-container-size-empty]
Signed-off-by: Matthias Maennich <matthias@maennich.net>
|
2017-09-28 07:23:40 -04:00 |
|
Gregor Jasny
|
fe34a5c82b
|
Xcode: Add XCTest support to schema generator
Closes: #16961
|
2017-06-28 22:21:52 +02:00 |
|
Gregor Jasny
|
690cf2c1b2
|
Xcode: Prepare schema generator for XCTest
Issue: #16961
|
2017-06-28 22:06:49 +02:00 |
|
Gregor Jasny
|
54a48c6781
|
Xcode: Use proper buildable name for schema
|
2017-02-28 22:38:30 +01:00 |
|
Gregor Jasny
|
f4977d056b
|
Xcode: Select executable target for execution in schema
|
2017-02-28 22:38:29 +01:00 |
|
Gregor Jasny
|
7202db5db4
|
Xcode: Fix schema container location calculation
|
2017-02-28 22:38:29 +01:00 |
|
Gregor Jasny
|
6a54d28e44
|
Xcode: Use proper indentation for schemes
|
2017-02-28 22:27:21 +01:00 |
|
Gusts Kaksis
|
ffb8817b37
|
Xcode: Write shared schemes based on the default files generated by Xcode
Issue: #15441
|
2017-02-28 09:21:54 -05:00 |
|