summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-9/+10
* clang-tidy: fix warnings from version 7Regina Pfeifer2018-11-201-1/+1
* CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-311-1/+1
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+31
* Merge topic 'getsafedef-stdstring'Brad King2018-09-181-1/+1
|\
| * cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* | cmExportFileGenerator: Use cmGeneratorTarget::ResolveTargetReferenceBrad King2018-09-121-2/+7
|/
* cmLinkItem: Convert to a "sum type" over a string and target pointerBrad King2018-09-071-1/+11