|
ea845f2552
|
Impl. setup for de/compression
Run Unit Tests / build-and-run-unit-tests (push) Successful in 4s
Some setup code in preparation of doing the actual file compression when
creating an archive.
|
2024-07-17 14:32:39 +09:00 |
|
|
4670f0f3c1
|
big-endian convert: Use stdint.h
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
Replace "unsigned short" with uint16_t, "unsigned int" with uint32_t,
and "unsigned long long" with uint64_t.
|
2024-07-15 17:00:49 +09:00 |
|
|
69051a6c24
|
Add helpers for conversion to/from big-endian
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
Also added tests for big-endian-conversion functions.
|
2024-07-02 14:25:01 +09:00 |
|
|
3172920c9c
|
Some work on arg parser
Run Unit Tests / build-and-run-unit-tests (push) Successful in 7s
Also added unit tests for arg parser.
|
2024-07-01 15:13:06 +09:00 |
|