summaryrefslogtreecommitdiffstats
path: root/Utilities/cmbzip2
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
|
* Remove makefile as it breaks in-source build testingBill Hoffman2009-11-061-217/+0
|
* 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-042-3/+6
| | | | | 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-3064-0/+160141
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.