summaryrefslogtreecommitdiff
path: root/Source/cmExportInstallFileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-061-0/+25
* cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-111-6/+3
* install(EXPORT): Install file setsKyle Edwards2021-10-271-0/+6
* Refactor export file generator intefaceEugene Shalygin2021-07-221-4/+4
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* cmExportInstallFileGenerator: improve error messageBen Boeckel2019-08-201-3/+4
* Fix misc. typosluz.paz2018-06-041-1/+1
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-0/+4
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Export: Virtualize file generation step helpersBill Hoffman2016-09-081-5/+5
* Export: Factor out file generation steps into helpersBill Hoffman2016-09-081-0/+8
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+10
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-9/+9
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-12/+11
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-4/+4
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-2/+1
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+2
* install: Allow absolute EXPORT destination with relative targets (#15258)Brad King2014-12-151-4/+0
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+2
* Remove unused forward declarations.Stephen Kelly2013-02-091-3/+0
* Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-271-0/+2
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-2/+4
* exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-301-3/+13
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-1/+2
* exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-281-12/+1
* exports: Create class cmExportSetYury G. Kudryashov2012-09-281-2/+3
* exports: Move cmTargetExport to a dedicated header fileYury G. Kudryashov2012-09-281-30/+0
* install(EXPORT): Enforce existence of imported target filesAlex Neundorf2011-11-221-1/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Refactor computation of import file globBrad King2009-01-071-0/+4
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-1/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+122