Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress -Wcast-align in curl and bzip2 | Brad King | 2010-09-10 | 1 | -0/+3 |
| | | | | Trust upstream developers of third-party code. | ||||
* | suppress another warning. | Bill Hoffman | 2009-11-12 | 1 | -0/+2 |
| | |||||
* | Remove a few more warnings | Bill Hoffman | 2009-11-10 | 1 | -0/+6 |
| | |||||
* | bzip2: Disable Borland warnings | Brad King | 2009-11-04 | 1 | -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 tar | Bill Hoffman | 2009-10-30 | 1 | -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. |