summaryrefslogtreecommitdiff
path: root/Source/cmInstallExportGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-2/+11
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-10/+8
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* install(EXPORT): Fix support for mid-length install destinations on WindowsBrad King2016-08-091-2/+25
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+5
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-78/+48
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-1/+3
* cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-0/+1
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-1/+1
* cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-4/+9
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmInstallGenerator: Pass destination explicitly to AddInstallRuleBrad King2015-02-111-2/+4
* cmInstallGenerator: Refactor computation of absolute install destBrad King2015-02-111-1/+1
* 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