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
*
cmCPackDebGenerator: Remove unused local variable
Brad King
2021-04-28
1
-1/+0
*
cmArchiveWrite: Consolidate multiple ways to set thread count
Nils Gladitz
2021-04-22
1
-5/+0
*
CPack: add CPACK_THREADS variable to control compression threads
Rodolfo Lima
2021-01-26
1
-3/+25
*
cpack(DEB): Issue warning if custom script for control file is missing
Asit Dhal
2021-01-15
1
-0/+9
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-88/+95
*
CPack/DEB: Do not crash when asked for debug symbols when there are none
Andrew Fuller
2020-11-16
1
-1/+2
*
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-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
[next]