summaryrefslogtreecommitdiffstats
path: root/Utilities/cmbzip2/bzlib_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Suppress -Wcast-align in curl and bzip2Brad King2010-09-101-0/+3
| | | | Trust upstream developers of third-party code.
* suppress another warning.Bill Hoffman2009-11-121-0/+2
|
* Remove a few more warningsBill Hoffman2009-11-101-0/+6
|
* bzip2: Disable Borland warningsBrad King2009-11-041-0/+6
| | | | | 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/+509
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.