mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2026-02-08 05:24:35 +00:00
[PR #1] [MERGED] Add LZ4 #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/Aaru.Compression.Native/pull/1
Author: @FakeShemp
Created: 12/26/2025
Status: ✅ Merged
Merged: 12/26/2025
Merged by: @claunia
Base:
devel← Head:fakeshemp/lz4📝 Commits (2)
5d01a00Add LZ41496ae1Always use Docker📊 Changes
11 files changed (+547 additions, -2 deletions)
View changed files
📝
.gitmodules(+3 -0)➕
3rdparty/lz4(+1 -0)➕
3rdparty/lz4.cmake(+378 -0)📝
CMakeLists.txt(+2 -1)📝
README.md(+1 -0)📝
build.sh(+1 -0)📝
library.c(+13 -0)📝
library.h(+6 -0)📝
tests/CMakeLists.txt(+4 -1)➕
tests/data/lz4.bin(+0 -0)➕
tests/lz4.cpp(+138 -0)📄 Description
Another draft because I'm looking for input.This simple thing has been really difficult for me to get working. I seem to have problem every step of the way, and it's not getting better by my atrocious cmake skills.
It does build, but that's about it. Tests do not work and segfault. They're basically copied from the other tests. The test file is not correct since I need to make a headerless file still.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.