summaryrefslogtreecommitdiff
path: root/Utilities/cmbzip2
Commit message (Collapse)AuthorAgeFilesLines
* curl, bzip2: Suppress warnings by setting initial valueSean McBride2013-10-081-1/+1
| | | | Silence clang -Wsometimes-uninitialized warnings.
* BZip2: Remove unnecessary *.bz2 files from CMake source treeDavid Cole2012-06-133-0/+0
| | | | | | | We had complaints that people couldn't install the CMake source tarball on some secure systems because there were "corrupt bz2 files" in it... We do not use these sample*.bz2 files anyhow in the CMake build, so we'll just remove them.
* 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.