devgianlu
|
c4b76bea13
|
LibCompress: Introduce generic de/compressor using zlib
This compressor decompressor is capable of handling zlib, gzip and
deflate all in one.
|
2025-03-19 13:46:50 +01:00 |
|
devgianlu
|
3d3e77cd3e
|
Meta: Add explicit vcpkg dependency for zlib
zlib is already included transitively for other dependencies, include it
explicitly and link it with `LibCompress`.
|
2025-03-19 13:46:50 +01:00 |
|
Undefine
|
0c882c441e
|
LibCompress: Remove unused Lzma compression and decompression
|
2025-02-10 16:22:32 +00:00 |
|
Undefine
|
f30fd8af4c
|
LibCompress: Remove unused Lzma2 decompression
|
2025-02-10 16:22:32 +00:00 |
|
Undefine
|
a49b7c0125
|
LibCompress: Remove unused Xz decompression
|
2025-02-10 16:22:32 +00:00 |
|
Undefine
|
50d4479ddb
|
LibCompress: Remove unused brotli decompression
|
2025-02-10 16:22:32 +00:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
asynts
|
3f1dfc2e97
|
LibCompress: Implement gzip.
|
2020-08-30 09:56:10 +02:00 |
|
stelar7
|
98e18d7339
|
LibCompress: Add LibCompress
For now this only contains DEFLATE, and a very simple Zlib
Eventually GZip, etc. can go here as well.
|
2020-08-04 11:27:07 +02:00 |
|