summaryrefslogtreecommitdiffstats
path: root/Source/cmExportInstallFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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