summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/path_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49454 Update ElementIterator interface to provide option to omit entir...Mindaugas Malinauskas2020-10-121-0/+49
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-281-44/+22
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+9
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-2/+106
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-16/+16
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-14/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-361/+355
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14886 BSONElementIterator::next() set array offset correctlyJason Rassi2014-11-201-0/+89
* SERVER-15899 BSONElementIterator::more() shouldn't overflow stackJason Rassi2014-11-181-0/+20
* SERVER-11422 better test names. additional test case for path to nested empty...Benety Goh2013-12-181-2/+23
* SERVER-11422 added test cases for null comparisonBenety Goh2013-11-231-0/+28
* SERVER-11455 added Object to support types for dollar type operator when work...Benety Goh2013-11-211-0/+2
* SERVER-10715 Fix unit test compilation failure.Andy Schwerin2013-09-091-10/+10
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9820: change ElementIterator::Element to ContextEliot Horowitz2013-06-051-13/+13
* SERVER-9820: Introduce Path and iterators such that all bson walking logic is...Eliot Horowitz2013-05-301-0/+313