| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -6/+8 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -3/+1 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-21 | 1 | -17/+17 |
|\ |
|
| * | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -4/+4 |
|
|
| * | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -11/+11 |
|
|
| * | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'stable-xcode-projects' | Brad King | 2015-04-20 | 1 | -2/+19 |
|\ |
|
| * | Xcode: Remove extra space in PBXProject comment | Gregor Jasny | 2015-04-17 | 1 | -1/+1 |
|
|
| * | Xcode: Add comment after root object | Gregor Jasny | 2015-04-17 | 1 | -1/+2 |
|
|
| * | Xcode: Sort Xcode objects by Id | Gregor Jasny | 2015-04-17 | 1 | -0/+16 |
|
|
* | | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -2/+2 |
|/ |
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-07 | 1 | -1/+1 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -1/+1 |
|
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-06 | 1 | -1/+1 |
|
|
* | Xcode: Add file type for Metal shader files | Sean James | 2015-04-01 | 1 | -0/+4 |
|
|
* | Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736) | Brad King | 2015-03-27 | 1 | -31/+20 |
|
|
* | cmGlobalXCodeGenerator: Simplify ARCHS list with cmJoin | Brad King | 2015-03-27 | 1 | -10/+2 |
|
|
* | OS X: Add handling for XCTest bundles | Gregor Jasny | 2015-03-23 | 1 | -2/+10 |
|
|
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -1/+1 |
|
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressions | Gregor Jasny | 2015-02-12 | 1 | -1/+4 |
|
|
* | cmGlobalXCodeGenerator: Rename variable 'lang' => 'llang' | Brad King | 2015-02-06 | 1 | -7/+7 |
|
|
* | Xcode: Generate Intel Fortran compiler flags in project files | Brad King | 2015-02-06 | 1 | -0/+5 |
|
|
* | Xcode: Refactor generation of per-language compiler flags | Brad King | 2015-02-06 | 1 | -71/+69 |
|
|
* | Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324) | Brad King | 2015-01-29 | 1 | -1/+13 |
|
|
* | Xcode: Select make program at build time | Brad King | 2015-01-28 | 1 | -1/+1 |
|
|
* | Xcode: Add internal API to find xcodebuild | Brad King | 2015-01-28 | 1 | -0/+31 |
|
|
* | Merge topic 'xcode-target-sort' | Brad King | 2015-01-20 | 1 | -11/+51 |
|\ |
|
| * | Xcode: Sort targets deterministically and with ALL_BUILD first (#15346) | Ben Boeckel | 2015-01-19 | 1 | -1/+25 |
|
|
| * | Xcode: Fix early termination on per-config source file error | Brad King | 2015-01-19 | 1 | -10/+26 |
|
|
* | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -4/+4 |
|
|
* | | Xcode: Call IsCFBundleOnApple to decide if bundle is being built | Gregor Jasny | 2014-12-17 | 1 | -1/+1 |
|
|
* | | Xcode: Fix rebuild with multiple custom command outputs (#15116) | Brad King | 2014-12-05 | 1 | -50/+11 |
|
|
* | | Xcode: use a map to look up target pointers (#15201) | Ben Boeckel | 2014-12-02 | 1 | -8/+9 |
|
|
* | | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -0/+3 |
|
|
* | | Xcode: Inherit global settings in per-target WARNING_CFLAGS (#15224) | Brad King | 2014-10-31 | 1 | -0/+1 |
|/ |
|
* | cmGlobalGenerator: Call SetGeneratorToolset even for empty toolset | Brad King | 2014-09-05 | 1 | -2/+5 |
|
|
* | Merge topic 'xcode-duplicate-file-refs' | Brad King | 2014-09-04 | 1 | -6/+4 |
|\ |
|
| * | Xcode: Generate per-target file references (#15111) | Brad King | 2014-09-03 | 1 | -6/+4 |
|
|
* | | Xcode: Reference '.xcassets' folders as assetcatalog (#15125) | Brad King | 2014-09-03 | 1 | -1/+1 |
|
|
* | | Xcode: Refactor internal file type extension extraction | Brad King | 2014-09-03 | 1 | -7/+7 |
|/ |
|
* | Merge topic 'xcode-6-librarian-flags' | Brad King | 2014-07-29 | 1 | -5/+23 |
|\ |
|
| * | Xcode: Fix static library creation for Xcode 6 (#15038) | Brad King | 2014-07-28 | 1 | -5/+23 |
|
|
* | | cmTarget: Remove 'head' argument from GetLinkImplementation | Brad King | 2014-06-23 | 1 | -1/+1 |
|
|
* | | Merge topic 'xcode-15-string-apis' | Brad King | 2014-06-06 | 1 | -13/+5 |
|\ \ |
|
| * | | Xcode: Fix single-configuration generation for version 1.5 | Brad King | 2014-06-05 | 1 | -13/+5 |
|
|