aboutsummaryrefslogtreecommitdiff
path: root/libraries/pack200
AgeCommit message (Collapse)Author
2020-05-19Remove some old forge hacksPetr Mrázek
Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it.
2018-11-01iNOISSUE fix build issue with pack200 on rhel 7.6Petr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-28NOISSUE fix some warnings so builds can go furtherPetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
2017-05-06GH-1876 Fork and update quazipPetr Mrázek
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway
2017-05-05GH-1876 turn pack200 into a shared libraryPetr Mrázek
2017-04-19NOISSUE fix benign issue in pack200 unpacker binary.Petr Mrázek
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek