summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'target-include-directories' into ninja-generatorDavid Cole2012-02-221-26/+26
|\ \ \ | | |/ | |/|
| * | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-5/+9
| * | CMake: Eliminate cmMakefile::IncludeDirectoriesDavid Cole2012-02-221-3/+3
| * | Remove include flags memoization.Stephen Kelly2012-02-221-13/+2
| * | Make it safe to call this method without creating duplicates.Stephen Kelly2012-02-221-2/+6
| * | Refactor GetIncludeFlags to take includes instead of fetching themStephen Kelly2012-02-221-6/+9
| |/
* | Add executable with exports flag support to cmLocalGenerator::GetTargetFlagsPeter Collingbourne2012-02-021-0/+10
|/
* Remove trailing whitespace from cmLocalGeneratorBrad King2011-11-291-73/+73
* Fix configuration-dependent flag lookup in cmLocalGenerator::GetTargetFlagsPeter Collingbourne2011-10-021-5/+22
* Introduce a cmLocalGenerator::ConvertToIncludeReference functionPeter Collingbourne2011-10-021-1/+8
* Refactor TargetTypeNames.Nicolas Despres2011-10-021-1/+1
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+25
* Merge topic 'custom-command-slashes'Brad King2011-03-311-1/+0
|\
| * Normalize slashes of add_custom_(command|target) DEPENDS (#11973)Brad King2011-03-301-1/+0
* | Merge topic 'include-flags-response-file'Brad King2011-03-221-10/+21
|\ \ | |/ |/|
| * Optionally pass include directories with response filesBrad King2011-03-171-8/+20
| * Factor old-style -D flags out from -I flag generationBrad King2011-03-151-2/+1
* | Handle trailing slashes on add_custom_command DEPENDSBrad King2011-01-261-0/+1
|/