stuff-from-scratch/src/base/compression
2023-01-23 11:32:18 +00:00
..
deflate Enable gcc wall and werror. 2023-01-23 11:06:30 +00:00
huffman Add clang support. 2023-01-23 11:32:18 +00: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 Clean project structure. 2023-01-17 10:13:25 +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