summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/sorter_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27287: Deduplicate `SetGlobalEnvironment`ADAM David Alan Martin2016-12-091-0/+3
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-051-6/+0
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-13/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-22801 (de)serialize for sorter le fixesJason Carey2016-03-021-1/+2
* SERVER-21220 ESE - mongo side temp file coverage (fixed unit tests)Andreas Nilsson2015-11-111-0/+10
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-7/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-470/+478
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-41/+39
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-1/+1
* SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)Mathias Stearn2015-05-041-5/+5
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-1/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-051-1/+0
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-11498 Speed up sorter_testMathias Stearn2014-02-051-10/+11
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-5/+10
* SERVER-10868 Move Sorter tests out of dbtests to a unit testMathias Stearn2013-09-271-0/+531