index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmInstallCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'restore-target-export-includes'
Brad King
2022-02-10
1
-1
/
+1
|
\
|
*
install(TARGETS): Restore per-export INCLUDES DESTINATION
Eugene Shalygin
2022-02-09
1
-1
/
+1
*
|
Merge topic 'misc-messages'
Brad King
2021-11-01
1
-8
/
+8
|
\
\
|
*
|
install: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warnings
Brad King
2021-10-27
1
-8
/
+8
|
|
/
*
|
install(EXPORT): Install file sets
Kyle Edwards
2021-10-27
1
-5
/
+32
*
|
install(TARGETS): Add FILE_SET mode
Kyle Edwards
2021-10-27
1
-7
/
+112
|
/
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-0
/
+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2
/
+2
*
Refactor cmTargetExport removing InterfaceIncludeDirecories
Eugene Shalygin
2021-07-22
1
-2
/
+3
*
install: Add RUNTIME_DEPENDENCY_SET mode
Kyle Edwards
2021-06-04
1
-0
/
+115
*
install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET option
Kyle Edwards
2021-06-04
1
-1
/
+40
*
install(TARGETS): Add RUNTIME_DEPENDENCY_SET argument
Kyle Edwards
2021-06-04
1
-0
/
+19
*
install(TARGETS): Add RUNTIME_DEPENDENCIES option
Kyle Edwards
2021-06-04
1
-1
/
+185
*
install(): Add IMPORTED_RUNTIME_ARTIFACTS mode
Kyle Edwards
2021-05-31
1
-0
/
+224
*
install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTS
Nils Gladitz
2021-05-19
1
-2
/
+10
*
Merge topic 'fixAppleResourceWarning'
Brad King
2021-05-11
1
-1
/
+1
|
\
|
*
Do not show RESOURCE DESTINATION warning for MACOSX_BUNDLE
Mike Achtelik
2021-05-07
1
-1
/
+1
*
|
install(FILES): Allow installation of symlinks to directory
Jens Carl
2021-05-06
1
-1
/
+2
|
/
*
cmInstallGenerator: Add backtrace to all install generators
Brad King
2021-01-28
1
-8
/
+14
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-36
/
+52
*
export: Do not fail generation for separate namelink only case
Deniz Bahadir
2020-12-01
1
-8
/
+11
*
export: Remove leftover inaccurate code comment
Craig Scott
2020-10-13
1
-1
/
+0
*
export: Do not fail generation for namelink-only case
Deniz Bahadir
2020-10-09
1
-19
/
+27
*
install: Use case-sensitive pattern matching on Cygwin
Lemures Lemniscati
2020-08-06
1
-1
/
+1
*
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-3
/
+3
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0
/
+1
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2
/
+1
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-1
/
+0
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-7
/
+7
*
Merge branch 'backport-3.16-install-default-fix'
Brad King
2020-02-11
1
-6
/
+38
|
\
|
*
install: Fix regression when using default destinations
Kyle Edwards
2020-02-11
1
-6
/
+38
*
|
cmInstallGenerator: std::string params
Vitaly Stakhovsky
2020-01-21
1
-8
/
+8
*
|
cmInstall*Generator: std::string params
Vitaly Stakhovsky
2020-01-21
1
-22
/
+18
*
|
cmMakefile: modernize memory management
Marc Chevrier
2020-01-14
1
-70
/
+71
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3
/
+6
*
cmInstallCommand: Port away from cmCommand
Regina Pfeifer
2019-09-21
1
-280
/
+314
*
Merge topic 'smart_ptr/cmExportSet'
Brad King
2019-09-20
1
-11
/
+10
|
\
|
*
cmExportSet: subsume cmExportSetMap source files
Tushar Maheshwari
2019-09-19
1
-1
/
+0
|
*
cmExportSet: default destructor
Tushar Maheshwari
2019-09-19
1
-6
/
+6
|
*
cmExportSetMap: improve ownership of cmExportSet
Tushar Maheshwari
2019-09-19
1
-6
/
+6
*
|
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-190
/
+124
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1
/
+1
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-4
/
+3
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-4
/
+3
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6
/
+3
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-13
/
+8
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3
/
+3
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1
/
+1
*
Merge topic 'fileapi-install-generators'
Brad King
2019-08-05
1
-1
/
+3
|
\
|
*
fileapi: Fix codemodel target install destination for cross-dir rules
Brad King
2019-07-31
1
-1
/
+3
[next]