summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Deduplicate the isGeneratorExpression method.Stephen Kelly2013-02-071-9/+1
* Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-311-6/+60
* Add a way to exclude INTERFACE properties from exported targets.Stephen Kelly2013-01-311-3/+4
* Advance more when preprocessing exported strings.Stephen Kelly2013-01-311-1/+1
* Merge topic 'fix-TARGET_PROPERTY-extraction'Brad King2013-01-291-11/+3
|\
| * Fix TARGET_PROPERTY target extractions.Stephen Kelly2013-01-291-11/+3
* | Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-271-0/+10
|/
* Add the COMPATIBLE_INTERFACE_STRING property.Stephen Kelly2013-01-241-0/+6
* Merge topic 'export-new-style-files'Brad King2013-01-231-61/+61
|\
| * Generate new-style cmake code during export.Stephen Kelly2013-01-201-61/+61
* | Export the COMPATIBLE_INTERFACE_BOOL content propertiesStephen Kelly2013-01-211-0/+74
|/
* Export the INTERFACE_PIC property.Stephen Kelly2013-01-151-0/+12
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-2/+3
* Only generate one check per missing target.Stephen Kelly2013-01-151-11/+15
* Don't write a comment in the export file without the code.Stephen Kelly2013-01-151-0/+4
* Allow generator expressions in LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-01-101-3/+41
* Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.Stephen Kelly2013-01-101-3/+21
* Split the generator expression before extracting targets.Stephen Kelly2013-01-101-0/+45
* Extract the AddTargetNamespace method.Stephen Kelly2013-01-101-95/+48
* Don't pass a position when determining if a target name is a literal.Stephen Kelly2013-01-101-1/+1
* Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-1/+2
* Add API to populate INTERFACE properties in exported targets.Stephen Kelly2013-01-051-0/+59
* Add API to extract target names from a genex string.Stephen Kelly2013-01-051-0/+136
* Generate an early-return guard in target Export files.Stephen Kelly2012-11-301-0/+31
* exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()Alex Neundorf2012-09-301-1/+8
* exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-301-65/+1
* exports: fix build with MSVC6Alex Neundorf2012-09-281-1/+1
* exports: first try at error handling if a target is missingAlex Neundorf2012-09-281-7/+30
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-9/+67
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-3/+13
* install(EXPORT): Improve target import failure message formatBrad King2011-11-221-13/+10
* install(EXPORT): Enforce existence of imported target filesAlex Neundorf2011-11-221-0/+66
* Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-0/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Define 'multiplicity' for cyclic dependenciesBrad King2009-09-011-0/+8
* ENH: Export and import link interface languagesBrad King2009-07-111-0/+3
* ENH: Simplify cmTarget link interface storageBrad King2009-07-071-1/+1
* ENH: Centralize default link interface computationBrad King2009-07-061-44/+1
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-5/+1
* ENH: protect the export files against inclusion with cmake 2.4Alexander Neundorf2008-04-271-0/+6
* BUG: Generated target export files should set the policy version to 2.6 inste...Brad King2008-03-311-5/+7
* ENH: Add cmake_policy push/version/pop to import/export files.Brad King2008-03-131-0/+7
* COMP: Fix Borland 5.5 buildBrad King2008-02-241-3/+3
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-1/+1
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-7/+24
* COMP: Remove unused parameter.Brad King2008-01-311-6/+3
* BUG: Fixed previous commit in cmExportFileGenerator to separate libraries cor...Brad King2008-01-301-1/+4
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-19/+58
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-4/+9
* BUG: Fix export/import file generation to not store link dependencies of exec...Brad King2008-01-281-2/+16