summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/tar
Commit message (Collapse)AuthorAgeFilesLines
* libarchive: Remove our copy to make room for new importBrad King2011-12-2037-12951/+0
|
* libarchive: Remove unused STDC_HEADERS try_runBrad King2009-11-301-1/+0
| | | | | This was the only try_run() in libarchive, and the result was not used in the source code. We remove it to allow cross-compiling to work.
* remove makefiles as they cause the in source build test of cmake to failBill Hoffman2009-11-032-91/+0
|
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-3039-0/+13043
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.