summaryrefslogtreecommitdiff
path: root/Source/cmArchiveWrite.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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