mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
LibCore+LibHTTP+LibGfx: Switch to LibCompress
This commit removes the only 3rd party library (and its usages) in serenity: puff, which is used for deflate decompression. and replaces it with the existing original serenity implementation in LibCompress. :^)
This commit is contained in:
parent
373a595c56
commit
c12781a6a2
16 changed files with 31 additions and 1121 deletions
|
@ -12,7 +12,6 @@ set(SOURCES
|
|||
FileWatcher.cpp
|
||||
File.cpp
|
||||
GetPassword.cpp
|
||||
Gzip.cpp
|
||||
IODevice.cpp
|
||||
LocalServer.cpp
|
||||
LocalSocket.cpp
|
||||
|
@ -23,7 +22,6 @@ set(SOURCES
|
|||
Object.cpp
|
||||
ProcessStatisticsReader.cpp
|
||||
Property.cpp
|
||||
puff.cpp
|
||||
SocketAddress.cpp
|
||||
Socket.cpp
|
||||
StandardPaths.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue