summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'export-properties-undefined'Craig Scott2018-08-171-0/+5
|\
| * EXPORT_PROPERTIES: Prevent null dereference for undefined propertyCraig Scott2018-08-161-0/+5
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+31
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-4/+6
* cmExportFileGenerator: set IMPORTED_COMMON_LANGUAGE_RUNTIME for CSharp targetMichael Stürmer2018-04-231-2/+7
* cmExportFileGenerator: add target property for managed targetsMichael Stürmer2018-04-051-0/+14
* Export: allow exporting of additional propertiesWouter Klouwen2018-03-161-0/+40
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-2/+4
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-10/+12