summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDebGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* Source: Cleanup and simplify some codeRose2021-11-041-2/+2
* Merge topic 'fix-ifdef-windows'Brad King2021-10-181-1/+1
|\
| * Source: Fix typo in _WIN32 preprocessor checksBrad King2021-10-151-1/+1
* | Rename cmProp in cmValueMarc Chevrier2021-09-211-31/+31
* | Use new SetOption signaturesMarc Chevrier2021-09-151-13/+9
* | cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-74/+73
* | cmArchiveWrite: Check for construction errors on OpenBrad King2021-08-201-3/+21
* | CPack/DEB: Add zstd compression for deb packagesRussell Greene2021-07-291-0/+3
* | Refactor: Drop redundand `std::endl` calls in the middle of outputAlex Turbov2021-07-131-36/+52
* | Refactor: Use `cmStrToLong` instead of `std::strtol`Alex Turbov2021-07-131-18/+17
* | Refactor: Avoid duplicate calls to `GetOption("GEN_DBGSYMDIR")`Alex Turbov2021-07-131-9/+11
* | Refactor: Deduplicate code of `createDebPackages()`Alex Turbov2021-07-131-22/+19
* | CPack/DEB: dbgsym package not generated for non-component packagingAlex Turbov2021-07-131-45/+36
* | Refactor: Extract packaged files finder into a functionAlex Turbov2021-07-131-45/+34
* | Refactor: cmCPackDebGenerator::PackageComponents handle `else` firstAlex Turbov2021-07-131-27/+27
* | Refactor: Change return value to bool for private membersAlex Turbov2021-07-131-18/+7
* | Refactor: Drop unnecessary `if` before `return`Alex Turbov2021-07-131-8/+2
* | Refactor: Drop useless assignments of `retval` before returnAlex Turbov2021-07-131-4/+2
* | CPackDeb: sort package files before generating deb fileAlexey Rogachevskiy2021-06-301-0/+7
* | 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
|\