| Commit message (Expand) | Author | Age | Files | Lines |
* | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -0/+10 |
|
|
* | sourceFile properties: add property COMPILE_OPTIONS | Marc Chevrier | 2018-01-23 | 1 | -0/+5 |
|
|
* | LocalGenerator: refactoring | Marc Chevrier | 2018-01-23 | 1 | -1/+1 |
|
|
* | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode | Brad King | 2018-01-12 | 1 | -2/+4 |
|
|
* | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode | Brad King | 2018-01-12 | 1 | -1/+5 |
|
|
* | Merge topic '17431-iphone-deployment-target' | Brad King | 2018-01-08 | 1 | -3/+24 |
|\ |
|
| * | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -1/+22 |
|
|
| * | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -2/+2 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|/ |
|
* | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 1 | -12/+17 |
|
|
* | Add generator expression support to per-source COMPILE_DEFINITIONS | Marc Chevrier | 2017-12-05 | 1 | -2/+5 |
|
|
* | Refactor per-source generator expression evaluation | Marc Chevrier | 2017-12-04 | 1 | -18/+43 |
|
|
* | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -6/+6 |
|
|
* | cmSourceGroup: Return strings from GetName and GetFullName | Brad King | 2017-11-15 | 1 | -2/+2 |
|
|
* | Merge topic 'xcode64' | Brad King | 2017-11-14 | 1 | -2/+2 |
|\ |
|
| * | cmGlobalXCodeGenerator: Support XCTest for XCode 6.4 | Benito Palacios Sanchez | 2017-11-09 | 1 | -2/+2 |
|
|
* | | Xcode: use ranged for loops, cleanup existing for loops | Craig Scott | 2017-11-10 | 1 | -170/+108 |
|/ |
|
* | Merge topic '16780-write-single-xcodeproj' | Brad King | 2017-11-01 | 1 | -0/+11 |
|\ |
|
| * | Xcode: Add option to generate only topmost project file | Gregor Jasny | 2017-10-31 | 1 | -0/+11 |
|
|
* | | Xcode: Do not create ZERO_CHECK source group | Gregor Jasny | 2017-10-30 | 1 | -2/+6 |
|/ |
|
* | VS,Xcode: Add CMakeLists.txt sources without mutating targets | Brad King | 2017-10-18 | 1 | -12/+27 |
|
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+34 |
|
|
* | VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS property | Brad King | 2017-10-03 | 1 | -1/+2 |
|
|
* | Fix some occurrences of readability-braces-around-statements | Matthias Maennich | 2017-09-28 | 1 | -14/+22 |
|
|
* | Convert some leftover loops to C++11 range-based loop | Matthias Maennich | 2017-09-28 | 1 | -187/+133 |
|
|
* | Fix left-over occurrences of else-after-return | Matthias Maennich | 2017-09-28 | 1 | -10/+6 |
|
|
* | Fix minor clang-tidy findings | Matthias Maennich | 2017-09-28 | 1 | -2/+2 |
|
|
* | Fix some occurrences of missing override keywords | Matthias Maennich | 2017-09-28 | 1 | -3/+6 |
|
|
* | Fix some occurrences using string by value rather than by const& | Matthias Maennich | 2017-09-28 | 1 | -2/+2 |
|
|
* | Replace several occurrences of empty string comparisons by string::empty() | Matthias Maennich | 2017-09-28 | 1 | -4/+4 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+6 |
|
|
* | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 1 | -32/+33 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+5 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -5/+5 |
|
|
* | Merge topic 'cxx11-nullptr' | Brad King | 2017-08-25 | 1 | -2/+2 |
|\ |
|
| * | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | | Merge topic 'revert-xcode-9-new-buildsystem-support' | Brad King | 2017-08-25 | 1 | -11/+0 |
|\ \
| |/
|/| |
|
| * | Xcode: Revert addition of "outputPaths" to custom command build phase | Brad King | 2017-08-24 | 1 | -11/+0 |
|
|
* | | Performance: Fix a few more unnecessary vector copies missed in af3fd6f | Aaron Orenstein | 2017-08-18 | 1 | -7/+7 |
|
|
* | | Merge topic 'xcode9support' | Brad King | 2017-07-17 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Xcode: Add "outputPaths" to custom command script build phase | Harry Mallon | 2017-07-14 | 1 | -0/+11 |
|
|
* | | Merge topic 'xcode-cross-sdk-object-libraries' | Brad King | 2017-06-30 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Xcode: Use correct Object Library paths for cross-SDK builds | Gregor Jasny | 2017-06-29 | 1 | -4/+4 |
|
|
* | | Xcode: Add XCTest support to schema generator | Gregor Jasny | 2017-06-28 | 1 | -2/+28 |
|/ |
|
* | IPO: Consider support for each language separately | Brad King | 2017-06-14 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -5/+5 |
|
|
* | Xcode: Work around xcodebuild spurious hangs in try_compile | Brad King | 2017-05-15 | 1 | -1/+2 |
|
|
* | Xcode: Refactor internal decision for scheme generation | Brad King | 2017-05-15 | 1 | -4/+5 |
|
|
* | Merge topic 'remove-top-level-xcode-groups' | Brad King | 2017-05-04 | 1 | -35/+1 |
|\ |
|
| * | Xcode: Remove the top-level Sources and Resources groups | Matt Stevens | 2017-05-03 | 1 | -35/+1 |
|
|