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
/
cmInstallExportGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Add support for creating prebuilt Android.mk files
Bill Hoffman
2016-09-13
1
-2/+11
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-10/+8
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+1
*
install(EXPORT): Fix support for mid-length install destinations on Windows
Brad King
2016-08-09
1
-2/+25
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-4/+5
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-78/+48
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-6/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-4/+4
*
install: Add EXCLUDE_FROM_ALL option (#14921)
Nick Lewis
2016-02-04
1
-1/+3
*
cmExportSet: Store a cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-0/+1
*
cmLocalGenerator: Add current binary directory accessor.
Stephen Kelly
2015-10-10
1
-1/+1
*
cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.
Stephen Kelly
2015-08-23
1
-4/+9
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmInstallGenerator: Pass destination explicitly to AddInstallRule
Brad King
2015-02-11
1
-2/+4
*
cmInstallGenerator: Refactor computation of absolute install dest
Brad King
2015-02-11
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
install: Thread message level setting through internal API
Brad King
2014-06-24
1
-1/+2
*
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
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1/+1
*
Generate modern-style cmake code.
Stephen Kelly
2013-08-22
1
-12/+12
*
Export: Generate INTERFACE_LINK_LIBRARIES property on targets.
Stephen Kelly
2013-07-08
1
-0/+3
*
exports: store pointers to all installations of each export set
Alex Neundorf
2012-09-28
1
-0/+1
*
exports: Hold an ExportSet pointer in cm*Export*Generator
Yury G. Kudryashov
2012-09-28
1
-11/+5
*
exports: Add cmExportSetMap class
Yury G. Kudryashov
2012-09-28
1
-1/+1
*
exports: Create class cmExportSet
Yury G. Kudryashov
2012-09-28
1
-1/+2
*
Factor cmInstallType out of cmTarget::TargetType
Brad King
2012-02-27
1
-3/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Remove unused PROPERTIES from file(INSTALL)
Brad King
2009-04-27
1
-2/+2
*
ENH: Clean per-config export files during install
Brad King
2009-01-07
1
-0/+24
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-193/+132
*
STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other
Alexander Neundorf
2007-08-30
1
-0/+1
*
ENH: add install files generators for targets which have PUBLIC_HEADER,
Alexander Neundorf
2007-08-27
1
-2/+33
*
ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...
David Cole
2007-08-22
1
-2/+2
*
ENH: Further cleanup of installation script generation. The per-component an...
Brad King
2007-07-02
1
-12/+19
*
ENH: First step of install script generator cleanup. Each configuration to b...
Brad King
2007-06-28
1
-1/+3
*
COMP: fix build under windows
Alexander Neundorf
2007-06-19
1
-1/+1
*
ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,
Alexander Neundorf
2007-06-19
1
-0/+231