summaryrefslogtreecommitdiff
path: root/Source/cmArchiveWrite.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+1
* cmArchiveWrite: Consolidate multiple ways to set thread countNils Gladitz2021-04-221-3/+0
* CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-261-1/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* file(ARCHIVE_CREATE): Add option to control compression levelAsit Dhal2020-09-211-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmArchiveWrite: support setting archive filter optionsBen Boeckel2020-03-311-0/+3
* cmArchiveWrite: split out opening the fileBen Boeckel2020-03-311-0/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* cmake: Teach cmake -E tar command, Zstandard compressionBartosz Kosiorek2019-05-221-1/+2
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* Mark operator bool explicitRegina Pfeifer2018-11-191-7/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+3
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-1/+5
* cmArchiveWrite: replace mode_t with intDaniel Pfeifer2016-08-171-4/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-31/+32
* cmArchiveWrite: control user/group, permissions and recursive file addingRaffi Enficiaud2015-09-171-2/+93
* cmArchiveWrite: do not store sparse files when using standard tar formatsRoman Donchenko2015-07-061-0/+1
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-101-9/+3
* cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-191-0/+2
* CPack: add generators for .7z and .tar.xz (#13072, #14519)Daniel Pfeifer2014-07-291-1/+2
* Add Compress compress support to libarchive-wrapperEric NOULARD2010-08-161-0/+1
* Add XZ compress support to libarchive-wrapperEric NOULARD2010-08-131-1/+2
* Add ZIP archive format and LZMA compress support to libarchive-wrapperEric NOULARD2010-08-131-2/+10
* Create class cmArchiveWrite to wrap libarchive (#11020)Brad King2010-08-061-0/+84