summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+75
|\
| * Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-021-20/+47
| * Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+48
* | Add COMPILE_OPTIONS target property.Stephen Kelly2013-06-021-0/+8
* | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-0/+12
|/
* Merge topic 'unused-cleanup'Brad King2013-05-211-2/+0
|\
| * Remove unused vector population.Stephen Kelly2013-05-201-2/+0
* | Merge topic 'fix-style'Brad King2013-05-211-2/+2
|\ \
| * | Fix brace indentation.Stephen Kelly2013-05-181-2/+2
| |/
* | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
|/
* Automoc: append implicit includes after user-specified dirsStephen Kelly2013-03-191-13/+24
* Process generator expressions for 'system' include directories.Stephen Kelly2013-02-071-2/+3
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-3/+14
* OS X: Link with all framework search paths, not just the lastBrad King2012-12-111-1/+1
* Automoc: get include dirs without stripping implicit include dirs offAlex Neundorf2012-12-071-11/+16
* Merge topic 'revert-use-generator-target'Brad King2012-11-271-1/+1
|\
| * Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-1/+1
* | NMake: Fix problem with empty DEPENDS args (#13392)David Cole2012-11-211-0/+8
|/
* GenEx: Create cmGeneratorTargets for imported targets.Stephen Kelly2012-10-221-0/+4
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-2/+3
* Merge topic 'ninja-LIBPATH'Brad King2012-10-021-16/+25
|\
| * Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-011-16/+25
* | Merge topic 'generator-expression-target-properties'Brad King2012-09-281-4/+7
|\ \ | |/ |/|
| * Early return if there is no target.Stephen Kelly2012-09-281-4/+7
* | Merge topic 'use-generator-target'David Cole2012-09-251-31/+32
|\ \ | |/
| * Revert "Move GenerateTargetManifest to cmGeneratorTarget."Stephen Kelly2012-09-201-4/+3
| * Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-2/+2
| * Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-191-20/+19
| * Move GetCreateRuleVariable to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
| * Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-16/+17
| * Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-2/+3
| * Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2012-09-191-3/+4
* | OS X: Always generate -isysroot if any SDK is in useBrad King2012-09-211-29/+17
|/
* Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-201-29/+32
* Merge topic 'no-source-language-crash'David Cole2012-06-211-4/+7
|\
| * Do not crash on unknown source language (#13323)Mariusz Plucinski2012-06-201-4/+7
* | Merge topic 'ninja-cldeps'David Cole2012-06-191-0/+7
|\ \
| * | Ninja: work with ninja/master, don't compile rc files with clPeter Kuemmel2012-06-121-0/+7
* | | Refactor generation of shared library flagsStephen Kelly2012-06-121-6/+105
|/ /
* | Ninja: apply CMAKE_<LANG>_FLAGS_<TYPE> to executable targets (#13069)Peter Collingbourne2012-05-161-4/+1
* | Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-18/+16
|/
* Merge branch 'object-library' into ninja-object-libraryBrad King2012-03-161-24/+6
|\
| * Add OBJECT_LIBRARY target typeBrad King2012-03-131-0/+4
| * Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-11/+0
| |\
| | * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-11/+0
| * | Merge topic 'target-include-directories'David Cole2012-03-081-26/+26
| |\ \
| * \ \ Merge topic 'factor-install-type'David Cole2012-03-021-4/+0
| |\ \ \ | | | |/ | | |/|
| | * | Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-4/+0
| * | | Drop if(...) check because condition is always trueYury G. Kudryashov2012-02-271-9/+2
| |/ /
* | | Ninja: add .def file supportPeter Kuemmel2012-03-071-1/+1