summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-3/+26
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-1/+12
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+281