summaryrefslogtreecommitdiffstats
path: root/Source/cmArchiveWrite.h
Commit message (Collapse)AuthorAgeFilesLines
* Add Compress compress support to libarchive-wrapperEric NOULARD2010-08-161-0/+1
|
* Add XZ compress support to libarchive-wrapperEric NOULARD2010-08-131-1/+2
| | | | | | | This is not needed but it does not cost much to do it for all potentially supported format in libarchive. XZ and LZMA are not builtin libarchive and require external lib but if CMAKE_USE_SYSTEM_LIBARCHIVE is ON then we may get it for free.
* Add ZIP archive format and LZMA compress support to libarchive-wrapperEric NOULARD2010-08-131-2/+10
| | | | | | | This will be needed to use cmArchiveWrire in cmCPackArchiveGenerator with the same feature set as before. Note that adding zip support to libarchive-wrapper would also makes it easy to add a new -E zip command to cmake commands.
* Create class cmArchiveWrite to wrap libarchive (#11020)Brad King2010-08-061-0/+84