summaryrefslogtreecommitdiff
path: root/Source/cmArchiveWrite.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encoding: Fix potential encoding issues with libarchive on Windows.Clinton Stimpson2014-07-021-2/+24
* Merge topic 'archive-null-error'Brad King2014-04-171-14/+21
|\
| * cmArchiveWrite: Handle NULL error string (#14882)Brad King2014-04-161-14/+21
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
|/
* cmArchiveWrite: Clear fflags from archive entriesBrad King2012-06-061-0/+1
* Do not add the content of a file if it's a symlink.Eric NOULARD2012-01-131-3/+7
* CMake: Write symlinks to directories as files in archives (#12284)Johan Björk2011-09-061-1/+2
* cmArchiveWrite: Clear xattr and acl from entries (#11958)Brad King2011-04-071-0/+3
* Add Compress compress support to libarchive-wrapperEric NOULARD2010-08-161-0/+8
* Add XZ compress support to libarchive-wrapperEric NOULARD2010-08-131-0/+8
* Add ZIP archive format and LZMA compress support to libarchive-wrapperEric NOULARD2010-08-131-4/+40
* cmArchiveWrite: Fix signed/unsigned againBrad King2010-08-111-7/+7
* cmArchiveWrite: Fix signed/unsigned compare/convertBrad King2010-08-091-4/+8
* Create class cmArchiveWrite to wrap libarchive (#11020)Brad King2010-08-061-0/+243