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
/
cmExportFileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix export of STATIC library PRIVATE non-target dependencies
Brad King
2016-02-17
1
-0/+21
*
Export: Use existing IsDLLPlatform porcelain
Stephen Kelly
2015-10-27
1
-4/+1
*
Use cmLocalGenerator at generate-time.
Stephen Kelly
2015-10-24
1
-6/+6
*
Access policy status from cmGeneratorTarget at generate time.
Stephen Kelly
2015-10-20
1
-6/+4
*
cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
Stephen Kelly
2015-10-20
1
-1/+1
*
cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Move IsLinkable from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Move GetExportName from cmTarget.
Stephen Kelly
2015-10-18
1
-6/+5
*
Export: Port internal API to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-4/+4
*
Export: Port internal utility to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-1/+1
*
Export: Port some API to cmGlobalGenerator.
Stephen Kelly
2015-10-18
1
-1/+0
*
Export: Port interface to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-35/+34
*
cmExportSet: Store a cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-8/+4
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-9/+9
*
cmGeneratorExpression: Port interface to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-1/+1
*
cmGeneratorExpression: Port to cmLocalGenerator.
Stephen Kelly
2015-10-12
1
-1/+1
*
cmComputeLinkInformation: Port data interface to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-6/+7
*
Merge topic 'use-generator-target'
Brad King
2015-10-12
1
-2/+2
|
\
|
*
cmGeneratorTarget: Port GetLinkInterface away from cmTarget.
Stephen Kelly
2015-10-10
1
-2/+2
*
|
cmLocalGenerator: Add Home directory accessors.
Stephen Kelly
2015-10-08
1
-2/+4
*
|
export: Port internal method to cmGeneratorTarget.
Stephen Kelly
2015-10-08
1
-12/+14
|
/
*
cmExportFileGenerator: Evaluate genex with cmGeneratorTarget.
Stephen Kelly
2015-10-05
1
-6/+8
*
cmGeneratorTarget: Move GetLinkInterface from cmTarget.
Stephen Kelly
2015-08-26
1
-5/+3
*
cmTarget: Move link interface libraries struct out.
Stephen Kelly
2015-08-26
1
-2/+2
*
cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move HasSOName from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetLinkInformation from cmTarget
Stephen Kelly
2015-08-05
1
-1/+1
*
Export: Port more API to cmGeneratorTarget.
Stephen Kelly
2015-08-05
1
-6/+7
*
cmGeneratorTarget: Move GetSOName from cmTarget..
Stephen Kelly
2015-08-05
1
-1/+1
*
Port some of the cmExportFileGenerator API to cmGeneratorTarget.
Stephen Kelly
2015-07-27
1
-16/+21
*
Export: Escape exported property values when writing CMake language files
Brad King
2015-06-24
1
-3/+21
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-4/+2
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Allow export of targets with INTERFACE_SOURCES.
Stephen Kelly
2015-02-10
1
-43/+93
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-7/+7
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-7/+7
*
|
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-5/+1
|
/
*
cmExportFileGenerator: Make SetImportLinkProperty a template
Brad King
2014-06-23
1
-4/+4
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-2/+1
*
CMP0052: Make the warning message more informative.
Stephen Kelly
2014-04-17
1
-1/+4
*
CMP0052: Do not warn when include dir is not in source or build tree
Brad King
2014-04-16
1
-4/+6
*
Export: Disallow exported interface includes in src/build tree (#14592).
Stephen Kelly
2014-04-09
1
-1/+37
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-6/+6
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-12/+13
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for property names
Ben Boeckel
2014-03-08
1
-6/+9
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-1/+1
*
Merge topic 'unicode-fstream'
Brad King
2014-01-07
1
-3/+4
|
\
[next]