stuff-from-scratch/src/base/compression
2023-12-18 10:16:31 +00:00
..
deflate Enable gcc wall and werror. 2023-01-23 11:06:30 +00:00
huffman Get compiling on arch. 2023-09-24 12:33:38 +01:00
AbstractEncoder.h Clean project structure. 2023-01-17 10:13:25 +00:00
Adler32Checksum.h Clean project structure. 2023-01-17 10:13:25 +00:00
CMakeLists.txt Clean project structure. 2023-01-17 10:13:25 +00:00
CyclicRedundancyChecker.cpp Enable gcc wall and werror. 2023-01-23 11:06:30 +00:00
CyclicRedundancyChecker.h Clean project structure. 2023-01-17 10:13:25 +00:00
Lz77Encoder.cpp Enable gcc wall and werror. 2023-01-23 11:06:30 +00:00
Lz77Encoder.h Initial test bootstrap. 2023-12-18 10:16:31 +00:00
RunLengthEncoder.cpp Clean project structure. 2023-01-17 10:13:25 +00:00
RunLengthEncoder.h Clean project structure. 2023-01-17 10:13:25 +00:00
StreamCompressor.cpp Clean project structure. 2023-01-17 10:13:25 +00:00
StreamCompressor.h Clean project structure. 2023-01-17 10:13:25 +00:00
ZlibEncoder.cpp Enable gcc wall and werror. 2023-01-23 11:06:30 +00:00
ZlibEncoder.h Clean project structure. 2023-01-17 10:13:25 +00:00