summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDebGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCPackDebGenerator: Remove unused local variableBrad King2021-04-281-1/+0
* cmArchiveWrite: Consolidate multiple ways to set thread countNils Gladitz2021-04-221-5/+0
* CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-261-3/+25
* cpack(DEB): Issue warning if custom script for control file is missingAsit Dhal2021-01-151-0/+9
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-88/+95
* CPack/DEB: Do not crash when asked for debug symbols when there are noneAndrew Fuller2020-11-161-1/+2
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-14/+14
* CPack: Fix newline output in .deb generatorKyle Edwards2020-04-301-11/+15
* Merge topic 'cpack-symlinks'Brad King2020-04-221-0/+3
|\
| * CPack: Do not recurse through directory symlinksBrad King2020-04-211-0/+3
* | cmArchiveWrite: split out opening the fileBen Boeckel2020-03-311-0/+3
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-10/+10
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-17/+11
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-27/+23
* CPack/Deb: Remove paxr as a supported tar format for a .debGuillem Jover2018-11-281-1/+1
* CPack/Deb: Add ability to split out debug symbols into .ddeb packageAndrew Fuller2018-09-211-384/+560
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-9/+9
* Merge topic 'cpack-fix-deb-packaging'Brad King2018-07-031-0/+6
|\
| * CPack/Deb: Restore setting of root as the owner of filesAndrew Fuller2018-07-021-0/+6
* | CPack: Move internal implementation modules into Internal/CPack directoryKyle Edwards2018-06-211-2/+2
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-24/+33
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+2
* Merge topic 'ranged-for'Brad King2017-09-191-46/+30
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-46/+30
* | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-1/+1
|/
* cmCPackDebGenerator: Use libarchive to create .deb fileDaniel Pfeifer2017-08-251-271/+19
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Change ComputeFileMD5 to ComputeFileHashAndré Klitzing2017-07-141-5/+4
* CPackDeb: Enable the DEB generator on WindowsNils Gladitz2017-06-281-5/+23
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-1/+1
* CPack/Deb invalid md5sums file fixDomen Vrankar2016-12-231-1/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-12/+9
* CPack/DEB: Add option to select archive typeDomen Vrankar2016-09-051-2/+10
* CPack: don't use else after returnDaniel Pfeifer2016-08-181-9/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Add missing braces around statements.Daniel Pfeifer2016-06-101-9/+16
* Source/CPack: Run clang-format to fix styleBrad King2016-06-071-6/+6
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-2/+2
* CPack/Deb possibility to change package nameDomen Vrankar2016-05-231-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-439/+352