| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Silence clang -Wsometimes-uninitialized warnings.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Trust upstream developers of third-party code.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The commit "bzip2: Disable Borland warnings" accidentally reverted
changes from commit "Fix warnings for unused variables". This restores
them.
|
|
|
|
|
| |
We disable warnings to silence them while making minimal changes to
third-party code.
|
| |
|
|
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.
|