| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Xcode: Remove unused member | Stephen Kelly | 2016-09-19 | 1 | -1/+0 |
|
|
* | Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101) | Gregor Jasny | 2016-08-31 | 1 | -2/+1 |
|
|
* | cmGlobalGenerator: Make IsMultiConfig() const | Tobias Hunger | 2016-06-01 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -59/+55 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | make cmGlobalXCodeGenerator::XCodeEscapePath() take a std::string& | Rolf Eike Beer | 2016-04-20 | 1 | -1/+1 |
|
|
* | Merge topic 'xcode-global-attribute-variant' | Brad King | 2016-01-07 | 1 | -0/+3 |
|\ |
|
| * | Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947) | Gregor Jasny | 2016-01-03 | 1 | -0/+1 |
|
|
| * | Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947) | Gregor Jasny | 2016-01-03 | 1 | -0/+2 |
|
|
* | | Xcode: Escape all backslashes in strings (#15328) | Gregor Jasny | 2016-01-07 | 1 | -1/+0 |
|/ |
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-26 | 1 | -22/+21 |
|\ |
|
| * | Xcode: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -21/+20 |
|
|
| * | Xcode: Port ForceLinkerLanguage to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | | Merge topic 'xcode-optimization-flags' | Brad King | 2015-10-26 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Xcode: Use regular expression to extract all optimisation flags (#15794) | Gregor Jasny | 2015-10-23 | 1 | -0/+2 |
|
|
* | | Xcode: Port internal API to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -2/+2 |
|/ |
|
* | cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute(). | Stephen Kelly | 2015-10-05 | 1 | -2/+1 |
|
|
* | Xcode: Extract a AddExtraIDETargets method. | Stephen Kelly | 2015-10-05 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -1/+1 |
|
|
* | Xcode: Sort Xcode objects by Id | Gregor Jasny | 2015-04-17 | 1 | -0/+1 |
|
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324) | Brad King | 2015-01-29 | 1 | -0/+2 |
|
|
* | Xcode: Add internal API to find xcodebuild | Brad King | 2015-01-28 | 1 | -0/+5 |
|
|
* | Merge topic 'xcode-target-sort' | Brad King | 2015-01-20 | 1 | -3/+3 |
|\ |
|
| * | Xcode: Fix early termination on per-config source file error | Brad King | 2015-01-19 | 1 | -3/+3 |
|
|
* | | Xcode: Fix rebuild with multiple custom command outputs (#15116) | Brad King | 2014-12-05 | 1 | -2/+1 |
|
|
* | | Xcode: use a map to look up target pointers (#15201) | Ben Boeckel | 2014-12-02 | 1 | -0/+1 |
|/ |
|
* | Fix some spelling errors in comments | Geoff Viola | 2014-10-13 | 1 | -1/+1 |
|
|
* | Merge topic 'xcode-6-librarian-flags' | Brad King | 2014-07-29 | 1 | -0/+1 |
|\ |
|
| * | Xcode: Fix static library creation for Xcode 6 (#15038) | Brad King | 2014-07-28 | 1 | -0/+1 |
|
|
* | | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -7/+2 |
|
|
* | | Allow a toolchain file to specify a generator toolset | Brad King | 2014-06-04 | 1 | -1/+1 |
|
|
* | | Xcode: Rename internal variable {Platform => Generator}Toolset | Brad King | 2014-06-04 | 1 | -1/+1 |
|
|
* | | Xcode: Add source file property to control file type (#14854) | Brad King | 2014-05-15 | 1 | -2/+4 |
|
|
* | | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 1 | -1/+0 |
|
|
* | | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 1 | -0/+1 |
|
|
* | | cmGlobalXCodeGenerator: Simplify handling of multiple outputs | Brad King | 2014-03-12 | 1 | -3/+1 |
|
|
* | | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -5/+6 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -8/+8 |
|
|