Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ if(SOURCEMETA_CORE_JSONLD)
endif()

if(SOURCEMETA_CORE_GZIP)
find_package(LibDeflate REQUIRED)
add_subdirectory(src/core/gzip)
endif()

Expand Down
1 change: 0 additions & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pyca-cryptography https://github.com/pyca/cryptography 9747d06e83764e7f1ea4c04da
wycheproof https://github.com/C2SP/wycheproof 6d7cccd0fcb1917368579adeeac10fe802f1b521
pcre2 https://github.com/PCRE2Project/pcre2 pcre2-10.48
googlebenchmark https://github.com/google/benchmark 378fe693a1ef51500db21b11ff05a8018c5f0e55
libdeflate https://github.com/ebiggers/libdeflate v1.26
unicodetools https://github.com/unicode-org/unicodetools final-17.0-20250910
jose-cookbook https://github.com/ietf-jose/cookbook 13692b68bfc18b99557a5b1ed311fd5077bfff04
w3c-json-ld https://github.com/w3c/json-ld-api 8654ac22b6cf4f441d2fee915ae634d36b5a8067
Expand Down
137 changes: 0 additions & 137 deletions cmake/FindLibDeflate.cmake

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/core/gzip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sourcemeta_library(NAMESPACE sourcemeta PROJECT core NAME gzip

target_link_libraries(sourcemeta_core_gzip PRIVATE sourcemeta::core::crypto)

# Way faster for full buffer decompression
target_link_libraries(sourcemeta_core_gzip PRIVATE LibDeflate::LibDeflate)

if(SOURCEMETA_CORE_INSTALL)
sourcemeta_library_install(NAMESPACE sourcemeta PROJECT core NAME gzip)
endif()
155 changes: 0 additions & 155 deletions src/core/gzip/bit_reader.h

This file was deleted.

Loading