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
/
cmExportBuildFileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+14
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-4/+3
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-165/+114
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-10/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
Merge topic 'minor-cleanups'
Brad King
2015-10-28
1
-1/+0
|
\
|
*
Export: Remove unused variable
Stephen Kelly
2015-10-26
1
-1/+0
*
|
Export: Use existing IsDLLPlatform porcelain
Stephen Kelly
2015-10-27
1
-5/+1
|
/
*
Access policy status from cmGeneratorTarget at generate time.
Stephen Kelly
2015-10-20
1
-2/+2
*
cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
Stephen Kelly
2015-10-20
1
-1/+1
*
cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Move GetExportName from cmTarget.
Stephen Kelly
2015-10-18
1
-3/+3
*
Export: Port internal API to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-1/+1
*
Export: Port internal utility to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-7/+8
*
Export: Port some API to cmGlobalGenerator.
Stephen Kelly
2015-10-18
1
-5/+7
*
Export: Port interface to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-15/+14
*
cmExportSet: Store a cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-1/+5
*
Use GetName from cmGeneratorTarget.
Stephen Kelly
2015-10-17
1
-1/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-4/+4
*
cmLocalGenerator: Store cmGeneratorTargets.
Stephen Kelly
2015-10-14
1
-1/+1
*
cmMakefile: Store container of cmExportBuildFileGenerators.
Stephen Kelly
2015-10-14
1
-7/+14
*
cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.
Stephen Kelly
2015-10-12
1
-1/+1
*
cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.
Stephen Kelly
2015-08-05
1
-2/+2
*
Export: Port more API to cmGeneratorTarget.
Stephen Kelly
2015-08-05
1
-2/+4
*
Port some of the cmExportFileGenerator API to cmGeneratorTarget.
Stephen Kelly
2015-07-27
1
-2/+2
*
Port cmExportBuildFileGenerator to cmGeneratorTarget.
Stephen Kelly
2015-07-27
1
-22/+24
*
Move GetFullPath to cmGeneratorTarget
Stephen Kelly
2015-07-27
1
-3/+6
*
cmMakefile: Make cmListFileBacktrace default constructible.
Stephen Kelly
2015-06-02
1
-1/+1
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-1/+1
*
Allow export of targets with INTERFACE_SOURCES.
Stephen Kelly
2015-02-10
1
-10/+3
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3/+3
*
Export: Disallow export of targets with INTERFACE_SOURCES
Stephen Kelly
2014-11-29
1
-0/+10
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-0/+1
*
Export: Populate INTERFACE_COMPILE_FEATURES property.
Stephen Kelly
2014-04-08
1
-0/+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-4/+4
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-3/+5
*
CMake 3.0.0-rc1 version update
Brad King
2014-02-19
1
-1/+1
*
Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.
Stephen Kelly
2014-02-11
1
-1/+1
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-1/+1
*
export: Implement EXPORT subcommand (#9822)
Stephen Kelly
2013-12-24
1
-4/+32
*
Export: Clean up comment.
Stephen Kelly
2013-12-19
1
-2/+0
*
QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.
Stephen Kelly
2013-11-27
1
-0/+3
*
export(): Handle multiple dependent export sets.
Stephen Kelly
2013-10-11
1
-9/+64
*
export(): Process the export() command at generate time.
Stephen Kelly
2013-10-11
1
-11/+10
*
export(): Set a Makefile on the cmExportBuildFileGenerator.
Stephen Kelly
2013-10-10
1
-11/+10
*
export: Add support for INTERFACE_LIBRARY targets
Stephen Kelly
2013-10-08
1
-7/+17
[next]