summaryrefslogtreecommitdiff
path: root/Source/cmExportInstallFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Generate INTERFACE_COMPILE_OPTIONS on export.Stephen Kelly2013-06-101-0/+4
* Merge topic 'cfbundle-location'Brad King2013-06-041-15/+1
|\
| * OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-15/+1
* | Merge topic 'rpath-on-mac'Brad King2013-06-031-0/+16
|\ \
| * | OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+16
| |/
* | Merge topic 'framework-refactor'Brad King2013-06-031-7/+1
|\ \ | |/
| * Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-7/+1
* | Add EXPORT_NAME property.Stephen Kelly2013-05-181-3/+4
|/
* Handle usr-move without forcing absolute paths (#14041)Brad King2013-04-031-23/+26
* install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-261-2/+1
* install(EXPORT): Force absolute paths for usr-moveBrad King2013-03-081-9/+27
* Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-271-0/+15
* Generate the _IMPORT_PREFIX in the non-config export file.Stephen Kelly2013-01-271-29/+28
* Merge topic 'export-new-style-files'Brad King2013-01-231-11/+11
|\
| * Generate new-style cmake code during export.Stephen Kelly2013-01-201-11/+11
* | Export the COMPATIBLE_INTERFACE_BOOL content propertiesStephen Kelly2013-01-211-0/+1
|/
* Export the INTERFACE_PIC property.Stephen Kelly2013-01-151-0/+2
* Move the exported check for file existence.Stephen Kelly2013-01-151-2/+2
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-7/+9
* Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.Stephen Kelly2013-01-101-0/+4
* Handle INTERFACE properties transitively for includes and defines.Stephen Kelly2013-01-051-0/+17
* Populate the ExportedTargets member early in GenerateMainFileStephen Kelly2013-01-051-11/+14
* Generate an early-return guard in target Export files.Stephen Kelly2012-11-301-0/+14
* exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-301-1/+70
* exports: fix build with MSVC6Alex Neundorf2012-09-281-2/+2
* exports: first try at error handling if a target is missingAlex Neundorf2012-09-281-1/+3
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-3/+13
* exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-281-12/+17
* exports: Create class cmExportSetYury G. Kudryashov2012-09-281-8/+9
* exports: Move cmTargetExport to a dedicated header fileYury G. Kudryashov2012-09-281-0/+1
* install(EXPORT): Enforce existence of imported target filesAlex Neundorf2011-11-221-10/+20
* Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-0/+14
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Refactor computation of import file globBrad King2009-01-071-1/+10
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-22/+52
* BUG: Fixed typo resulting in confusing error message from cmExportInstallFile...Brad King2008-02-011-1/+1
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-8/+4
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-5/+9
* STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.Brad King2008-01-281-0/+2
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-3/+8
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-2/+11
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+259