index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CPack
/
cmCPackDebGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-15
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-06
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
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-6/+6
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
CPackDEB: added config file optional Source field
Raffi Enficiaud
2015-11-04
1
-0/+7
*
Merge topic 'cpack-deb-fakeroot-removal'
Brad King
2015-10-26
1
-1/+1
|
\
|
*
CPackDEB: Use proper compression scheme for control.tar.gz
Raffi Enficiaud
2015-10-23
1
-1/+1
*
|
CPackDeb: allow empty directories in component packages
Raffi Enficiaud
2015-09-28
1
-0/+2
*
|
Revert topic 'cpack-package-empty-dirs'
Brad King
2015-09-25
1
-2/+0
*
|
CPackDeb: allow empty directories in component packages
Raffi Enficiaud
2015-09-21
1
-0/+2
*
|
CPackDeb: preventing md5sum on symlinks
Raffi Enficiaud
2015-09-18
1
-13/+16
|
/
*
CPackDeb: use of libarchive and removal of fakeroot
Raffi Enficiaud
2015-09-17
1
-113/+186
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-6/+4
*
CPackDeb: Fix lintian md5sum file warning
Raffi Enficiaud
2015-04-23
1
-0/+6
*
CPackDeb: Refactor package variable lookup by generator
Domen Vrankar
2015-04-21
1
-39/+36
*
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-3/+3
*
cmCPackDebGenerator: Cast file mode to proper type for %o formatter
Brad King
2015-03-31
1
-2/+4
*
Fix warnings from clang scanbuild.
Bill Hoffman
2015-03-25
1
-0/+5
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
*
CPackDeb: Add option to set compression type
Sean D'Epagnier
2014-03-14
1
-9/+37
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-8/+8
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-2/+2
*
CPack: Avoid "format expects 'unsigned int'" warnings
Paul Kunysch
2013-03-22
1
-4/+4
[next]