summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-061-0/+5
* cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-111-29/+20
* export: Fix TARGET_NAME lookup for out-of-dir linkingBrad King2022-04-011-1/+3
* Merge topic 'restore-target-export-includes'Brad King2022-02-101-1/+2
|\
| * install(TARGETS): Restore per-export INCLUDES DESTINATIONEugene Shalygin2022-02-091-1/+3
* | install(EXPORT): Install file setsKyle Edwards2021-10-271-0/+12
|/
* Refactor export file generator intefaceEugene Shalygin2021-07-221-19/+18
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-1/+1
* install,export: Do not treat language names as target namesBrad King2019-10-161-1/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+5
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+4
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+4
* Export: allow exporting of additional propertiesWouter Klouwen2018-03-161-0/+4
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-1/+3
* 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-20/+21
* Export: Factor out file generation steps into helpersBill Hoffman2016-09-081-0/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-62/+57
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Export: Port internal API to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+3
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+2
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-1/+0
* Export: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-181-10/+13
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+1
* Export: Port more API to cmGeneratorTarget.Stephen Kelly2015-08-051-1/+1
* Port some of the cmExportFileGenerator API to cmGeneratorTarget.Stephen Kelly2015-07-271-3/+5
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-111-0/+5
* cmExportFileGenerator: Make SetImportLinkProperty a templateBrad King2014-06-231-1/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-7/+9
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-4/+4
* Change version scheme to use only two components for feature levelsBrad King2014-02-191-7/+6
* Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.Stephen Kelly2014-02-111-0/+15
* export: Rename some variables to reflect content type.Stephen Kelly2014-01-061-1/+1
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-3/+3
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-0/+2
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-1/+3
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+11
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+3
* install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-261-0/+5
* Revert "Add the $<LINKED:...> generator expression."Stephen Kelly2013-02-131-2/+2
* Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-311-2/+2
* Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-271-0/+2