summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Genex: Fix COMPILE_LANGUAGE in SYSTEM include directoriesBrad King2018-03-121-3/+6
* Xcode: Generate ZERO_CHECK generator target only onceGregor Jasny2018-02-221-1/+5
* cmGlobalXCodeGenerator: Properly initialize TARGETS variableGregor Jasny2018-02-131-0/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+2
* cmGlobalXCodeGenerator: Avoid -Wconditional-uninitialized warningBrad King2018-01-291-1/+1
* sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-0/+10
* sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-231-0/+5
* LocalGenerator: refactoringMarc Chevrier2018-01-231-1/+1
* Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-121-2/+4
* Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and XcodeBrad King2018-01-121-1/+5
* Merge topic '17431-iphone-deployment-target'Brad King2018-01-081-3/+24
|\
| * Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-1/+22
| * Xcode: rename embedded SDK query functionGregor Jasny2017-12-221-2/+2
* | Various typo fixesLuz Paz2018-01-041-1/+1
|/
* Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-131-12/+17
* Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-051-2/+5
* Refactor per-source generator expression evaluationMarc Chevrier2017-12-041-18/+43
* server: return whether or not a target is generator providedJustin Goshi2017-11-201-6/+6
* cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-2/+2
* Merge topic 'xcode64'Brad King2017-11-141-2/+2
|\
| * cmGlobalXCodeGenerator: Support XCTest for XCode 6.4Benito Palacios Sanchez2017-11-091-2/+2
* | Xcode: use ranged for loops, cleanup existing for loopsCraig Scott2017-11-101-170/+108
|/
* Merge topic '16780-write-single-xcodeproj'Brad King2017-11-011-0/+11
|\
| * Xcode: Add option to generate only topmost project fileGregor Jasny2017-10-311-0/+11
* | Xcode: Do not create ZERO_CHECK source groupGregor Jasny2017-10-301-2/+6
|/
* VS,Xcode: Add CMakeLists.txt sources without mutating targetsBrad King2017-10-181-12/+27
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+34
* VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS propertyBrad King2017-10-031-1/+2
* Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-281-14/+22
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-187/+133
* Fix left-over occurrences of else-after-returnMatthias Maennich2017-09-281-10/+6
* Fix minor clang-tidy findingsMatthias Maennich2017-09-281-2/+2
* Fix some occurrences of missing override keywordsMatthias Maennich2017-09-281-3/+6
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-281-2/+2
* Replace several occurrences of empty string comparisons by string::empty()Matthias Maennich2017-09-281-4/+4
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-4/+6
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-32/+33
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-5/+5
* Merge topic 'cxx11-nullptr'Brad King2017-08-251-2/+2
|\
| * Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* | Merge topic 'revert-xcode-9-new-buildsystem-support'Brad King2017-08-251-11/+0
|\ \ | |/ |/|
| * Xcode: Revert addition of "outputPaths" to custom command build phaseBrad King2017-08-241-11/+0
* | Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-7/+7
* | Merge topic 'xcode9support'Brad King2017-07-171-0/+11
|\ \ | |/
| * Xcode: Add "outputPaths" to custom command script build phaseHarry Mallon2017-07-141-0/+11
* | Merge topic 'xcode-cross-sdk-object-libraries'Brad King2017-06-301-4/+4
|\ \ | |/
| * Xcode: Use correct Object Library paths for cross-SDK buildsGregor Jasny2017-06-291-4/+4
* | Xcode: Add XCTest support to schema generatorGregor Jasny2017-06-281-2/+28
|/
* IPO: Consider support for each language separatelyBrad King2017-06-141-1/+1