epubgrep/src
tastytea c99c01162d
Silence some clang-tidy warnings.
- Thread-unsafe std::getenv and std::setlocale doesn't matter for us.
- It is unlikely that we can make main() less complex without making it more
  complex elsewhere.
- Thread-unsafe std::strerror stays unsolved for now.
2021-06-29 01:58:53 +02:00
..
CMakeLists.txt Add nlohmann_json dependency. 2021-06-01 18:47:12 +02:00
files.cpp Add lots of debug output. 2021-06-01 15:32:10 +02:00
files.hpp Add --recursive and --dereference-recursive. 2021-05-27 14:45:52 +02:00
fs-compat.hpp.in std::filesystem compatibility for older GCC. 2021-05-20 10:37:45 +02:00
helpers.cpp Silence some clang-tidy warnings. 2021-06-29 01:58:53 +02:00
helpers.hpp Add logger. 2021-05-31 18:50:41 +02:00
log.cpp Output info messages to stderr with --debug. 2021-06-01 13:52:41 +02:00
log.hpp Add DEBUGLOG macro. 2021-06-01 15:24:19 +02:00
main.cpp Silence some clang-tidy warnings. 2021-06-29 01:58:53 +02:00
options.cpp Fix usage quick-help. 2021-06-26 15:14:57 +02:00
options.hpp Add --status and --status-interval. 2021-06-24 18:13:40 +02:00
output.cpp Do not show prefix in output if there is no metadata. 2021-06-24 12:53:09 +02:00
output.hpp Add HTML output. 2021-06-08 17:11:32 +02:00
search.cpp Make whitespace-reduction a bit more efficient. 2021-06-08 17:30:29 +02:00
search.hpp Don't inject page numbers and headline-markers into the text. 2021-06-06 21:26:09 +02:00
version.hpp.in Initial commit. 2021-05-20 04:34:06 +02:00
zip.cpp Don't return pointer to freed memory address. 2021-06-04 23:14:36 +02:00
zip.hpp Move is_whitespace() and urldecode() to helpers. 2021-05-30 21:52:52 +02:00