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
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-4/+6
*
cmExportFileGenerator: set IMPORTED_COMMON_LANGUAGE_RUNTIME for CSharp target
Michael Stürmer
2018-04-23
1
-2/+7
*
cmExportFileGenerator: add target property for managed targets
Michael Stürmer
2018-04-05
1
-0/+14
*
Export: allow exporting of additional properties
Wouter Klouwen
2018-03-16
1
-0/+40
*
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
Brad King
2018-02-28
1
-2/+4
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-10/+12
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-8/+7
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-6/+6
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-53/+43
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-0/+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-10/+11
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-0/+8
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-9/+9
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Export: Factor out file generation steps into helpers
Bill Hoffman
2016-09-08
1
-18/+27
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+9
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
Do not place CMake version in export files
Christoph Grüninger
2016-07-11
1
-1/+1
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-5/+5
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-4/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-537/+370
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-36/+0
*
Merge topic 'clang-format-prep'
Brad King
2016-05-09
1
-0/+22
|
\
|
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+22
*
|
Fix export file variable pollution
Matthew Woehlke
2016-05-05
1
-0/+3
|
/
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-5/+5
*
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
[next]