]> git.sesse.net Git - plocate/history - plocate-build.cpp
Release plocate 1.1.22.
[plocate] / plocate-build.cpp
2023-01-28 Steinar H. GundersonFix missing newline in error message.
2023-01-04 Steinar H. GundersonSupport the --require-visibility flag in plocate-build.
2022-10-26 Steinar H. GundersonAdd missing <locale.h>.
2021-02-11 Steinar H. GundersonRename Corpus to EncodingCorpus, and make it private.
2020-12-05 Steinar H. GundersonFix an issue where the database could be built with...
2020-11-24 Steinar H. GundersonAdd a native updatedb.
2020-11-10 Steinar H. GundersonSplit DatabaseBuilder into its own compilation unit.
2020-11-09 Steinar H. GundersonWhen reading mlocate.db, properly skip the configuratio...
2020-11-09 Steinar H. GundersonEncapsulate some database-building logic into a class.
2020-10-20 Steinar H. GundersonFix a crash when we have a too few blocks to train...
2020-10-20 Steinar H. GundersonSupport building databases from plaintext files.
2020-10-17 Steinar H. GundersonRemove some unneeded __attribute__((unused)).
2020-10-14 Steinar H. GundersonIn plocate-build, open the file only once.
2020-10-14 Steinar H. GundersonIf plocate-build cannot open the output file, give...
2020-10-13 Steinar H. GundersonSupport --debug for plocate-build, and unbreak some...
2020-10-13 Steinar H. GundersonFix --version in plocate-build.
2020-10-13 Steinar H. GundersonUse zstd dictionaries.
2020-10-12 Steinar H. GundersonReuse zstd compression contexts, for a tiny speed boost.
2020-10-11 Steinar H. GundersonFix #include order.
2020-10-10 Steinar H. GundersonAdd support for some basic options in plocate-build...
2020-10-09 Steinar H. Gundersonclang-format again (IWYU and clang-format seemingly...
2020-10-08 Steinar H. GundersonRun include-what-you-use.
2020-10-08 Steinar H. Gundersonclang-format.
2020-10-08 Steinar H. GundersonFix a harmless memory leak in plocate-build.
2020-10-08 Steinar H. GundersonFix some Valgrind issues in plocate-build.
2020-10-07 Steinar H. Gundersonclang-format again.
2020-10-07 Steinar H. GundersonSwitch to our own TurboPFor encoder.
2020-10-07 Steinar H. GundersonMake the builder delta-encode posting lists as we go.
2020-10-07 Steinar H. GundersonRun clang-format.
2020-10-05 Steinar H. GundersonSupport decoding the SIMD interleaved TurboPFor formats.
2020-10-04 Steinar H. GundersonTurn off the SIMD temporarily.
2020-10-03 Steinar H. GundersonInline a function, for ~10% faster building.
2020-10-03 Steinar H. GundersonGet rid of the hash table in plocate-build.
2020-10-03 Steinar H. GundersonSimplify docid deduplication in plocate-builder.
2020-10-03 Steinar H. GundersonFix searching for very short (1 or 2 bytes) queries.
2020-10-02 Steinar H. GundersonRead mlocate.db using stdio.
2020-10-02 Steinar H. GundersonMake the builder write out filenames as they get compre...
2020-09-30 Steinar H. GundersonRerun clang-format.
2020-09-30 Steinar H. GundersonSwitch trigram lookup from binary search to a hash...
2020-09-30 Steinar H. GundersonSome dprintf fixes for plocate-build.
2020-09-28 Steinar H. GundersonFormat everything with clang-format.
2020-09-28 Steinar H. GundersonRemove a redundant #include.
2020-09-28 Steinar H. GundersonOptimize pending_docids storage for smaller posting...
2020-09-28 Steinar H. GundersonEncode posting lists as we go.
2020-09-28 Steinar H. GundersonCompress filename blocks as we read them.
2020-09-28 Steinar H. GundersonHold compressed filenames more efficiently in memory.
2020-09-28 Steinar H. GundersonDeduplicate docids as we go.
2020-09-27 Steinar H. GundersonCompress filenames with zstd.
2020-09-27 Steinar H. GundersonIn build debug output, print the total size.
2020-09-27 Steinar H. GundersonInitial checkin.