summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'compile-only-genex'Brad King2023-05-051-0/+16
|\
| * cmGeneratorExpressionNode: implement `COMPILE_ONLY` genexBen Boeckel2023-04-121-0/+16
* | CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
* | install(EXPORT): Fall back to set_property(APPEND) for FILE_SETKyle Edwards2023-04-121-1/+16
|/
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-1/+2
* export: Increase maximum policy version in exported files to 3.25Brad King2023-02-011-2/+2
* CMake: fix sizeof string literal violationsKyle Edwards2022-11-181-4/+3
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-1/+1
* export: Increase maximum policy version in exported files to 3.24Brad King2022-10-121-2/+2
* Merge topic 'export-no-shdeps'Brad King2022-08-161-0/+7
|\
| * export: Restore exclusion of private shared library dependencies from checksBrad King2022-08-151-0/+7
* | cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-061-0/+25
* | Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEMDa Quexian2022-06-171-0/+4
* | export: Increase maximum policy version in exported files to 3.23Brad King2022-06-141-2/+2
|/
* generated-scripts: improve prose messages with CMake listsBen Boeckel2022-04-201-2/+4
* generated-scripts: unset used variablesBen Boeckel2022-04-201-1/+4
* generated-scripts: use `foreach(IN LISTS)`Ben Boeckel2022-04-201-1/+1
* generated-scripts: quote variable expansionsBen Boeckel2022-04-201-4/+4
* generated-scripts: simplify `if` conditionsBen Boeckel2022-04-201-8/+7
* generated-cmake: use `_cmake_` prefixes for local variablesBen Boeckel2022-04-201-28/+28
* cmExportFileGenerator: require CMake 2.8.3Ben Boeckel2022-04-201-3/+6
* cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-111-51/+41
* export: Fix TARGET_NAME lookup for out-of-dir linkingBrad King2022-04-011-12/+16
* Merge topic 'restore-target-export-includes'Brad King2022-02-101-2/+3
|\
| * install(TARGETS): Restore per-export INCLUDES DESTINATIONEugene Shalygin2022-02-091-2/+3
* | Merge topic 'post-rel-dev'Brad King2022-02-041-2/+2
|\ \
| * | export: Increase maximum policy version in exported files to 3.22Brad King2022-02-031-2/+2
* | | Replace DEVEL_CMAKE_VERSION with literal 3.23 release versionBrad King2022-02-041-2/+1
|/ /
* | Add usage requirements to update direct link dependenciesBrad King2022-01-291-10/+17
* | install(EXPORT): Install file setsKyle Edwards2021-10-271-0/+37
* | Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-5/+6
* | export: Propagate IMPORTED_NO_SYSTEM target property to consumersBrad King2021-10-151-0/+6
* | export: Increase maximum policy version in exported files to 3.21Brad King2021-10-081-2/+2
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-211-15/+15
* Config File Gen: When requiring >= 2.6, don't check < 2.5Marcus Müller2021-08-161-1/+1
* Refactor export file generator intefaceEugene Shalygin2021-07-221-22/+21
* Refactor cmTargetExport removing InterfaceIncludeDirecoriesEugene Shalygin2021-07-221-1/+2
* export: Increase maximum policy version in exported files to 3.20Brad King2021-06-301-2/+2
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-1/+1
* export: Increase maximum policy version in exported files to 3.19Brad King2021-02-101-2/+2
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* export: Fix replacement of multiple TARGET_NAME expressionsBrad King2021-01-051-1/+1
* export: Increase maximum policy version in exported files to 3.18Brad King2020-10-131-2/+2
* install(EXPORT): Fix exporting target w/ source named using CONFIG genexDeniz Bahadir2020-09-221-3/+1
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-2/+3
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Export: Specify a policy range in exported filesCraig Scott2020-05-191-4/+6
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-29/+28
* Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-2/+1
* Merge topic 'prop_t'Brad King2020-03-171-6/+6
|\