summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive/archive_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2013-07-311-0/+2
| | | | | | | | | | | Conflicts: Utilities/cmlibarchive/CMakeLists.txt Utilities/cmlibarchive/libarchive/archive.h Utilities/cmlibarchive/libarchive/archive_entry.h Utilities/cmlibarchive/libarchive/archive_read_disk_posix.c Utilities/cmlibarchive/libarchive/archive_read_support_format_iso9660.c Utilities/cmlibarchive/libarchive/archive_windows.h Utilities/cmlibarchive/libarchive/archive_write_set_format_iso9660.c
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2011-12-201-0/+150
| | | | | Add Utilities/cmlibarchive using upstream libarchive 3.0.0-r3950 snapshot.
* libarchive: Remove our copy to make room for new importBrad King2011-12-201-133/+0
|
* libarchive: Disable Borland warningsBrad King2009-11-041-0/+13
| | | | | We disable warnings to silence them while making minimal changes to third-party code.
* libarchive: Disable MSVC warningsBrad King2009-11-041-0/+4
| | | | | We disable warnings to silence them while making minimal changes to third-party code.
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-0/+116
This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well.