| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Process the INTERFACE_PIC property from linked dependencies | Stephen Kelly | 2013-01-10 | 1 | -2/+4 |
|
|
* | | Make linking APIs aware of 'head' target | Stephen Kelly | 2013-01-08 | 1 | -1/+1 |
|/ |
|
* | Xcode: Add frameworks search paths from link dependeny closure (#13397) | Brad King | 2012-12-07 | 1 | -25/+11 |
|
|
* | Revert "Move GetLinkInformation to cmGeneratorTarget" | Stephen Kelly | 2012-11-21 | 1 | -2/+1 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -3/+2 |
|
|
* | Allow a GeneratorFactory handling of more than one generator | Patrick Gansterer | 2012-11-19 | 1 | -2/+4 |
|
|
* | Add cmGlobalGeneratorFactory::GetGenerators() | Patrick Gansterer | 2012-11-19 | 1 | -0/+3 |
|
|
* | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -1/+18 |
|
|
* | Xcode: Fix ReRunCMake.make path to cmake.check_cache (#13603) | Brad King | 2012-10-24 | 1 | -2/+6 |
|
|
* | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 1 | -1/+2 |
|
|
* | Merge topic 'generator-expression-target-properties' | Brad King | 2012-09-28 | 1 | -12/+5 |
|\ |
|
| * | Return a std::string from GetCompileDefinitions. | Stephen Kelly | 2012-09-21 | 1 | -2/+3 |
|
|
| * | Port remaining code to GetCompileDefinitions(). | Stephen Kelly | 2012-09-21 | 1 | -12/+4 |
|
|
* | | Merge topic 'use-generator-target' | David Cole | 2012-09-25 | 1 | -3/+8 |
|\ \
| |/ |
|
| * | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+2 |
|
|
| * | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+4 |
|
|
| * | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 1 | -1/+2 |
|
|
* | | Xcode: Remove unused code reading CMAKE_OSX_SYSROOT_DEFAULT | Brad King | 2012-09-21 | 1 | -10/+0 |
|/ |
|
* | Xcode: Set ASM source language in project file (#13472) | Brad King | 2012-08-15 | 1 | -0/+4 |
|
|
* | Merge topic 'xcode-select' | David Cole | 2012-08-13 | 1 | -2/+17 |
|\ |
|
| * | Xcode: Run xcode-select to find Xcode version file (#13463) | Brad King | 2012-08-10 | 1 | -2/+17 |
|
|
* | | Xcode: Fix object library references in multi-project trees (#13452) | Brad King | 2012-08-03 | 1 | -1/+1 |
|/ |
|
* | Refactor generation of shared library flags | Stephen Kelly | 2012-06-12 | 1 | -2/+2 |
|
|
* | Xcode: Recognize storyboard source files (#13214) | Jan Schaffmeister | 2012-05-14 | 1 | -0/+4 |
|
|
* | Xcode: Pay attention to custom configuration types (#13082) | David Cole | 2012-04-02 | 1 | -1/+6 |
|
|
* | Merge topic 'object-library' | David Cole | 2012-03-20 | 1 | -66/+267 |
|\ |
|
| * | Xcode: Honor $<TARGET_OBJECTS:...> source expressions | David Cole | 2012-03-19 | 1 | -0/+33 |
|
|
| * | Build object library targets in Xcode | David Cole | 2012-03-19 | 1 | -8/+52 |
|
|
| * | Pre-compute object file names before Xcode generation | David Cole | 2012-03-19 | 1 | -0/+49 |
|
|
| * | Xcode: Re-factor some existing methods into "FromPath" variants | David Cole | 2012-03-16 | 1 | -48/+110 |
|
|
| * | Xcode: Re-factor code into GetObjectsNormalDirectory method | David Cole | 2012-03-16 | 1 | -9/+22 |
|
|
| * | Rename/constify build-time config placeholder lookup | Brad King | 2012-03-09 | 1 | -1/+1 |
|
|
| * | Merge branch 'cleanup-object-file-names' into object-library | Brad King | 2012-03-09 | 1 | -33/+0 |
| |\ |
|
* | \ | Merge topic 'fix-12621-xcode43' | Brad King | 2012-03-19 | 1 | -2/+11 |
|\ \ \ |
|
| * | | | Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621) | David Cole | 2012-03-09 | 1 | -2/+11 |
|
|
* | | | | Merge topic 'cleanup-object-file-names' | Brad King | 2012-03-13 | 1 | -33/+0 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Remove unused partial OBJECT_FILES property implementation | Brad King | 2012-03-06 | 1 | -33/+0 |
| |/ |
|
* | | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 1 | -1/+1 |
|/ |
|
* | Xcode: Create separate rerun dependencies for subprojects (#12616) | Brad King | 2011-12-09 | 1 | -2/+1 |
|
|
* | Xcode: Avoid spewing the environment on every script run (#12522) | Johan Bjork | 2011-10-20 | 1 | -0/+5 |
|
|
* | Merge topic 'fix-12377-xcode-honor-g0' | David Cole | 2011-09-07 | 1 | -7/+28 |
|\ |
|
| * | Xcode: Honor -g0 to disable debugging (#12377) | Johan Bjork | 2011-09-06 | 1 | -7/+28 |
|
|
* | | Merge topic 'fix-12370-no-space-in-target-name' | David Cole | 2011-09-07 | 1 | -1/+3 |
|\ \ |
|
| * | | Xcode: No spaces in makefile target names (#12370) | Johan Björk | 2011-09-05 | 1 | -1/+3 |
| |/ |
|
* | | Merge topic 'fortran-format' | David Cole | 2011-09-07 | 1 | -0/+22 |
|\ \ |
|
| * | | Xcode: Honor Fortran_FORMAT target and source file property | Brad King | 2011-09-01 | 1 | -0/+22 |
|
|
* | | | Merge topic 'fix-zero-check-mistake' | David Cole | 2011-09-07 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Xcode: Do not emit the ZERO_CHECK target more than once | Johan Bjork | 2011-09-01 | 1 | -1/+2 |
| |/ |
|
* | | Merge topic 'fix-xcode4-test-failures' | David Cole | 2011-09-01 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Xcode4: Requires more quoting of single quote char | David Cole | 2011-08-25 | 1 | -1/+8 |
|
|