summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_parser_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45214 FieldParser::extractNumber fails ubsan for NaNsGeert Bosch2019-12-221-0/+68
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-38/+38
|
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-10/+12
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-19/+19
| | | | | | | | | | | BSONObj instances should now be compared via the comparator interface's evaluate() method. This preferred over using BSONObj::woCompare() directly. If the comparison doesn't require any database semantics (e.g. there is no collation), there is a global instance of the SimpleBSONObjComparator which should be used for BSONObj comparisons. If the comparison requires special semantics, then callers must instantiate their own comparator object.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+17
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-367/+380
|
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵Andy Schwerin2015-05-131-3/+3
| | | | | | | | stdx::chrono types. Also introduces operators for adding stdx::chrono::duration to Date_t, subtracting two Date_ts to get Milliseconds, and remove the use of reinterpret_cast from the implementation of BSON Timestamp type.
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+0
|
* SERVER-11968 Write commands allow illegal collection namesRandolph Tan2013-12-091-0/+19
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to ↵Andy Schwerin2013-07-241-1/+1
| | | | util/time_support.{h,cpp}.
* SERVER-9468 Move s/field-parser* to db/Jason Rassi2013-06-031-0/+413