summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-24/+14
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+5
* SERVER-28757 Create BSONElementViewMatchableDocumentTess Avitabile2017-05-021-9/+257
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-10/+5
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-5/+5
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-131-5/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-57/+54
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-26/+26
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-10/+10
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-16/+16
* SERVER-6400 - fix compile with optimizer onfEliot Horowitz2013-04-291-3/+1
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-16/+0
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+113