summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+2
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+1
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-3/+5
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+2
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-0/+2
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-0/+1
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-0/+3
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+2
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-0/+1
* SERVER-29840 Merge libexpressions and libexpressions_geo.David Storch2017-07-201-25/+5
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-3/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+3
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-3/+5
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+3
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+2
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+2
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-07-051-0/+2
* Revert "SERVER-29575: Add an $_internalSchemaXor MatchExpression"Anne Lim2017-06-301-2/+0
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-06-301-0/+2
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+4
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-4/+0
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+4
* SERVER-28811 Resolve satisfiable dependenciesADAM David Alan Martin2017-04-201-5/+1
* SERVER-28657 Resolve missing edges and repair depsADAM David Alan Martin2017-04-141-0/+1
* SERVER-28552 Slice deps on `Database` in Catalog.ADAM David Alan Martin2017-04-041-0/+1
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-1/+5
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-4/+2
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-0/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-0/+1
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-131-0/+2
* SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-211-0/+2
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-0/+11
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-0/+1
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-12/+6
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-0/+1
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-12/+5
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+15
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+2
* SERVER-18846 Make libraries out of various aggregation componentsCharlie Swanson2015-06-261-0/+1
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-241-0/+138