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
/
cmExportInstallFileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export: Populate INTERFACE_COMPILE_FEATURES property.
Stephen Kelly
2014-04-08
1
-0/+4
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-4/+7
*
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
-14/+0
*
Export: Fix internal CMake version test logic
Brad King
2014-02-10
1
-4/+6
*
Export: Use a macro to ensure minimum development version requirement
Stephen Kelly
2014-02-09
1
-1/+13
*
export: Only generate and install configuration files if needed.
Stephen Kelly
2014-01-04
1
-6/+15
*
install: Rename variable referencing cmake version.
Stephen Kelly
2014-01-04
1
-3/+3
*
Export: Skip INTERFACE libraries when generating -config files.
Stephen Kelly
2013-12-19
1
-7/+5
*
QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.
Stephen Kelly
2013-11-27
1
-0/+4
*
Use new cmHasLiteralPrefix function
Stephen Kelly
2013-11-21
1
-4/+4
*
cmExportInstallFileGenerator: Fix comment to match reality.
Stephen Kelly
2013-10-10
1
-2/+2
*
install: Teach EXPORT option to handle INTERFACE_LIBRARY targets
Stephen Kelly
2013-10-08
1
-1/+18
*
CMake 2.8.12-rc1
Brad King
2013-08-15
1
-1/+1
*
Add a convenient way to add the includes install dir to the INTERFACE.
Stephen Kelly
2013-07-24
1
-6/+6
*
Merge topic 'tid-system-argument'
Brad King
2013-07-16
1
-0/+4
|
\
|
*
Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.
Stephen Kelly
2013-07-16
1
-0/+4
*
|
Export: Generate INTERFACE_LINK_LIBRARIES property on targets.
Stephen Kelly
2013-07-08
1
-0/+19
|
/
*
Generate INTERFACE_COMPILE_OPTIONS on export.
Stephen Kelly
2013-06-10
1
-0/+4
*
Merge topic 'cfbundle-location'
Brad King
2013-06-04
1
-15/+1
|
\
|
*
OS X: Fix getting of CFBundle LOCATION property.
Clinton Stimpson
2013-06-03
1
-15/+1
*
|
Merge topic 'rpath-on-mac'
Brad King
2013-06-03
1
-0/+16
|
\
\
|
*
|
OS X: Add support for @rpath in export files.
Clinton Stimpson
2013-06-03
1
-0/+16
|
|
/
*
|
Merge topic 'framework-refactor'
Brad King
2013-06-03
1
-7/+1
|
\
\
|
|
/
|
*
Refactor how bundles and frameworks are supported.
Clinton Stimpson
2013-05-23
1
-7/+1
*
|
Add EXPORT_NAME property.
Stephen Kelly
2013-05-18
1
-3/+4
|
/
*
Handle usr-move without forcing absolute paths (#14041)
Brad King
2013-04-03
1
-23/+26
*
install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES
Stephen Kelly
2013-03-26
1
-2/+1
*
install(EXPORT): Force absolute paths for usr-move
Brad King
2013-03-08
1
-9/+27
*
Add the INSTALL_PREFIX genex.
Stephen Kelly
2013-01-27
1
-0/+15
*
Generate the _IMPORT_PREFIX in the non-config export file.
Stephen Kelly
2013-01-27
1
-29/+28
*
Merge topic 'export-new-style-files'
Brad King
2013-01-23
1
-11/+11
|
\
|
*
Generate new-style cmake code during export.
Stephen Kelly
2013-01-20
1
-11/+11
*
|
Export the COMPATIBLE_INTERFACE_BOOL content properties
Stephen Kelly
2013-01-21
1
-0/+1
|
/
*
Export the INTERFACE_PIC property.
Stephen Kelly
2013-01-15
1
-0/+2
*
Move the exported check for file existence.
Stephen Kelly
2013-01-15
1
-2/+2
*
Move the exported check for dependencies of targets
Stephen Kelly
2013-01-15
1
-7/+9
*
Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.
Stephen Kelly
2013-01-10
1
-0/+4
*
Handle INTERFACE properties transitively for includes and defines.
Stephen Kelly
2013-01-05
1
-0/+17
*
Populate the ExportedTargets member early in GenerateMainFile
Stephen Kelly
2013-01-05
1
-11/+14
*
Generate an early-return guard in target Export files.
Stephen Kelly
2012-11-30
1
-0/+14
*
exports: move the handling of missing targets into subclasses
Alex Neundorf
2012-09-30
1
-1/+70
*
exports: fix build with MSVC6
Alex Neundorf
2012-09-28
1
-2/+2
*
exports: first try at error handling if a target is missing
Alex Neundorf
2012-09-28
1
-1/+3
*
exports: accept a missing target if it is exported exactly once
Alex Neundorf
2012-09-28
1
-3/+13
*
exports: Hold an ExportSet pointer in cm*Export*Generator
Yury G. Kudryashov
2012-09-28
1
-12/+17
*
exports: Create class cmExportSet
Yury G. Kudryashov
2012-09-28
1
-8/+9
*
exports: Move cmTargetExport to a dedicated header file
Yury G. Kudryashov
2012-09-28
1
-0/+1
[next]