summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallExportGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* Generate modern-style cmake code.Stephen Kelly2013-08-221-12/+12
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+3
* exports: store pointers to all installations of each export setAlex Neundorf2012-09-281-0/+1
* exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-281-11/+5
* exports: Add cmExportSetMap classYury G. Kudryashov2012-09-281-1/+1
* exports: Create class cmExportSetYury G. Kudryashov2012-09-281-1/+2
* Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-3/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-2/+2
* ENH: Clean per-config export files during installBrad King2009-01-071-0/+24
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-193/+132
* STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no otherAlexander Neundorf2007-08-301-0/+1
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-271-2/+33
* ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...David Cole2007-08-221-2/+2
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-12/+19
* ENH: First step of install script generator cleanup. Each configuration to b...Brad King2007-06-281-1/+3
* COMP: fix build under windowsAlexander Neundorf2007-06-191-1/+1
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-0/+231