Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bzip2: Restore fix for unused variables | Brad King | 2009-11-04 | 1 | -0/+3 |
| | | | | | | The commit "bzip2: Disable Borland warnings" accidentally reverted changes from commit "Fix warnings for unused variables". This restores them. | ||||
* | bzip2: Disable Borland warnings | Brad King | 2009-11-04 | 1 | -3/+0 |
| | | | | | We disable warnings to silence them while making minimal changes to third-party code. | ||||
* | Fix warnings for unused variables | Bill Hoffman | 2009-11-03 | 1 | -0/+3 |
| | |||||
* | Switch to using libarchive from libtar for cpack and cmake -E tar | Bill Hoffman | 2009-10-30 | 1 | -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. |