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 |
| | |||||
* | Remove makefile as it breaks in-source build testing | Bill Hoffman | 2009-11-06 | 1 | -217/+0 |
| | |||||
* | 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 | 2 | -3/+6 |
| | | | | | 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 | 64 | -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. |