- 05 Apr, 2021 2 commits
-
-
Nicolas Fella authored
Currently things work due to transitiveness, but we better not rely on that
-
Laurent Montel authored
From /usr/include/c++/10/cerrno: This is a Standard C++ Library file. You should #include this file in your programs, rather than any of the *.h implementation files.
-
- 31 Mar, 2021 3 commits
-
-
David Faure authored
-
David Faure authored
This change was requested by Allen to fix things on Windows. But saving all source code as utf8 makes very much sense anyway, everywhere.
-
Laurent Montel authored
-
- 27 Mar, 2021 1 commit
-
-
Laurent Montel authored
-
- 23 Mar, 2021 1 commit
-
-
Laurent Montel authored
-
- 18 Mar, 2021 1 commit
-
-
Laurent Montel authored
-
- 17 Mar, 2021 1 commit
-
-
Laurent Montel authored
-
- 15 Mar, 2021 1 commit
-
-
Laurent Montel authored
-
- 14 Mar, 2021 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 12 Mar, 2021 1 commit
-
-
Alexander Lohnau authored
Setting this is about to be deprecated. Also it causes a delay of 400ms before the runner gets queried, this is noticeable when the results are displayed. Because there are no serious performance issues in the search we can just remove the method call.
-
- 11 Mar, 2021 1 commit
-
-
Laurent Montel authored
-
- 02 Mar, 2021 1 commit
-
-
Laurent Montel authored
GIT_SILENT: add sanitizers.supp so we can suppress some leak generated by some lib (as libfontconfig)
-
- 01 Mar, 2021 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 25 Feb, 2021 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 16 Feb, 2021 1 commit
-
-
Laurent Montel authored
-
- 14 Feb, 2021 1 commit
-
-
Laurent Montel authored
-
- 13 Feb, 2021 1 commit
-
-
Laurent Montel authored
-
- 12 Feb, 2021 3 commits
-
-
Sandro Knauß authored
-
Sandro Knauß authored
Currently we do word split by underscore. Th result is, that we cannot search for anything with a underscore. To fix this we need to add more words to the term list where also the term with underscore is added. I search in the history of baloo: This handmade term splitter was added to search for files with underscores (#336034). So we need either get control over the term splitting, while searching, or add the term with underscore to terms list. When we want to provide both (splitted and non-splitted) we also need to take care about the position parameter. Without patching xapiantermgenerator we can sill search for the complete email address on the commandline: ``` cd /tmp/searchplugintest/contacts $ xapian-delve -t blue -d . Posting List for term 'blue' (termfreq 1, collfreq 1, wdf_max 1): 101 [] $ xapian-delve -t jack_blue@test.com -d . Posting List for term 'jack_blue@test.com' (termfreq 1, collfreq 1, wdf_max 1): 101 [] ``` but NOT: ``` $ xapian-delve -t jack_blue -d . term 'jack_blue' not in database ``` FIXES: 370385 FIXED-IN: 5.17.0
-
Laurent Montel authored
-
- 05 Feb, 2021 4 commits
-
-
Sandro Knauß authored
CCBUG: 370385
-
Sandro Knauß authored
-
Sandro Knauß authored
-
Sandro Knauß authored
-
- 04 Feb, 2021 1 commit
-
-
Laurent Montel authored
-
- 03 Feb, 2021 1 commit
-
-
Sandro Knauß authored
-
- 01 Feb, 2021 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 31 Jan, 2021 1 commit
-
-
Laurent Montel authored
-
- 29 Jan, 2021 1 commit
-
-
Laurent Montel authored
-
- 28 Jan, 2021 1 commit
-
-
Laurent Montel authored
-
- 27 Jan, 2021 1 commit
-
-
Laurent Montel authored
-
- 26 Jan, 2021 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
Laurent Montel authored
-