summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-231-1/+1
* genex: remove the need for backtracesBen Boeckel2014-06-051-8/+5
* Ninja: Fix Intel interprocedural optimization with static librariesBrad King2014-05-211-2/+14
* cmGeneratorTarget: Improve GetCreateRuleVariable APIBrad King2014-05-211-5/+7
* cmTarget: Add all sources traced from custom commands at once.Stephen Kelly2014-04-091-2/+5
* cmGeneratorTarget: Trace cmSourceFile objects instead of strings.Stephen Kelly2014-04-061-16/+15
* cmTarget: Cache the cmSourceFiles in GetSourceFiles.Stephen Kelly2014-04-061-9/+9
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-19/+52
* cmGeneratorTarget: Don't add computed sources to the target.Stephen Kelly2014-04-021-1/+5
* cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-6/+25
* cmGeneratorTarget: Compute consumed object libraries on demand.Stephen Kelly2014-04-021-53/+19
* cmComputeTargetDepends: Track object library depends.Stephen Kelly2014-04-021-1/+0
* cmTarget: Add a method to obtain list of filenames for sources.Stephen Kelly2014-03-311-12/+12
* add_custom_command: Evaluate generator expressions in DEPENDSStephen Kelly2014-03-201-5/+34
* cmGeneratorTarget: Don't store ObjectSources for object libraries.Stephen Kelly2014-03-151-6/+4
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-10/+17
* cmGeneratorTarget: Make GetSourceDepends const.Stephen Kelly2014-03-131-1/+1
* cmGeneratorTarget: Constify the AddExplicitObjectName API.Stephen Kelly2014-03-131-1/+1
* cmGeneratorTarget: Constify the AddObject API.Stephen Kelly2014-03-131-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-8/+8
* 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