summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDebGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* CPack/Deb proper package file namingDomen Vrankar2016-05-131-28/+20
* CPack/Deb proper component packages file namingAlexander Smorkalov2016-05-131-2/+9
* CPack/Deb generation of postinst and postrm ldconfig filesAlexander Smorkalov2016-05-131-0/+56
* CPack/Deb generation of DEBIAN/shlibs control fileAlexander Smorkalov2016-05-131-7/+31
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-0/+1
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CPackDEB: added config file optional Source fieldRaffi Enficiaud2015-11-041-0/+7
* Merge topic 'cpack-deb-fakeroot-removal'Brad King2015-10-261-1/+1
|\
| * CPackDEB: Use proper compression scheme for control.tar.gzRaffi Enficiaud2015-10-231-1/+1
* | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-281-0/+2
* | Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-2/+0
* | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-211-0/+2
* | CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-13/+16
|/
* CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-113/+186
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-6/+4
* CPackDeb: Fix lintian md5sum file warningRaffi Enficiaud2015-04-231-0/+6
* CPackDeb: Refactor package variable lookup by generatorDomen Vrankar2015-04-211-39/+36
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-3/+3
* cmCPackDebGenerator: Cast file mode to proper type for %o formatterBrad King2015-03-311-2/+4
* Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-0/+5
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* CPackDeb: Add option to set compression typeSean D'Epagnier2014-03-141-9/+37
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-8/+8
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+2
* CPack: Avoid "format expects 'unsigned int'" warningsPaul Kunysch2013-03-221-4/+4