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
/
CPack
/
cmCPackDebGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-14
/
+14
*
CPack: Fix newline output in .deb generator
Kyle Edwards
2020-04-30
1
-11
/
+15
*
Merge topic 'cpack-symlinks'
Brad King
2020-04-22
1
-0
/
+3
|
\
|
*
CPack: Do not recurse through directory symlinks
Brad King
2020-04-21
1
-0
/
+3
*
|
cmArchiveWrite: split out opening the file
Ben Boeckel
2020-03-31
1
-0
/
+3
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-10
/
+10
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1
/
+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1
/
+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2
/
+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-17
/
+11
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1
/
+1
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1
/
+2
*
Replace use of CollapseCombinedPath with CollapseFullPath
Brad King
2019-03-19
1
-1
/
+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-6
/
+2
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-27
/
+23
*
CPack/Deb: Remove paxr as a supported tar format for a .deb
Guillem Jover
2018-11-28
1
-1
/
+1
*
CPack/Deb: Add ability to split out debug symbols into .ddeb package
Andrew Fuller
2018-09-21
1
-384
/
+560
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-9
/
+9
*
Merge topic 'cpack-fix-deb-packaging'
Brad King
2018-07-03
1
-0
/
+6
|
\
|
*
CPack/Deb: Restore setting of root as the owner of files
Andrew Fuller
2018-07-02
1
-0
/
+6
*
|
CPack: Move internal implementation modules into Internal/CPack directory
Kyle Edwards
2018-06-21
1
-2
/
+2
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-24
/
+33
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2
/
+2
*
Merge topic 'ranged-for'
Brad King
2017-09-19
1
-46
/
+30
|
\
|
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
1
-46
/
+30
*
|
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-16
1
-1
/
+1
|
/
*
cmCPackDebGenerator: Use libarchive to create .deb file
Daniel Pfeifer
2017-08-25
1
-271
/
+19
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5
/
+5
*
Change ComputeFileMD5 to ComputeFileHash
André Klitzing
2017-07-14
1
-5
/
+4
*
CPackDeb: Enable the DEB generator on Windows
Nils Gladitz
2017-06-28
1
-5
/
+23
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1
/
+1
*
Add self-sufficient wrapper for <sys/stat.h>
Daniel Pfeifer
2017-03-24
1
-1
/
+1
*
CPack/Deb invalid md5sums file fix
Domen Vrankar
2016-12-23
1
-1
/
+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12
/
+2
*
CPack: include what you use
Daniel Pfeifer
2016-09-07
1
-12
/
+9
*
CPack/DEB: Add option to select archive type
Domen Vrankar
2016-09-05
1
-2
/
+10
*
CPack: don't use else after return
Daniel Pfeifer
2016-08-18
1
-9
/
+4
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5
/
+5
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-9
/
+16
*
Source/CPack: Run clang-format to fix style
Brad King
2016-06-07
1
-6
/
+6
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-5
/
+1
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-2
/
+2
*
CPack/Deb possibility to change package name
Domen Vrankar
2016-05-23
1
-4
/
+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-439
/
+352
*
CPack/Deb proper package file naming
Domen Vrankar
2016-05-13
1
-28
/
+20
*
CPack/Deb proper component packages file naming
Alexander Smorkalov
2016-05-13
1
-2
/
+9
*
CPack/Deb generation of postinst and postrm ldconfig files
Alexander Smorkalov
2016-05-13
1
-0
/
+56
*
CPack/Deb generation of DEBIAN/shlibs control file
Alexander Smorkalov
2016-05-13
1
-7
/
+31
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-7
/
+0
*
Source: Stabilize include order of sys/types.h before sys/stat.h
Brad King
2016-05-03
1
-0
/
+1
[next]