summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/accumulatortests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18846 Removing unused dbtests/accumulatortests.cppJames Cohan2015-08-111-1090/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-886/+1051
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-201-1/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-3/+1
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-5/+3
* SERVER-9444 Remove context-awareness from Accumulators to prep $group for SorterMathias Stearn2013-07-101-269/+203
* exchanged toBson(Obj|Array) to serialize in aggMatt Dannenberg2013-06-181-1/+1
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-9/+9
* Rewrite Document and Value classesMathias Stearn2012-11-161-47/+47
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6551 was fixed by SERVER-6275 changes. Update tests to reflect new be...Aaron2012-07-311-114/+41
* SERVER-6275 SERVER-6197 use double for $avgMatt Dannenberg2012-07-271-41/+12
* QA-106 Some accumulator unit tests.Aaron2012-07-241-0/+1080