summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-5/+5
* cmGeneratorTarget: Hold a const global generator.Stephen Kelly2014-01-121-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-4/+6
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-0/+78
* cmTarget: Handle NO_SYSTEM_FROM_IMPORTED.Stephen Kelly2014-01-081-4/+8
* cmTarget: Fix system include annotation propagation.Stephen Kelly2014-01-061-14/+99
* Make the cmStrictTargetComparison operate on const cmTarget*.Stephen Kelly2013-12-041-1/+2
* cmGeneratorTarget: Use the output directory to order cmTargets.Stephen Kelly2013-11-251-2/+2
* Order cmGeneratorTargetsType elements deterministically.Stephen Kelly2013-11-221-0/+11
* cmGeneratorTarget: Make GetIncludeDirectories const.Stephen Kelly2013-11-191-2/+2
* cmGeneratorTarget: Make some accessors const.Stephen Kelly2013-11-031-11/+12
* Merge topic 'use-generator-target'Brad King2013-10-311-0/+293
|\
| * Move TraceDependencies to cmGeneratorTarget.Stephen Kelly2013-10-301-0/+293
* | Merge topic 'use-generator-target'Brad King2013-10-301-2/+76
|\ \ | |/
| * Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2013-10-271-0/+76
| * Split CreateGeneratorTargets into two methods.Stephen Kelly2013-10-271-2/+0
* | Generators: don't append sources from utility targets to objectSourcesNils Gladitz2013-10-281-1/+8
|/
* Normalize system directories from the interface target propertyStephen Kelly2013-08-291-0/+6
* Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-11/+33
* Store system include directories in the cmTarget.Stephen Kelly2013-07-021-1/+17
* Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-0/+7
* VS: Add Windows Forms SupportJohn Farrier2013-05-161-0/+12
* Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-29/+0
* Keep track of INCLUDE_DIRECTORIES as a vector of structs.Stephen Kelly2013-01-031-39/+1
* Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressionsStephen Kelly2012-12-201-2/+2
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-38/+0
* Port cmGeneratorExpression to cmTarget from cmGeneratorTarget.Stephen Kelly2012-11-201-2/+2
* 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