index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmTarget: Cache compatible interface property sets
Brad King
2014-07-16
1
-48/+45
*
cmTarget: Refactor GetLinkImplementationClosure internals
Brad King
2014-07-16
1
-7/+11
*
cmTarget: Drop GetTransitivePropertyTargets method
Brad King
2014-07-16
1
-19/+0
*
cmTarget: Make GetLink*Libraries methods safer to use
Brad King
2014-07-16
1
-15/+16
*
Honor $<LINK_ONLY> when checking interface properties
Brad King
2014-07-16
1
-1/+1
*
Make $<LINK_ONLY> available to projects (#14751)
Brad King
2014-07-16
1
-11/+3
*
Merge topic 'refactor-link-internals'
Brad King
2014-07-16
1
-114/+93
|
\
|
*
cmTarget: Refactor internal imported LinkInterface map
Brad King
2014-07-14
1
-10/+5
|
*
cmTarget: Simplify internal ComputeLinkInterfaceLibraries method
Brad King
2014-07-14
1
-26/+18
|
*
cmTarget: Move ComputeLinkInterfaceLibraries to internals
Brad King
2014-07-14
1
-43/+52
|
*
cmTarget: Refactor internal LinkInterface map
Brad King
2014-07-14
1
-28/+18
|
*
cmTarget: Drop 'head' argument from processSources
Brad King
2014-07-14
1
-4/+1
|
*
cmTarget: Drop 'head' argument from GetSourceFiles
Brad King
2014-07-14
1
-11/+9
|
*
cmTarget: Drop 'head' argument from GetLanguages
Brad King
2014-07-14
1
-5/+4
|
*
cmTarget: Drop 'head' argument from ComputeLinkImplementationLanguages
Brad King
2014-07-14
1
-4/+3
*
|
cmTarget: Compile old-style link dependencies only for VS 6
Brad King
2014-07-14
1
-0/+8
*
|
cmTarget: Run old-style link dependencies only for VS 6
Brad King
2014-07-14
1
-2/+5
*
|
cmTarget: Rename old-style link dependencies code as "ForVS6"
Brad King
2014-07-14
1
-39/+39
|
/
*
Merge topic 'refactor-link-internals'
Brad King
2014-07-14
1
-1/+1
|
\
|
*
cmTarget: Fix CMP0022 OLD breakage from recent refactoring
Brad King
2014-07-10
1
-1/+1
*
|
Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970)
Brad King
2014-07-14
1
-0/+1
*
|
cmTarget: Simplify INTERFACE_INCLUDE_DIRECTORIES usage requirement lookup
Brad King
2014-07-07
1
-61/+15
*
|
cmTarget: Simplify CMP0027 logic in processIncludeDirectories
Brad King
2014-07-07
1
-26/+20
*
|
cmTarget: Add to LinkImplementation whether each library was a genex
Brad King
2014-07-07
1
-7/+5
*
|
cmTarget: Simplify INTERFACE_COMPILE_FEATURES usage requirement lookup
Brad King
2014-07-07
1
-39/+3
*
|
cmTarget: Simplify INTERFACE_COMPILE_DEFINITIONS usage requirement lookup
Brad King
2014-07-07
1
-39/+3
*
|
cmTarget: Simplify INTERFACE_COMPILE_OPTIONS usage requirement lookup
Brad King
2014-07-07
1
-39/+3
*
|
cmTarget: Simplify INTERFACE_SOURCES usage requirement lookup
Brad King
2014-07-07
1
-39/+3
*
|
cmTarget: Add method to add usage requirements from linked interfaces
Brad King
2014-07-07
1
-0/+29
*
|
cmTarget: Add to LinkImplementation a backtrace for each library
Brad King
2014-07-07
1
-1/+1
*
|
cmTarget: Refactor LinkImplementation to allow more information
Brad King
2014-07-07
1
-8/+11
*
|
Target: Return null when a transitive property is not defined.
Stephen Kelly
2014-07-01
1
-0/+30
|
/
*
cmTarget: Refactor ComputeLinkImplementation
Brad King
2014-06-25
1
-17/+20
*
cmTarget: Pre-indent a block in ComputeLinkImplementation
Brad King
2014-06-25
1
-37/+37
*
cmTarget: Shorten a long line in ComputeLinkImplementation
Brad King
2014-06-25
1
-3/+2
*
cmTarget: Refactor internal LinkImplementation map
Brad King
2014-06-25
1
-31/+24
*
cmTarget: Remove unnecessary 'mutable' markup
Brad King
2014-06-25
1
-19/+19
*
cmTarget: De-duplicate link interface evaluation for $<LINK_ONLY>
Brad King
2014-06-25
1
-32/+12
*
cmTarget: Teach GetLinkInterfaceLibraries to support $<LINK_ONLY>
Brad King
2014-06-25
1
-23/+40
*
cmTarget: De-duplicate link interface genex code for $<LINK_ONLY>
Brad King
2014-06-25
1
-14/+6
*
cmTarget: Teach ExpandLinkItems how to support $<LINK_ONLY>
Brad King
2014-06-25
1
-3/+8
*
cmTarget: Drop GetDirectLinkLibraries methods
Brad King
2014-06-23
1
-42/+27
*
cmTarget: Improve HaveBuildTreeRPATH implementation
Brad King
2014-06-23
1
-3/+6
*
cmTarget: Lookup targets in LinkInterface and LinkImplementation
Brad King
2014-06-23
1
-42/+63
*
cmTarget: Add GetUtilityItems to get target ordering dependencies
Brad King
2014-06-23
1
-0/+21
*
Fix scope of transitive target name lookups
Brad King
2014-06-23
1
-13/+10
*
cmTarget: Add method to lookup other targets in a target's scope
Brad King
2014-06-23
1
-0/+31
*
cmTarget: Constify GetLinkImplementationClosure results
Brad King
2014-06-23
1
-10/+10
*
cmTarget: Constify GetTransitivePropertyTargets results
Brad King
2014-06-23
1
-2/+2
*
cmTarget: Drop 'head' target from GetImportInfo
Brad King
2014-06-23
1
-36/+62
[next]