summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-14/+16
* cmTarget: Refactor GetLocation APIBrad King2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-2/+2
* Handle Mac OSX source flags for individual files lazily.Stephen Kelly2014-02-241-26/+17
* cmGeneratorTarget: Classify sources on demand, not up front.Stephen Kelly2014-02-241-114/+235
* cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-241-0/+6
* cmTarget: Change GetTransitivePropertyLinkLibraries to output targets.Stephen Kelly2014-02-241-20/+12
* cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-241-1/+105
* cmTarget: Don't try to get sources of an INTERFACE_LIBRARY.Stephen Kelly2014-02-141-4/+7
* 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