summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_array_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-179/+171
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-26/+27
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-103/+57
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-3/+3
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-7/+7
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-161-0/+18
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-39/+24
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-15/+15
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-131-24/+39
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-445/+419
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-36/+36
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-44/+25
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9749: all is just semantic sugar for andEliot Horowitz2013-05-221-194/+0
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-64/+64
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-48/+87
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-137/+137
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-1/+0
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+646