|
e773d4b78a
|
Implement zip::read_file() – Read file in archive; add test.
Also added zip::open_file() and zip::close_file() to deduplicate code.
|
2021-05-23 08:56:58 +02:00 |
|
|
28c6c80def
|
Set C locale, treat EPUB file names as UTF-8.
EPUB file names MUST be UTF-8. ASCII is a subset of UTF-8.
|
2021-05-23 06:32:56 +02:00 |
|
|
6c040fa951
|
Add first test.
continuous-integration/drone/push Build is failing
- Compile everything in src/ except main.cpp into a static library
- Link the static library into tests
- Add test for zip::list()
|
2021-05-21 09:27:31 +02:00 |
|
|
678b506a8c
|
Initial commit.
- Add skeleton
- Add command-line parsing
|
2021-05-20 04:34:06 +02:00 |
|