]> git.sesse.net Git - plocate/history - plocate.cpp
Fix some warnings found by Clang.
[plocate] / plocate.cpp
2020-10-07 Steinar H. GundersonFix some warnings found by Clang.
2020-10-07 Steinar H. GundersonRemove unneeded vp4.h #include from plocate.cpp.
2020-10-05 Steinar H. GundersonSupport decoding the SIMD interleaved TurboPFor formats.
2020-10-04 Steinar H. GundersonStart reimplementing the TurboPFor decoding functions.
2020-10-04 Steinar H. GundersonTurn off the SIMD temporarily.
2020-10-03 Steinar H. GundersonFix searching for very short (1 or 2 bytes) queries.
2020-10-02 Steinar H. GundersonFormat the usage slightly differently.
2020-10-01 Steinar H. GundersonDo early reject of trigrams we can say up-front will...
2020-10-01 Steinar H. Gundersonclang-format.
2020-10-01 Steinar H. GundersonFix the early abort for zero-trigrams again.
2020-10-01 Steinar H. GundersonLoosen up serialization to be about printing only.
2020-09-30 Steinar H. GundersonQuit on unknown option.
2020-09-30 Steinar H. GundersonFix typo; plocate, not slocate.
2020-09-30 Steinar H. GundersonCredit the source text in usage().
2020-09-30 Steinar H. GundersonSupport the --null option.
2020-09-30 Steinar H. GundersonSupport scanning for multiple patterns.
2020-09-30 Steinar H. GundersonStart some basic command line options.
2020-09-30 Steinar H. GundersonRerun clang-format.
2020-09-30 Steinar H. GundersonFix a bug where posting lists intersecting to nothing...
2020-09-30 Steinar H. GundersonSwitch trigram lookup from binary search to a hash...
2020-09-30 Steinar H. GundersonRemove unused variable.
2020-09-30 Steinar H. GundersonTest for errors from zstd.
2020-09-30 Steinar H. GundersonReplace mmap with io_uring.
2020-09-30 Steinar H. GundersonRemove an unused macro.
2020-09-28 Steinar H. GundersonSupport patterns shorter than 3 bytes.
2020-09-28 Steinar H. GundersonFormat everything with clang-format.
2020-09-28 Steinar H. GundersonRemove some commented-out code.
2020-09-28 Steinar H. GundersonAbstract out some details of reading the corpus into...
2020-09-28 Steinar H. GundersonRefactor scanning through a filename block into its...
2020-09-27 Steinar H. GundersonCompress filenames with zstd.
2020-09-27 Steinar H. GundersonInitial checkin.