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
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
Source: Cleanup and simplify some code
Rose
2021-11-04
1
-2/+2
*
Merge topic 'fix-ifdef-windows'
Brad King
2021-10-18
1
-1/+1
|
\
|
*
Source: Fix typo in _WIN32 preprocessor checks
Brad King
2021-10-15
1
-1/+1
*
|
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-31/+31
*
|
Use new SetOption signatures
Marc Chevrier
2021-09-15
1
-13/+9
*
|
cmCPackGenerator::GetOption returns cmProp
Marc Chevrier
2021-09-13
1
-74/+73
*
|
cmArchiveWrite: Check for construction errors on Open
Brad King
2021-08-20
1
-3/+21
*
|
CPack/DEB: Add zstd compression for deb packages
Russell Greene
2021-07-29
1
-0/+3
*
|
Refactor: Drop redundand `std::endl` calls in the middle of output
Alex Turbov
2021-07-13
1
-36/+52
*
|
Refactor: Use `cmStrToLong` instead of `std::strtol`
Alex Turbov
2021-07-13
1
-18/+17
*
|
Refactor: Avoid duplicate calls to `GetOption("GEN_DBGSYMDIR")`
Alex Turbov
2021-07-13
1
-9/+11
*
|
Refactor: Deduplicate code of `createDebPackages()`
Alex Turbov
2021-07-13
1
-22/+19
*
|
CPack/DEB: dbgsym package not generated for non-component packaging
Alex Turbov
2021-07-13
1
-45/+36
*
|
Refactor: Extract packaged files finder into a function
Alex Turbov
2021-07-13
1
-45/+34
*
|
Refactor: cmCPackDebGenerator::PackageComponents handle `else` first
Alex Turbov
2021-07-13
1
-27/+27
*
|
Refactor: Change return value to bool for private members
Alex Turbov
2021-07-13
1
-18/+7
*
|
Refactor: Drop unnecessary `if` before `return`
Alex Turbov
2021-07-13
1
-8/+2
*
|
Refactor: Drop useless assignments of `retval` before return
Alex Turbov
2021-07-13
1
-4/+2
*
|
CPackDeb: sort package files before generating deb file
Alexey Rogachevskiy
2021-06-30
1
-0/+7
*
|
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
|
\
[next]