summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'misc-messages'Brad King2021-11-011-8/+8
|\
| * install: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warningsBrad King2021-10-271-8/+8
* | install(EXPORT): Install file setsKyle Edwards2021-10-271-5/+32
* | install(TARGETS): Add FILE_SET modeKyle Edwards2021-10-271-7/+112
|/
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Refactor cmTargetExport removing InterfaceIncludeDirecoriesEugene Shalygin2021-07-221-2/+3
* install: Add RUNTIME_DEPENDENCY_SET modeKyle Edwards2021-06-041-0/+115
* install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET optionKyle Edwards2021-06-041-1/+40
* install(TARGETS): Add RUNTIME_DEPENDENCY_SET argumentKyle Edwards2021-06-041-0/+19
* install(TARGETS): Add RUNTIME_DEPENDENCIES optionKyle Edwards2021-06-041-1/+185
* install(): Add IMPORTED_RUNTIME_ARTIFACTS modeKyle Edwards2021-05-311-0/+224
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-2/+10
* Merge topic 'fixAppleResourceWarning'Brad King2021-05-111-1/+1
|\
| * Do not show RESOURCE DESTINATION warning for MACOSX_BUNDLEMike Achtelik2021-05-071-1/+1
* | install(FILES): Allow installation of symlinks to directoryJens Carl2021-05-061-1/+2
|/
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-8/+14
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-36/+52
* export: Do not fail generation for separate namelink only caseDeniz Bahadir2020-12-011-8/+11
* export: Remove leftover inaccurate code commentCraig Scott2020-10-131-1/+0
* export: Do not fail generation for namelink-only caseDeniz Bahadir2020-10-091-19/+27
* 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