summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collation/collator_interface_icu.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75752 Use stable collator interface pointer for ArraySet for $in equal...Ivan Fefer2023-04-131-2/+6
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-051-2/+1
* Revert "SERVER-52538 Merge Collation and CollationSpec classes"A. Jesse Jiryu Davis2021-02-041-1/+2
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-031-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-4/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-0/+4
* SERVER-24195 Make ICU defines consistent btwn. ICU and client sourcesJ. Rassi2016-05-201-0/+1
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-161-0/+7
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+3
* SERVER-23028 add test coverage for invalid UTF-8 passed to CollatorInterfaceICUDavid Storch2016-03-231-6/+10
* SERVER-22738 add CollatorInterface::getComparisonKey()David Storch2016-03-091-5/+40
* SERVER-22374 initial implementation of collation classesDavid Storch2016-02-231-0/+52