summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* export: Add initial CPS supportMatthew Woehlke2024-08-141-0/+5
* export: Generalize GenerateImportFileConfigMatthew Woehlke2024-07-251-1/+2
* export: Refactor obtaining export informationMatthew Woehlke2024-07-251-0/+7
* export: Factor out CMake-specific export generation (2/2)Matthew Woehlke2024-07-231-123/+69
* export: Fix const placementMatthew Woehlke2024-07-181-20/+20
* export: Factor out CMake-specific export generation (1/2)Matthew Woehlke2024-07-181-0/+2
* GenEx: Add support for custom transitive compile propertiesBrad King2024-05-211-0/+4
* Merge branch 'backport-cxxmodules-export-file-collisions'Brad King2024-01-181-2/+3
|\
| * cxxmodules: make export trampoline script files uniqueBen Boeckel2024-01-181-2/+3
* | install(EXPORT): Add ability to point to .xcframework fileKyle Edwards2023-11-151-5/+6
* | install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-131-0/+13
* | cmExportFileGenerator: Add function to set required CMake versionKyle Edwards2023-11-131-3/+7
|/
* cxxmodules: include `INCLUDES DESTINATION` directoriesBen Boeckel2023-10-161-2/+4
* cmExportFileGenerator: export private compile info for C++ modulesBen Boeckel2023-08-171-0/+3
* 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-101-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