summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* install: Use case-sensitive pattern matching on CygwinLemures Lemniscati2020-08-061-1/+1
* cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-3/+3
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-1/+0
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-7/+7
* Merge branch 'backport-3.16-install-default-fix'Brad King2020-02-111-6/+38
|\
| * install: Fix regression when using default destinationsKyle Edwards2020-02-111-6/+38
* | cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-8/+8
* | cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-22/+18
* | cmMakefile: modernize memory managementMarc Chevrier2020-01-141-70/+71
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+6
* cmInstallCommand: Port away from cmCommandRegina Pfeifer2019-09-211-280/+314
* Merge topic 'smart_ptr/cmExportSet'Brad King2019-09-201-11/+10
|\
| * cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-191-1/+0
| * cmExportSet: default destructorTushar Maheshwari2019-09-191-6/+6
| * cmExportSetMap: improve ownership of cmExportSetTushar Maheshwari2019-09-191-6/+6
* | Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-190/+124
|/
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-4/+3
|\
| * Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-4/+3
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+3
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-13/+8
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* Merge topic 'fileapi-install-generators'Brad King2019-08-051-1/+3
|\
| * fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-311-1/+3
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* | AIX: Create import library for executables with exportsBrad King2019-07-161-1/+2
* | De-duplicate checks for whether a platform uses Windows DLLsBrad King2019-07-121-6/+2
|/
* Merge topic 'iface-headers'Brad King2019-04-121-2/+1
|\
| * INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER propertiesAvraham Shukron2019-04-111-2/+1
* | cmInstallCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-82/+90
|/
* install: Do not crash on imported global targetBrad King2019-03-071-1/+5
* cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-6/+6
* install: Add sane set of defaults for DESTINATION and file type parametersKyle Edwards2018-11-071-79/+297
* install: Record TARGET mode backtraces internallyBrad King2018-10-181-27/+31
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-3/+1
* cmGlobalGenerator::AddInstallComponent(): Accept std::string argumentVitaly Stakhovsky2018-08-301-13/+13
* install: Allow installing targets created in another directoryZack Galbreath2018-06-181-3/+7
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+7
* install: add NAMELINK_COMPONENT argumentKyle Edwards2018-05-031-7/+39
* Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIXStephan Szabo2018-03-091-2/+3
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-17/+14
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-4/+4
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+4
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-34/+25
* Use C++11 nullptrDaniel Pfeifer2017-08-241-28/+27
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-2/+2