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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'bootstrap-cmake-locations'
Brad King
2014-06-27
1
-1/+6
|
\
|
*
bootstrap: Fix "make test" and "make package" targets (#14989)
Brad King
2014-06-25
1
-0/+5
|
*
bootstrap: Clarify name of configured source directory
Brad King
2014-06-25
1
-1/+1
*
|
Merge topic 'refactor-link-internals'
Brad King
2014-06-27
2
-168/+160
|
\
\
|
*
|
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
2
-26/+45
|
*
|
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
2
-3/+9
*
|
|
Merge topic 'stringapi-crash-cleanup'
Brad King
2014-06-27
1
-2/+2
|
\
\
\
|
*
|
|
cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAM
Brad King
2014-06-25
1
-2/+2
*
|
|
|
Merge topic 'install-messages'
Brad King
2014-06-27
16
-35/+199
|
\
\
\
\
|
*
|
|
|
install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)
Brad King
2014-06-24
3
-4/+24
|
*
|
|
|
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Brad King
2014-06-24
6
-7/+42
|
*
|
|
|
install: Thread message level setting through internal API
Brad King
2014-06-24
15
-12/+49
|
*
|
|
|
file(INSTALL): Add undocumented options to control output verbosity
Brad King
2014-06-24
1
-3/+58
|
*
|
|
|
file(INSTALL): Report existing DIRECTORY as Up-to-date
Brad King
2014-06-24
1
-1/+2
|
*
|
|
|
file(INSTALL): Do not pre-create DESTINATION for DIRECTORY
Brad King
2014-06-24
1
-10/+13
|
*
|
|
|
cmInstallTargetGenerator: Drop default constructor arguments
Brad King
2014-06-24
2
-9/+22
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-06-27
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-06-26
1
-1/+1
*
|
|
|
|
Merge topic 'refactor-link-internals'
Brad King
2014-06-25
13
-403/+442
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
cmTarget: Drop GetDirectLinkLibraries methods
Brad King
2014-06-23
2
-47/+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
8
-101/+123
|
*
|
|
|
cmExportFileGenerator: Make SetImportLinkProperty a template
Brad King
2014-06-23
2
-5/+7
|
*
|
|
|
cmTarget: Add GetUtilityItems to get target ordering dependencies
Brad King
2014-06-23
3
-4/+25
|
*
|
|
|
cmTarget: Add cmLinkItem to refer to a target by name and pointer
Brad King
2014-06-23
1
-0/+12
|
*
|
|
|
Fix scope of transitive target name lookups
Brad King
2014-06-23
3
-16/+13
|
*
|
|
|
cmTarget: Add method to lookup other targets in a target's scope
Brad King
2014-06-23
3
-28/+36
|
*
|
|
|
cmTarget: Constify GetLinkImplementationClosure results
Brad King
2014-06-23
2
-11/+11
|
*
|
|
|
cmTarget: Constify GetTransitivePropertyTargets results
Brad King
2014-06-23
4
-14/+15
|
*
|
|
|
cmTarget: Drop 'head' target from GetImportInfo
Brad King
2014-06-23
2
-40/+69
|
*
|
|
|
cmTarget: Remove 'head' argument from GetLinkImplementation
Brad King
2014-06-23
7
-33/+49
|
*
|
|
|
cmTarget: Drop 'head' argument from GetLinkClosure
Brad King
2014-06-23
3
-19/+14
|
*
|
|
|
cmTarget: Remove 'head' argument from GetLinkerLanguage
Brad King
2014-06-23
2
-11/+7
|
*
|
|
|
cmComputeLinkInformation: Remove 'head' argument
Brad King
2014-06-23
5
-22/+13
|
*
|
|
|
cmTarget: Remove 'head' argument from GetLinkInformation
Brad King
2014-06-23
2
-11/+7
|
*
|
|
|
cmTarget: Cache GetLinkImplementationClosure results
Brad King
2014-06-23
2
-14/+24
|
*
|
|
|
cmTarget: Rename Get{TransitiveTarget => LinkImplementation}Closure
Brad King
2014-06-23
2
-5/+5
|
*
|
|
|
cmTarget: Remove 'head' argument from GetTransitiveTargetClosure
Brad King
2014-06-23
2
-6/+4
|
*
|
|
|
cmComputeLinkDepends: Simplify CheckWrongConfigItem implementation
Brad King
2014-06-23
1
-6/+3
|
*
|
|
|
cmTarget: Simplify processILibs implementation
Brad King
2014-06-23
1
-13/+10
|
*
|
|
|
cmComputeTargetDepends: Remove unused 'linking' argument
Brad King
2014-06-23
2
-7/+4
|
*
|
|
|
cmTarget: De-duplicate library list expansion
Brad King
2014-06-23
2
-34/+31
|
*
|
|
|
cmTarget: Remove unused GetInterfaceLinkLibraries method
Brad King
2014-06-23
2
-26/+0
[next]