SimpleArchiver/src
Stephen Seo 8982b15cc5
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 7s
Impl. create archive with compression, fixes
2024-10-04 17:20:01 +09:00
..
algorithms Convert "unsigned long long" to "uint64_t" 2024-09-21 11:55:26 +09:00
data_structures Impl. way to set custom hasher for hash_map 2024-09-21 18:43:23 +09:00
.lvimrc Impl. parser (TODO Fix invalid free crash) 2024-06-27 11:57:29 +09:00
archiver.c Impl. create archive with compression, fixes 2024-10-04 17:20:01 +09:00
archiver.h Refactor function, add its declaration to header 2024-10-04 11:19:57 +09:00
helpers.c Use stdint.h types instead of "int", "long", etc. 2024-09-20 21:40:35 +09:00
helpers.h Use stdint.h types instead of "int", "long", etc. 2024-09-20 21:40:35 +09:00
main.c Refactorings for v1 extract, other refactorings 2024-10-02 15:11:23 +09:00
parser.c Impl. create archive with compression, fixes 2024-10-04 17:20:01 +09:00
parser.h WIP Impl. archiving without compression 2024-10-04 15:36:53 +09:00
parser_internal.h Fixes related to compiler warnings 2024-09-06 14:28:31 +09:00
platforms.h Impl. hash_map iter, clang-format 2024-09-01 15:13:26 +09:00
test.c Split "rel-path-from-abs-paths" into function 2024-10-02 15:11:23 +09:00