ladybird/Userland/Libraries/LibCompress
Lenny Maiorani c6dcb12b00 Libraries: Use default constructors/destructors in LibCompress
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-10 18:04:26 -08:00
..
CMakeLists.txt
Deflate.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Deflate.h Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
DeflateTables.h
Gzip.cpp Libraries: Use default constructors/destructors in LibCompress 2022-03-10 18:04:26 -08:00
Gzip.h Libraries: Use default constructors/destructors in LibCompress 2022-03-10 18:04:26 -08:00
Zlib.cpp Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
Zlib.h Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00