ladybird/Userland/Libraries/LibCompress
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
Brotli.cpp LibCompress/Brotli: Update the lookback buffer with uncompressed data 2024-01-03 17:54:36 +01:00
Brotli.h
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
CMakeLists.txt LibCompress: Add a PackBits decoder 2023-12-27 17:40:11 +01:00
Deflate.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Deflate.h
DeflateTables.h
Gzip.cpp
Gzip.h
Lzma.cpp
Lzma.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Lzma2.cpp
Lzma2.h
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
Zlib.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00