summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/matchertests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-6400 - more matcher tests using both versionsEliot Horowitz2013-04-291-9/+16
* SERVER-6400 - port more old testsEliot Horowitz2013-04-291-14/+21
* SERVER-6400 - framework and start of Matcher replacement. using Matcher2 nameEliot Horowitz2013-04-291-3/+9
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-3/+4
* SERVER-8790 Move QueryPlanSelectionPolicy to a new file.aaron2013-03-151-5/+8
* CS-4068 add within to matcherHari Khalsa2012-11-301-0/+41
* SERVER-3918 Add MatcherVisitor for recursively accessing a Matcher's field ma...Aaron2012-05-251-0/+104
* compileDwight2012-03-231-2/+1
* attempt to fix Windows buildEric Milkie2012-03-221-5/+3
* compile win?Aaron2012-03-221-0/+2
* Store MatchDetails::_elemMatchKey as a string.Aaron2012-03-221-0/+5
* commentsAaron2012-03-221-1/+1
* In matchertests, move ns and client into CollectionBaseAaron2012-03-221-15/+21
* SERVER-5067 Make elemMatchKey fetching an explicit request in MatchDetails, a...Aaron2012-03-221-0/+34
* Add some simple unit tests for cases where MatchDetails::elemMatchKey() is set.Aaron2012-03-221-3/+70
* Standardize usage of templates in matchertests.Aaron2012-03-221-8/+8
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+163