Ali Mohammad Pur
|
57ea3e160a
|
LibCompress: Use a __FILE__-relative path for the brotli dictionary file
This makes it so the generated assembly doesn't depend on
compile-specific search paths, also making it possible to build with
LTO.
|
2024-01-10 09:40:51 +01:00 |
|
Ali Mohammad Pur
|
2110e7cf85
|
Everywhere: Add support for compilation under emscripten
Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
|
2022-11-26 02:23:15 +03:30 |
|
Andrew Kaster
|
1d533acbc0
|
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
We have such nice platform macros, let's clean up any remnants of manual
__my_platform__ macros in LibCore, LibCompress and AK.
|
2022-10-10 12:23:12 +02:00 |
|
Michiel Visser
|
d6a5b11f04
|
LibCompress: Implement Brotli decompressor
This implements the BrotliDecompressionStream, which is a Core::Stream
that can decompress another Core::Stream.
|
2022-05-21 22:41:40 +02:00 |
|