Commit Graph

146 Commits

Author SHA1 Message Date
061c792fa6 Bump version to 6.0.0-alpha.13 2026-02-08 16:07:19 +00:00
fa74393e5e Disable in-source building. 2026-02-08 16:07:10 +00:00
7746c81cb9 Add XZ algorithm. 2026-02-08 16:06:41 +00:00
1bdbb1507a Add LZVN algorithm. 2026-02-08 15:54:28 +00:00
f7f5dd0dda Checkout LZ4. 2026-02-08 15:54:11 +00:00
ac087fd093 Add LZO compression algorithm. 2026-02-08 15:50:09 +00:00
48422ad607 Add AGENTS.md for AI agents guidance and project documentation 2025-12-29 18:49:43 +00:00
0487304503 Bump version to 6.0.0-alpha.12 in nuspec file v6.0.0-alpha.12 2025-12-26 16:20:15 +00:00
ed45dfce4d Merge pull request #1 from FakeShemp/fakeshemp/lz4
Add LZ4
2025-12-26 16:12:25 +00:00
a944bedd96 Merge pull request #2 from FakeShemp/fakeshemp/double-free
Wrong size allocated.
2025-12-26 16:06:44 +00:00
Rebecca Wallander
1496ae1397 Always use Docker 2025-12-26 14:09:26 +01:00
Rebecca Wallander
5d01a00327 Add LZ4 2025-12-26 14:09:26 +01:00
Rebecca Wallander
3510b57bc8 Wrong size allocated. 2025-12-26 12:28:52 +01:00
a85daf436e Add missing HA test files. 2025-12-26 10:30:41 +00:00
823ef17811 Update copyright years to 2026. 2025-12-23 08:21:08 +00:00
f2dba8922a Fix checked version of googletest. 2025-12-21 20:38:25 +00:00
ce378021ba Implement HA's ASC and HSC algorithms. 2025-09-06 18:59:18 +01:00
4df2934506 Add AMG compressed sample. 2025-09-06 17:13:37 +01:00
3b91dcef7c Bump version to 6.0.0-alpha.11.4. 2025-09-02 13:35:48 +01:00
54410bf59e Add PAK methods 10 (crush) and 11 (distill). v6.0.0-alpha.11.4 2025-09-02 13:01:16 +01:00
d188ebe02e Update build script. v6.0.0-alpha.11.3 2025-09-02 11:31:54 +01:00
e97dd11da5 Fix missing includes. 2025-09-02 11:31:26 +01:00
27e2baf54a Bump version to 6.0.0-alpha.11.3. 2025-09-02 10:20:30 +01:00
1323bba72f Add ARC methods 8 (Crunch) and 9 (squash), 12-bit and 13-bit Dynamic LZW. 2025-09-02 10:19:51 +01:00
a39e6abb97 Add ARC methods 5, 6 and 7, LZW with different hash tables, with and without non-repeat packing, aka crunch. 2025-09-02 03:52:35 +01:00
afc6f3e2bc Add ARC method 4 Huffman squeezing decompression implementation and tests 2025-09-02 03:06:31 +01:00
bfb9a6b524 Add ARC non-repeat packing decompression implementation and tests. 2025-09-01 23:30:57 +01:00
750df1cca9 Added comments from Copilot. 2025-08-26 02:06:19 +01:00
a336ce953e Bump version to v6.0.0-alpha.11.2. v6.0.0-alpha.11.2 2025-08-26 01:54:43 +01:00
057d0c0242 Add support for decompressing Lempel-Ziv-Huffman, LH5 variant. 2025-08-26 01:02:37 +01:00
0068268c65 Add LZD testfile. 2025-08-23 22:55:10 +01:00
beb8b405db Asked Copilot to comment the code. 2025-08-23 22:54:33 +01:00
b3474d88f6 Fix lzd exported functions declarations. v6.0.0-alpha.11.1 2025-08-23 22:46:10 +01:00
9ed17b84c3 Update build script. 2025-08-23 22:45:45 +01:00
8ba4d258bf Bump version to 6.0.0-alpha.11.1. 2025-08-23 22:09:31 +01:00
9db2e3212d Add codealike configuration file. 2025-08-23 22:09:14 +01:00
6637fb486f Implement LZD from ZOO (method 1), heavily modified to support .NET straming mechanisms. 2025-08-23 22:07:11 +01:00
17d4446fb1 Updated flac to new API. 2025-08-23 21:55:21 +01:00
b285754ad4 Update copyright year. 2024-12-19 15:26:07 +00:00
36102254a5 Update editorconfig file. 2024-12-19 15:24:27 +00:00
c215979aaf Update IntelliJ project files. 2024-12-19 15:24:07 +00:00
e948c31fba Up version to 6.0.0-alpha.10 2024-04-30 15:37:47 +01:00
123879fc7c General refactor and cleanup. 2024-04-30 15:37:29 +01:00
47e6c8e50f Update editorconfig and clang-format. 2024-04-30 15:36:41 +01:00
712ace1b51 Restore build script permissions. v6.0.0-alpha10 2023-09-24 17:53:27 +01:00
a94afca82c Disable lzma affinity when compiling against musl. 2023-09-24 17:52:55 +01:00
f6143124a1 Update project styles. 2023-09-24 17:41:32 +01:00
29a3571fcc Up version to 6.0.0-alpha10. 2023-09-24 17:40:35 +01:00
502e0d4298 Fix compilation for linux-musl-arm(64). 2023-09-24 17:39:53 +01:00
dd424e10cf Reformat build script. 2023-09-24 17:28:04 +01:00