summaryrefslogtreecommitdiff
path: root/Source/cmInstallExportGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* exports: support `CXX_MODULES_DIRECTORY`Ben Boeckel2022-07-061-1/+7
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+1
* cmInstallExportGenerator: expose the temporary directoryBen Boeckel2022-04-281-2/+2
* cmConstStack: Factor out of cmListFileBacktraceBrad King2022-04-021-1/+1
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-1/+2
* cmInstallExportGenerator: Add method to get installed file nameBrad King2021-01-281-0/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Modernize memory managementMarc Chevrier2020-02-271-1/+6
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-10/+10
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmInstallExportGenerator: add a method for the file destinationBen Boeckel2019-08-191-0/+1
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+1
* 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
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-4/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-1/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+9
* install(EXPORT): Fix support for mid-length install destinations on WindowsBrad King2016-08-091-0/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-11/+8
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-0/+1
* cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-3/+5
* cmInstallGenerator: Move GetDestination to subclasses that need itBrad King2015-02-111-0/+3
* install: Thread message level setting through internal APIBrad King2014-06-241-0/+1
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-1/+2
* install(EXPORT): Force absolute paths for usr-moveBrad King2013-03-081-0/+2
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-1/+4
* exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-281-2/+4
* exports: Create class cmExportSetYury G. Kudryashov2012-09-281-6/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: Remove useless install generator typedefsBrad King2008-12-181-1/+0
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-63/+21
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-271-2/+9
* ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...David Cole2007-08-221-2/+7
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-1/+3
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-0/+92