summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmGeneratorTarget: Move GetPDBName from cmTarget.Stephen Kelly2015-08-051-2/+34
* cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.Stephen Kelly2015-08-051-0/+45
* cmGeneratorTarget: Move HasSOName from cmTarget.Stephen Kelly2015-08-051-1/+13
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-6/+92
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-3/+65
* cmGeneratorTarget: Move GetLinkImplementationClosureStephen Kelly2015-08-051-3/+51
* cmGeneratorTarget: Move ReportPropertyOrigin from cmTarget.Stephen Kelly2015-08-051-10/+50
* cmGeneratorTarget: Make CompatibleType enum private again.Stephen Kelly2015-08-051-36/+44
* cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-051-8/+405
* cmGeneratorTarget: Port internal API to cmGeneratorTarget.Stephen Kelly2015-08-051-13/+15
* cmGeneratorTarget: Move CheckPropertyCompatibility from cmTarget.Stephen Kelly2015-08-051-1/+235
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-0/+38
* cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget.Stephen Kelly2015-08-051-0/+81
* cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-051-0/+26
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-051-0/+43
* cmGlobalGenerator: Remove the TargetManifest member.Stephen Kelly2015-07-291-5/+5
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-1/+81
* Move GetLocationForBuild to cmGeneratorTarget.Stephen Kelly2015-07-271-1/+36
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-2/+23
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-1/+2
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-1/+1
* cmGeneratorTarget: Require a cmLocalGenerator to construct.Stephen Kelly2015-06-221-2/+3
* cmGeneratorTarget: Add accessor for cmLocalGenerator.Stephen Kelly2015-06-221-0/+5
* cmLocalGenerator: Add IssueMessage method.Stephen Kelly2015-06-211-1/+2
* cmLocalGenerator: Add Feature API from cmMakefile.Stephen Kelly2015-06-061-1/+1
* cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-1/+29
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-7/+4
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
* VS: Add support for XAML source filesGilles Khouzam2015-04-031-0/+49
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-2/+3
* cmGeneratorTarget: Replace set insert algorithm with cmRemoveDuplicates.Stephen Kelly2015-02-181-6/+5
* Merge topic 'fix-OBJECT_DEPENDS-after-path-normalization'Brad King2015-01-291-0/+8
|\
| * Normalize OBJECT_DEPENDS paths to match custom commands (#15366)Brad King2015-01-281-0/+8
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-2/+2
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* | | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-5/+1
* | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+1
|/ /
* | cmGeneratorTarget: Remove MSVC7 workaroundStephen Kelly2014-11-201-20/+0
* | file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+11
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
|/
* Simplify use of binary_search.Stephen Kelly2014-09-171-3/+1
* VS: Handle .pfx files explicitly in generatorGilles Khouzam2014-08-211-0/+14
* VS: Handle AppxManifest sources explicitly in generatorGilles Khouzam2014-08-211-0/+14
* Refactor system include annotation propagationBrad King2014-07-161-34/+7
* add_library: Allow arbitrary non-linked sources in OBJECT librariesBrad King2014-07-091-5/+2
* cmTarget: Refactor LinkImplementation to allow more informationBrad King2014-07-071-2/+2
* cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-231-2/+2
* Fix scope of transitive target name lookupsBrad King2014-06-231-1/+1
* cmTarget: Constify GetTransitivePropertyTargets resultsBrad King2014-06-231-5/+5