summaryrefslogtreecommitdiffstats
path: root/Utilities/cmbzip2/bzlib.c
Commit message (Collapse)AuthorAgeFilesLines
* bzip2: Restore fix for unused variablesBrad King2009-11-041-0/+3
| | | | | | The commit "bzip2: Disable Borland warnings" accidentally reverted changes from commit "Fix warnings for unused variables". This restores them.
* bzip2: Disable Borland warningsBrad King2009-11-041-3/+0
| | | | | We disable warnings to silence them while making minimal changes to third-party code.
* Fix warnings for unused variablesBill Hoffman2009-11-031-0/+3
|
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-0/+1572
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.