summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branchBrad King2022-03-211-17/+10
* Merge topic 'restore-target-export-includes' into release-3.23Brad King2022-02-101-2/+3
|\
| * install(TARGETS): Restore per-export INCLUDES DESTINATIONEugene Shalygin2022-02-091-2/+3
* | 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
|\
| * cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-6/+6
* | Source: Remove trailing whitespace from export generation codeAlexandru Croitor2020-03-131-1/+1
|/
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-2/+2
* target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-0/+4
* Add set_property option: DEPRECATIONJoseph Snyder2020-01-021-0/+6
* install,export: Do not treat language names as target namesBrad King2019-10-161-13/+18
* install,export: Fix export of a genex following $<INSTALL_PREFIX>Brad King2019-10-041-3/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-8/+9
* cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-1/+1
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-3/+1
|\
| * Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+1
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-10/+7
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-2/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* cmPropertyMap: Use std::string as value container classSebastian Holtermann2019-06-081-1/+0
* cmPropertyMap: Make std::map container privateSebastian Holtermann2019-06-081-6/+3
* Work around clang-cl breakage on make_unique/std::forwardZsolt Parragi2019-02-111-1/+2