Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bzip2: Disable MSVC warnings in 3rd party code | Brad King | 2020-02-25 | 1 | -1/+3 |
| | | | | | In commit 35acaa90c5 (bzip2: Add compilation flags to disable warnings in third-party code, 2020-02-24) we forgot to disable warnings for MSVC. | ||||
* | Merge branch 'upstream-bzip2' into update-bzip2 | Brad King | 2020-02-24 | 16 | -84/+100 |
| | | | | | | # By bzip2 upstream * upstream-bzip2: bzip2 2019-07-13 (6a8690fc) | ||||
* | bzip2: Add compilation flags to disable warnings in third-party code | Brad King | 2020-02-24 | 1 | -0/+9 |
| | |||||
* | Merge branch 'upstream-bzip2' into update-bzip2 | Brad King | 2020-02-24 | 18 | -0/+8350 |
| | | | | | | # By bzip2 upstream * upstream-bzip2: bzip2 2007-12-10 (a1d78c55) | ||||
* | bzip2: Remove all sources to make room for fresh import | Brad King | 2020-02-24 | 57 | -159717/+0 |
| | |||||
* | bzip2: Drop unused .dsp files | Brad King | 2017-08-30 | 2 | -223/+0 |
| | |||||
* | curl, bzip2: Suppress warnings by setting initial value | Sean McBride | 2013-10-08 | 1 | -1/+1 |
| | | | | Silence clang -Wsometimes-uninitialized warnings. | ||||
* | BZip2: Remove unnecessary *.bz2 files from CMake source tree | David Cole | 2012-06-13 | 3 | -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 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. |