Filiph Siitam Sandström
|
fd694e8672
|
AK+Lagom: Make it possible to build for iOS
This commit makes it possible to build AK and most of Lagom for iOS,
based on the work for the Ladybird build demoed on discord:
https://discord.com/channels/830522505605283862/830525031720943627/1211987732646068314
|
2024-03-03 13:13:42 -07:00 |
|
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 |
|