summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-8/+7
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-6/+6
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-53/+43
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-10/+11
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+8
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-9/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Export: Factor out file generation steps into helpersBill Hoffman2016-09-081-18/+27
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+9
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-1/+1
* Do not place CMake version in export filesChristoph Grüninger2016-07-111-1/+1
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-5/+5
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-537/+370
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-36/+0
* Merge topic 'clang-format-prep'Brad King2016-05-091-0/+22
|\
| * Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+22
* | Fix export file variable pollutionMatthew Woehlke2016-05-051-0/+3
|/
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Fix export of STATIC library PRIVATE non-target dependenciesBrad King2016-02-171-0/+21
* Export: Use existing IsDLLPlatform porcelainStephen Kelly2015-10-271-4/+1
* Use cmLocalGenerator at generate-time.Stephen Kelly2015-10-241-6/+6
* Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-211-6/+4
* cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-211-1/+1
* cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1