summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/unicode
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-3/+2
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-272-2/+2
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-24/+7
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+4
* SERVER-40543 gen_casefold_map.py force a utf-8 when reading filesMark Benvenuto2019-04-101-1/+1
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-104-4/+4
* SERVER-40543 gen_casefold_map.py does not work with CRLF line endingsMark Benvenuto2019-04-091-2/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-085-28/+41
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1311-11/+0
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-4/+4
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-8/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2215-106/+126
* SERVER-30870 Enable Unicode Fast Byte Vector Optimization for arm64Daniel Stewart2018-05-072-0/+159
* SERVER-33395 Add configure check for vec_vbpermq outputJason Carey2018-05-041-1/+2
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-26/+28
* SERVER-31119 Make string.cpp compatible with boost 1.62Jelle van der Waa2017-09-201-1/+8
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-23506 Vectorized fts char scan for ppc64leJason Carey2016-09-163-0/+164
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-9/+0
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-114-178/+148
* SERVER-19936 Rename unicode::string::prepForSubstrMatch and make easier to useMathias Stearn2016-03-113-49/+65
* SERVER-19936 Vector-optimize FTS phrase matchesMathias Stearn2016-03-115-0/+412
* SERVER-19936 Optimize FTS v3 phrase matchingMathias Stearn2016-03-118-110/+1841
* SERVER-22135 Take python from environment rather system default pathRamon Fernandez2016-01-204-8/+8
* SERVER-21905 Python scripts should read text with universal newline supportMark Benvenuto2015-12-283-3/+3
* SERVER-19099 Add a target to build all generated sourcesMark Benvenuto2015-09-171-0/+6
* SERVER-19944 Improve text index v3 performanceAdam Chelminski2015-08-143-24/+108
* SERVER-19639 Add Unicode phrase matcher and tokenizer for FTSAdam Chelminski2015-08-072-0/+18
* SERVER-19465 Add Unicode data and unicode::String classAdam Chelminski2015-08-0612-0/+5060