1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:34:57 +00:00
serenity/Userland/Libraries/LibCompress
Timothy Flynn 027aee2c66 Userland: Add missing Math.h and IntegralMath.h header includes
These are currently being implicitly including by FixedPoint.h by way of
Format.h. The former will soon be removed from the latter, which would
otherwise cause a compile error in these files.
2023-01-19 11:29:48 +00:00
..
Brotli.cpp LibCore: Use the new Handle type for the BitStream types 2022-12-12 16:21:39 +00:00
Brotli.h LibCore: Rename InputBitStream.h to BitStream.h 2023-01-10 10:28:26 +01:00
BrotliDictionary.cpp Everywhere: Add support for compilation under emscripten 2022-11-26 02:23:15 +03:30
BrotliDictionary.h LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
BrotliDictionaryData.bin LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Deflate.cpp LibCore: Return EBADF on unsupported stream operations 2023-01-19 11:41:56 +01:00
Deflate.h LibCompress: Remove all leftover AK::Stream headers 2023-01-13 17:34:45 -07:00
DeflateTables.h LibCompress: Add missing header to DeflateTables.h 2021-10-06 23:52:40 +01:00
Gzip.cpp LibCore: Return EBADF on unsupported stream operations 2023-01-19 11:41:56 +01:00
Gzip.h LibCompress: Switch DeflateDecompressor to a fallible constructor 2023-01-13 17:34:45 -07:00
Zlib.cpp Userland: Add missing Math.h and IntegralMath.h header includes 2023-01-19 11:29:48 +00:00
Zlib.h LibCompress: Remove all leftover AK::Stream headers 2023-01-13 17:34:45 -07:00