summaryrefslogtreecommitdiff
path: root/Source/cmArchiveWrite.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+0
* CPack: Add parallel zstd compressionRussell Greene2022-02-231-0/+9
* cmArchiveWrite: Factor out thread count selectionRussell Greene2022-02-231-25/+25
* cmArchiveWrite: Check for construction errors on OpenBrad King2021-08-201-0/+3
* cmArchiveWrite: Consolidate multiple ways to set thread countNils Gladitz2021-04-221-18/+30
* CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-261-1/+15
* file(ARCHIVE_CREATE): Add option to control compression levelAsit Dhal2020-09-211-1/+36
* CPack: Use SOURCE_DATE_EPOCH for all timestamps in archivesBen Stone2020-06-021-0/+5
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+3
* cmArchiveWrite: support setting archive filter optionsBen Boeckel2020-03-311-0/+13
* cmArchiveWrite: split out opening the fileBen Boeckel2020-03-311-1/+5
* cmArchiveWrite: Remove ./ suffix from 7zip archivesCristian Adam2020-01-311-2/+3
* cmArchiveWrite: Remove ./ suffix from zip archivesCristian Adam2020-01-271-2/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-9/+11
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-47/+39
* cmake: Teach cmake -E tar command, Zstandard compressionBartosz Kosiorek2019-05-221-0/+7
* cmake: Don't interrupt archive creation if unable to read a file.Bartosz Kosiorek2019-03-181-6/+5
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+2
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-1/+1
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* CPack/Deb: Support SOURCE_DATE_EPOCH when packaging filesAndrew Fuller2018-07-251-2/+26
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Merge topic 'else-after-return'Brad King2016-08-231-2/+1
|\
| * CMake: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-0/+4
* | cmArchiveWrite: replace mode_t with intDaniel Pfeifer2016-08-171-1/+1
|/
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-1/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+4
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-145/+103
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-11/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* cmArchiveWrite: Preemptively adapt to future libarchive 4.0 changesBrad King2015-10-281-0/+4
* cmArchiveWrite: control user/group, permissions and recursive file addingRaffi Enficiaud2015-09-171-4/+35
* Merge topic 'libarchive-modern-apis'Brad King2015-08-251-14/+14
|\
| * Use modern libarchive APIsPáder Rezső2015-08-241-14/+14
* | Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-4/+3
|/
* cmArchiveWrite: do not store sparse files when using standard tar formatsRoman Donchenko2015-07-061-1/+10
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-101-31/+13
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-0/+4
|\
| * Add setlocale() calls around use of libarchive APIs (#14934, #15377)Brad King2015-02-061-0/+4
* | cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-191-0/+15
* | cmake: Teach "-E tar" to report file name on failure to read from diskBrad King2015-01-191-1/+3
|/
* CPack: add generators for .7z and .tar.xz (#13072, #14519)Daniel Pfeifer2014-07-291-1/+9