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
*
cmLinkImplementationLibraries: Move to namespace scope.
Stephen Kelly
2015-08-06
5
-22/+23
*
cmLinkItem: Split to separate file.
Stephen Kelly
2015-08-06
3
-26/+49
*
cmComputeLinkInformation: Simplify generator object access.
Stephen Kelly
2015-08-06
1
-11/+7
*
Merge topic 'ninja-LINK_DEPENDS'
Brad King
2015-08-06
1
-0/+9
|
\
|
*
Ninja: Honor the LINK_DEPENDS target property (#14796)
Brad King
2015-08-05
1
-0/+9
*
|
Merge topic 'use-generator-target'
Brad King
2015-08-06
38
-2393/+2463
|
\
\
|
*
|
cmOrderDirectories: Port to cmGeneratorTarget.
Stephen Kelly
2015-08-05
3
-9/+11
|
*
|
cmGeneratorTarget: Move CompileInfoMap from cmTarget.
Stephen Kelly
2015-08-05
4
-50/+51
|
*
|
cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget.
Stephen Kelly
2015-08-05
6
-26/+24
|
*
|
cmGeneratorTarget: Move GetOutputName from cmTarget.
Stephen Kelly
2015-08-05
4
-55/+55
|
*
|
cmComputeLinkDepends: Port to cmGeneratorTarget.
Stephen Kelly
2015-08-05
3
-11/+14
|
*
|
cmComputeLinkInformation: Port to cmGeneratorTarget.
Stephen Kelly
2015-08-05
3
-47/+44
|
*
|
cmGeneratorTarget: Move IsBundleOnApple from cmTarget.
Stephen Kelly
2015-08-05
6
-13/+14
|
*
|
cmMakefileTargetGenerator: Add accessor for GeneratorTarget.
Stephen Kelly
2015-08-05
1
-0/+1
|
*
|
cmGeneratorTarget: Move GetLinkClosure from cmTarget.
Stephen Kelly
2015-08-05
6
-238/+255
|
*
|
cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.
Stephen Kelly
2015-08-05
16
-50/+54
|
*
|
cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget.
Stephen Kelly
2015-08-05
5
-56/+57
|
*
|
cmGeneratorTarget: Move GetFullName from cmTarget.
Stephen Kelly
2015-08-05
8
-195/+201
|
*
|
cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget.
Stephen Kelly
2015-08-05
5
-18/+20
|
*
|
cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.
Stephen Kelly
2015-08-05
16
-94/+100
|
*
|
cmGeneratorTarget: Move GetMacContentDirectory from cmTarget.
Stephen Kelly
2015-08-05
5
-50/+53
|
*
|
cmGeneratorTarget: Move GetFullNameComponents from cmTarget.
Stephen Kelly
2015-08-05
6
-15/+17
|
*
|
cmGeneratorTarget: Move IsChrPathUsed from cmTarget.
Stephen Kelly
2015-08-05
6
-75/+78
|
*
|
cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.
Stephen Kelly
2015-08-05
9
-78/+80
|
*
|
cmGeneratorTarget: Move GetPDBName from cmTarget.
Stephen Kelly
2015-08-05
7
-39/+40
|
*
|
cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.
Stephen Kelly
2015-08-05
8
-53/+57
|
*
|
cmGeneratorTarget: Move HasSOName from cmTarget.
Stephen Kelly
2015-08-05
8
-19/+20
|
*
|
cmGeneratorTarget: Move GetLibraryNames from cmTarget.
Stephen Kelly
2015-08-05
9
-109/+107
|
*
|
cmGeneratorTarget: Move GetExecutableNames from cmTarget.
Stephen Kelly
2015-08-05
9
-80/+81
|
*
|
cmGeneratorTarget: Move GetLinkImplementationClosure
Stephen Kelly
2015-08-05
4
-60/+63
|
*
|
cmGeneratorTarget: Move ReportPropertyOrigin from cmTarget.
Stephen Kelly
2015-08-05
4
-56/+57
|
*
|
cmGeneratorTarget: Make CompatibleType enum private again.
Stephen Kelly
2015-08-05
2
-44/+44
|
*
|
cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.
Stephen Kelly
2015-08-05
7
-426/+433
|
*
|
cmGeneratorTarget: Port internal API to cmGeneratorTarget.
Stephen Kelly
2015-08-05
1
-13/+15
|
*
|
cmGeneratorTarget: Move CheckPropertyCompatibility from cmTarget.
Stephen Kelly
2015-08-05
4
-267/+268
|
*
|
cmGeneratorTarget: Move GetLinkInformation from cmTarget
Stephen Kelly
2015-08-05
14
-85/+72
|
*
|
Export: Port more API to cmGeneratorTarget.
Stephen Kelly
2015-08-05
4
-10/+17
|
*
|
cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget.
Stephen Kelly
2015-08-05
5
-119/+122
|
*
|
cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.
Stephen Kelly
2015-08-05
5
-29/+33
|
*
|
cmGeneratorTarget: Move GetSOName from cmTarget..
Stephen Kelly
2015-08-05
8
-70/+73
|
*
|
cmExportInstallFileGenerator: Simplify local generator access.
Stephen Kelly
2015-08-04
1
-1/+1
|
*
|
cmGlobalNinjaGenerator: Simplify usage of API.
Stephen Kelly
2015-08-04
1
-3/+1
*
|
|
Merge topic 'cmState-policies'
Brad King
2015-08-06
5
-127/+208
|
\
\
\
|
*
|
|
cmState: Move PolicyState from cmMakefile.
Stephen Kelly
2015-08-02
4
-97/+135
|
*
|
|
cmState: Record the end position of each directory.
Stephen Kelly
2015-08-02
1
-2/+14
|
*
|
|
cmLinkedTree: Add Clear API.
Stephen Kelly
2015-08-02
1
-0/+6
|
*
|
|
cmState: Add Type for policy scope.
Stephen Kelly
2015-08-02
3
-3/+34
|
*
|
|
cmState: Remove call stack parent tracking.
Stephen Kelly
2015-08-01
1
-11/+1
|
*
|
|
cmMakefile: Move policy barriers inside cmState scopes.
Stephen Kelly
2015-08-01
1
-22/+21
|
*
|
|
cmMakefile: Re-order policy entries and barriers.
Stephen Kelly
2015-08-01
1
-12/+11
[next]