Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some occurrences using string by value rather than by const& | Matthias Maennich | 2017-09-28 | 1 | -5/+5 |
| | | | | | | | | Fix issues diagnosed by clang-tidy - performance-unnecessary-value-param - performance-unnecessary-copy-initialization Signed-off-by: Matthias Maennich <matthias@maennich.net> | ||||
* | Xcode: Add XCTest support to schema generator | Gregor Jasny | 2017-06-28 | 1 | -2/+10 |
| | | | | Closes: #16961 | ||||
* | Xcode: Prepare schema generator for XCTest | Gregor Jasny | 2017-06-28 | 1 | -2/+3 |
| | | | | Issue: #16961 | ||||
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | Automate with: git grep -l '#include <cm_' -- Source \ | xargs sed -i 's/#include <\(cm_.*\)>/#include "\1"/g' git grep -l '#include <cmsys/' -- Source \ | xargs sed -i 's/#include <\(cmsys\/.*\)>/#include "\1"/g' git grep -l '#include <cm[A-Z]' -- Source \ | xargs sed -i 's/#include <\(cm[A-Z].*\)>/#include "\1"/g' | ||||
* | Xcode: Use proper buildable name for schema | Gregor Jasny | 2017-02-28 | 1 | -0/+1 |
| | |||||
* | Xcode: Select executable target for execution in schema | Gregor Jasny | 2017-02-28 | 1 | -0/+3 |
| | |||||
* | Xcode: Fix schema container location calculation | Gregor Jasny | 2017-02-28 | 1 | -4/+4 |
| | |||||
* | Xcode: Write shared schemes based on the default files generated by Xcode | Gusts Kaksis | 2017-02-28 | 1 | -0/+46 |
Issue: #15441 |