summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-2/+2
* Process generator expressions in the COMPILE_DEFINITIONS target property.Stephen Kelly2012-09-281-1/+16
* Process generator expressions in the INCLUDE_DIRECTORIES property.Stephen Kelly2012-09-281-2/+20
* Refactor GetCompileDefinitions a bit.Stephen Kelly2012-09-211-6/+6
* Return a std::string from GetCompileDefinitions.Stephen Kelly2012-09-211-1/+1
* Convert paths in INCLUDE_DIRECTORIES property to Unix slashes.Stephen Kelly2012-09-211-2/+7
* Revert "Move GenerateTargetManifest to cmGeneratorTarget."Stephen Kelly2012-09-201-72/+0
* Add a wrapper for accessing config-specific compile-definitions.Stephen Kelly2012-09-191-0/+14
* Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+24
* Move GetCreateRuleVariable to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+19
* Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-0/+21
* Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-0/+38
* Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+72
* Add more forwarding API to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+30
* VS: Restore header files marked as OS X Framework content (#13196)Brad King2012-05-071-7/+0
* Classify known header file extensions as headersBrad King2012-03-281-0/+5
* Always compile sources with known languageBrad King2012-03-281-4/+4
* Simplify cmVisualStudio10TargetGenerator source classificationBrad King2012-03-191-2/+9
* Merge branch 'object-library' into xcode-object-libraryBrad King2012-03-191-0/+74
|\
| * Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-0/+74
* | Allow txt files as ExtraSources in object library targetsDavid Cole2012-03-161-1/+4
|/
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-0/+21
* Add cmGeneratorTarget to represent a target during generationBrad King2012-03-091-0/+74