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
...
|
*
Generate new-style cmake code during export.
Stephen Kelly
2013-01-20
1
-61/+61
*
|
Export the COMPATIBLE_INTERFACE_BOOL content properties
Stephen Kelly
2013-01-21
1
-0/+74
|
/
*
Export the INTERFACE_PIC property.
Stephen Kelly
2013-01-15
1
-0/+12
*
Move the exported check for dependencies of targets
Stephen Kelly
2013-01-15
1
-2/+3
*
Only generate one check per missing target.
Stephen Kelly
2013-01-15
1
-11/+15
*
Don't write a comment in the export file without the code.
Stephen Kelly
2013-01-15
1
-0/+4
*
Allow generator expressions in LINK_INTERFACE_LIBRARIES.
Stephen Kelly
2013-01-10
1
-3/+41
*
Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.
Stephen Kelly
2013-01-10
1
-3/+21
*
Split the generator expression before extracting targets.
Stephen Kelly
2013-01-10
1
-0/+45
*
Extract the AddTargetNamespace method.
Stephen Kelly
2013-01-10
1
-95/+48
*
Don't pass a position when determining if a target name is a literal.
Stephen Kelly
2013-01-10
1
-1/+1
*
Make linking APIs aware of 'head' target
Stephen Kelly
2013-01-08
1
-1/+2
*
Add API to populate INTERFACE properties in exported targets.
Stephen Kelly
2013-01-05
1
-0/+59
*
Add API to extract target names from a genex string.
Stephen Kelly
2013-01-05
1
-0/+136
*
Generate an early-return guard in target Export files.
Stephen Kelly
2012-11-30
1
-0/+31
*
exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()
Alex Neundorf
2012-09-30
1
-1/+8
*
exports: move the handling of missing targets into subclasses
Alex Neundorf
2012-09-30
1
-65/+1
*
exports: fix build with MSVC6
Alex Neundorf
2012-09-28
1
-1/+1
*
exports: first try at error handling if a target is missing
Alex Neundorf
2012-09-28
1
-7/+30
*
exports: accept a missing target if it is exported exactly once
Alex Neundorf
2012-09-28
1
-9/+67
*
Support building shared libraries or modules without soname (#13155)
Modestas Vainius
2012-04-30
1
-3/+13
*
install(EXPORT): Improve target import failure message format
Brad King
2011-11-22
1
-13/+10
*
install(EXPORT): Enforce existence of imported target files
Alex Neundorf
2011-11-22
1
-0/+66
*
Add support for CFBundle targets on the Mac (#11295)
Richard Bateman
2011-01-11
1
-0/+6
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Define 'multiplicity' for cyclic dependencies
Brad King
2009-09-01
1
-0/+8
*
ENH: Export and import link interface languages
Brad King
2009-07-11
1
-0/+3
*
ENH: Simplify cmTarget link interface storage
Brad King
2009-07-07
1
-1/+1
*
ENH: Centralize default link interface computation
Brad King
2009-07-06
1
-44/+1
*
ENH: Allow a custom list of debug configurations
Brad King
2008-09-04
1
-5/+1
*
ENH: protect the export files against inclusion with cmake 2.4
Alexander Neundorf
2008-04-27
1
-0/+6
*
BUG: Generated target export files should set the policy version to 2.6 inste...
Brad King
2008-03-31
1
-5/+7
*
ENH: Add cmake_policy push/version/pop to import/export files.
Brad King
2008-03-13
1
-0/+7
*
COMP: Fix Borland 5.5 build
Brad King
2008-02-24
1
-3/+3
*
ENH: Pass dependent library search path to linker on some platforms.
Brad King
2008-02-01
1
-1/+1
*
ENH: Support linking to shared libs with dependent libs
Brad King
2008-01-31
1
-7/+24
*
COMP: Remove unused parameter.
Brad King
2008-01-31
1
-6/+3
*
BUG: Fixed previous commit in cmExportFileGenerator to separate libraries cor...
Brad King
2008-01-30
1
-1/+4
*
ENH: Implemented link-interface specification feature.
Brad King
2008-01-30
1
-19/+58
*
ENH: Support exporting/importing of AppBundle targets.
Brad King
2008-01-28
1
-4/+9
*
BUG: Fix export/import file generation to not store link dependencies of exec...
Brad King
2008-01-28
1
-2/+16
*
ENH: Restored APPEND option to EXPORT() command in new implementation.
Brad King
2008-01-28
1
-3/+26
*
ENH: Support exporting/importing of Framework targets.
Brad King
2008-01-28
1
-1/+12
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-0/+281
[prev]