summaryrefslogtreecommitdiff
path: root/Source/cmExportBuildFileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-061-0/+4
* exports: support `CXX_MODULES_DIRECTORY`Ben Boeckel2022-07-061-0/+12
* messages: remove screamake from comments and errorsBen Boeckel2022-04-251-1/+1
* cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-111-4/+2
* install(EXPORT): Install file setsKyle Edwards2021-10-271-0/+7
* Refactor export file generator intefaceEugene Shalygin2021-07-221-4/+4
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* cmExportBuildFileGenerator: improve error messageBen Boeckel2019-06-271-3/+4
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-0/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
* 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
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+9
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-8/+8
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-12/+14
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-4/+4
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-2/+1
* cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-6/+2
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+2
* Port cmExportBuildFileGenerator to cmGeneratorTarget.Stephen Kelly2015-07-271-2/+2
* cmMakefile: return a backtraceBen Boeckel2014-06-051-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* export: Implement EXPORT subcommand (#9822)Stephen Kelly2013-12-241-2/+5
* export(): Handle multiple dependent export sets.Stephen Kelly2013-10-111-1/+5
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-3/+9
* export(): Set a Makefile on the cmExportBuildFileGenerator.Stephen Kelly2013-10-101-5/+8
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+2
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-1/+2
* exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-301-3/+8
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-1/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-1/+2
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-0/+8
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-0/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+55