Replace boost::filesystem with std::filesystem. Replaceboost::program_options with CLI11. Rename ProtectedAndSynchronizedQueueto ProtectedQueue. Fix error with JPEG_REGEX. Bump version to v0.5.0.
Update PCA CMakeLists.txt. Build libpackjpg as a dependent externalproject.
Use computed library path for install.
Adding missing include.
Add link time optimization to compiler (linker) flags.
Fixing items suggested by clang-tidy.
Minor formatting changes for running status output.
Adding non-verbose mode with "running" status information and progressbar. Also added terminate function in preparation of adding properSIGINT handling.
Fix simple but nasty memory leak.
Reformat CMakeLists.txt, use gold linker, reformat several errormessages to remove extra double quotes, and confirm path is regular filebefore adding to the input file list.
View revisions
Also available in: Atom