ladybird/Userland/Libraries/LibCompress
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
..
Brotli.cpp LibCompress/Brotli: Update the lookback buffer with uncompressed data 2024-01-03 17:54:36 +01:00
Brotli.h LibCompress: Let BrotliDecompressionStream take a MaybeOwned 2023-08-23 12:03:37 +01:00
BrotliDictionary.cpp AK+Lagom: Make it possible to build for iOS 2024-03-03 13:13:42 -07:00
BrotliDictionary.cpp.dict.bin LibCompress: Use a __FILE__-relative path for the brotli dictionary file 2024-01-10 09:40:51 +01:00
BrotliDictionary.h LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
CMakeLists.txt LibCompress: Add a PackBits decoder 2023-12-27 17:40:11 +01:00
Deflate.cpp LibCompress/Deflate: Remove three useless FIXMEs 2024-01-14 21:22:35 +01:00
Deflate.h LibCompress: Fix a typo in m_read_final_block 2023-10-09 23:40:10 +02:00
DeflateTables.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Gzip.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
Gzip.h LibCompress: Let GzipDecompressor take a MaybeOwned<Stream> 2023-08-23 12:03:37 +01:00
Lzma2.cpp LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunks 2023-03-30 14:39:31 +02:00
Lzma2.h LibCompress: Add support for LZMA2 2023-03-21 10:25:13 +01:00
Lzma.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Lzma.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
LZWDecoder.h LibCompress: Add LZWDecoder::decode_all() 2023-12-01 12:58:14 +01:00
PackBitsDecoder.cpp LibCompress: Add a PackBits decoder 2023-12-27 17:40:11 +01:00
PackBitsDecoder.h LibCompress: Add a PackBits decoder 2023-12-27 17:40:11 +01:00
Xz.cpp LibCompress: Implement the XZ BCJ filter for ARM64 2023-12-14 08:59:23 -07:00
Xz.h LibCompress: Implement the XZ BCJ filter for ARM64 2023-12-14 08:59:23 -07:00
Zlib.cpp LibCompress: Port ZlibDecompressor to AK::Stream 2023-08-23 12:03:37 +01:00
Zlib.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00