mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +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
|
@ -22,8 +22,6 @@ files = subprocess.run(
|
|||
":!:Base",
|
||||
":!:Kernel/FileSystem/ext2_fs.h",
|
||||
":!:Userland/Libraries/LibC/getopt.cpp",
|
||||
":!:Userland/Libraries/LibCore/puff.h",
|
||||
":!:Userland/Libraries/LibCore/puff.cpp",
|
||||
":!:Userland/Libraries/LibELF/exec_elf.h"
|
||||
],
|
||||
capture_output=True
|
||||
|
|
|
@ -42,8 +42,6 @@ done < <(git ls-files -- \
|
|||
':!:Base' \
|
||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||
':!:Userland/Libraries/LibC/getopt.cpp' \
|
||||
':!:Userland/Libraries/LibCore/puff.h' \
|
||||
':!:Userland/Libraries/LibCore/puff.cpp' \
|
||||
':!:Userland/Libraries/LibELF/exec_elf.h' \
|
||||
)
|
||||
|
||||
|
|
|
@ -14,8 +14,6 @@ if [ "$#" -eq "1" ]; then
|
|||
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||
':!:Userland/Libraries/LibC/getopt.cpp' \
|
||||
':!:Userland/Libraries/LibC/syslog.h' \
|
||||
':!:Userland/Libraries/LibCore/puff.h' \
|
||||
':!:Userland/Libraries/LibCore/puff.cpp' \
|
||||
':!:Userland/Libraries/LibELF/exec_elf.h'
|
||||
)
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue