epubgrep/src
tastytea b764f5423c
Put input files into a std::vector<filesystem::path>.
We need that for supporting recursive directory search later.

#
# Previous commits:
#   29ae22c Make regex const.
#   8ed72af Update german translation.
#   a3b0964 Remove old comment.
#   d107ce5 Modify config file example.
2021-05-27 13:46:47 +02:00
..
CMakeLists.txt Use threads if more than one input file is searched. 2021-05-26 17:50:52 +02:00
fs-compat.hpp.in std::filesystem compatibility for older GCC. 2021-05-20 10:37:45 +02:00
main.cpp Put input files into a std::vector<filesystem::path>. 2021-05-27 13:46:47 +02:00
options.cpp Add --no-filename switch. 2021-05-26 09:04:16 +02:00
options.hpp Mark everything [[nodiscard]], fix some comments. 2021-05-24 13:00:03 +02:00
search.cpp Make regex const. 2021-05-27 09:46:59 +02:00
search.hpp Extract page numbers. 2021-05-24 18:56:43 +02:00
version.hpp.in Initial commit. 2021-05-20 04:34:06 +02:00
zip.cpp Implement zip::read_file() – Read file in archive; add test. 2021-05-23 08:56:58 +02:00
zip.hpp Mark everything [[nodiscard]], fix some comments. 2021-05-24 13:00:03 +02:00