| Commit message (Expand) | Author | Age | Files | Lines |
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -16/+11 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -41/+41 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -11/+12 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -24/+17 |
|
|
* | stringapi: Use strings for AddString methods | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmTarget: Move SourceFileFlags to cmGeneratorTarget. | Stephen Kelly | 2014-02-24 | 1 | -13/+15 |
|
|
* | OS X: Make sure RPATHs are unique to avoid possible corruption. | Clinton Stimpson | 2014-02-03 | 1 | -3/+37 |
|
|
* | cmMakefile: Make FindSourceGroup const. | Stephen Kelly | 2014-01-22 | 1 | -4/+4 |
|
|
* | Xcode: Fix storyboard view | Ruslan Baratov | 2014-01-16 | 1 | -3/+9 |
|
|
* | Xcode: Remove dead code | Ruslan Baratov | 2014-01-16 | 1 | -4/+0 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -4/+8 |
|
|
* | cmGeneratorTarget: Add methods to access source file groups. | Stephen Kelly | 2014-01-09 | 1 | -3/+5 |
|
|
* | Xcode: Fix storyboard view | Ruslan Baratov | 2014-01-07 | 1 | -1/+4 |
|
|
* | cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties. | Stephen Kelly | 2014-01-06 | 1 | -1/+2 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -1/+1 |
|
|
* | Xcode: Fix duplicate target subfolders (#14133) | Stephan Tolksdorf | 2013-12-02 | 1 | -7/+7 |
|
|
* | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -7/+3 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -37/+29 |
|
|
* | Xcode: Generate 'folder' source type for directories (#14498) | Michael Priestman | 2013-10-21 | 1 | -5/+16 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -1/+0 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -1/+24 |
|
|
* | Xcode: Fix OBJECT library support for Xcode 5 (#14254) | Brad King | 2013-10-02 | 1 | -19/+40 |
|
|
* | Xcode: Drop XCODE_DEPEND_HELPER for Xcode >= 5 | Brad King | 2013-10-02 | 1 | -12/+19 |
|
|
* | Unify the way the flags of a static library are read | Patrick Gansterer | 2013-07-31 | 1 | -15/+19 |
|
|
* | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. | Stephen Kelly | 2013-07-11 | 1 | -2/+3 |
|
|
* | Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling | Brad King | 2013-06-27 | 1 | -6/+5 |
|
|
* | Add whitespace after colons in error messages. | Stephen Kelly | 2013-06-21 | 1 | -1/+1 |
|
|
* | Merge topic 'xcode-framework-paths' | Brad King | 2013-06-05 | 1 | -11/+7 |
|\ |
|
| * | Xcode: Fix framework search paths in STATIC library targets (#14191) | Brad King | 2013-06-04 | 1 | -11/+7 |
|
|
* | | Merge topic 'VISIBILITY_PRESET-property' | Brad King | 2013-06-05 | 1 | -0/+3 |
|\ \ |
|
| * | | Introduce target property <LANG>_VISIBILITY_PRESET | Stephen Kelly | 2013-06-02 | 1 | -0/+3 |
|
|
* | | | Merge topic 'cfbundle-location' | Brad King | 2013-06-04 | 1 | -7/+1 |
|\ \ \ |
|
| * | | | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -7/+1 |
|
|
* | | | | Merge topic 'target-COMPILE_OPTIONS' | Brad King | 2013-06-03 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Add cmLocalGenerator::GetCompileOptions. | Stephen Kelly | 2013-06-02 | 1 | -2/+4 |
|
|
* | | | | | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 1 | -0/+23 |
|\ \ \ \ \ |
|
| * | | | | | Xcode: Add rpath support in Xcode generator. | Clinton Stimpson | 2013-06-03 | 1 | -0/+23 |
|
|
* | | | | | | Merge topic 'xcode-shlib-versioning' | Brad King | 2013-06-03 | 1 | -15/+79 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Xcode: Add support for shared library versioning | Clinton Stimpson | 2013-05-29 | 1 | -15/+79 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge topic 'framework-refactor' | Brad King | 2013-06-03 | 1 | -2/+7 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -2/+7 |
|
|
* | | | | Merge topic 'xcode-attributes-variant' | Brad King | 2013-05-23 | 1 | -2/+33 |
|\ \ \ \ |
|
| * | | | | Xcode: Support XCODE_ATTRIBUTE_ with [variant=<config>] (#12532) | Cédric OCHS | 2013-05-22 | 1 | -2/+33 |
| | |/ /
| |/| | |
|
* | | | | Xcode: Honor CMAKE_(MODULE|SHARED)_LINKER_FLAGS_<CONFIG> (#14161) | Matthew Bentham | 2013-05-22 | 1 | -17/+13 |
|/ / / |
|
* | | | Merge topic 'xcode-explicitFileType' | Brad King | 2013-05-16 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | Xcode: Use explicitFileType to mark source types (#14093) | Brad King | 2013-04-16 | 1 | -3/+3 |
| |/ / |
|
* | | | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+2 |
|/ / |
|
* | | Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) | Stephen Kelly | 2013-03-25 | 1 | -6/+2 |
|
|
* | | Xcode: Generate recommended artwork setting (#13954) | Brad King | 2013-02-26 | 1 | -0/+2 |
|
|