summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/matchertests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+3
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-29/+31
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-22/+17
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-14/+14
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-13/+63
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+5
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-5/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+5
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-12/+15
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-14/+12
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+3
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-13/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-235/+230
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-1/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-14/+2
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-7/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-8/+7
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-7/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-8/+7
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-7/+8
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+4
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-15/+19
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-011-1/+1
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-211-1/+0
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* SERVER-10026 remove most of matcher.cppHari Khalsa2013-12-131-123/+0
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-86/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+3
* remove MatcherOldEliot Horowitz2013-06-241-1/+0
* SERVER-6400: match hasExistsFalse has nested behavior to old matcherEliot Horowitz2013-05-131-1/+5
* SERVER-6400: make Matcher micro benchmark at all useful by removing ASSERTEliot Horowitz2013-05-091-2/+4
* SERVER-6400: prep to have both MatcherOld and Matcher2 in the code baseEliot Horowitz2013-05-071-104/+1
* SERVER-6400 new version of hasExistsFalseEliot Horowitz2013-05-071-1/+41
* SERVER-6400 rename Matcher MatcherOld so switching is smallEliot Horowitz2013-05-071-5/+5
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-7/+101