summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-0/+7
* SERVER-7244 added tests for rolling back index creation and operations with n...Benety Goh2015-09-221-0/+12
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-211-4/+0
* SERVER-19127 Fix race condition in unittest log line capturing.Andy Schwerin2015-06-251-4/+29
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-324/+315
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-9/+8
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-4/+1
* SERVER-8994: Boost 1.56 fixesMark Benvenuto2015-01-151-1/+1
* 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/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15707 Fix C++11'ism and a long lineAndrew Morrow2014-10-271-1/+2
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-12/+19
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-18/+22
* SERVER-14825 Add utility methods to C++ unit tests for capturing and examinin...Andy Schwerin2014-08-071-2/+42
* SERVER-14653 Allow streaming into ASSERT_TRUE and ASSERT_FALSE.Andy Schwerin2014-07-221-9/+20
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11062 fixed runtime issue with unsupported printf width specifier z on...Benety Goh2013-10-081-2/+2
* SERVER-8937 added success/failure summary at end of executionBenety Goh2013-10-041-10/+32
* add time to unittest output and fix formattingEliot Horowitz2013-09-241-2/+12
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+21
* Don't convert static strings (__FILE__ and macro #arg) to std::strings in uni...Mathias Stearn2013-05-131-3/+3
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-3/+3
* Added fixtures to new unit test framework.Alberto Lerner2012-06-271-1/+17
* add a --runs option to dbtestsEliot Horowitz2012-06-121-4/+5
* SERVER-5702 Respond to late-arriving codereview comments.Andy Schwerin2012-06-041-14/+11
* SERVER-5702 Whitespace fixup.Andy Schwerin2012-06-041-17/+17
* SERVER-5702: C++ unit test framework that can be compiled separately.Andy Schwerin2012-06-041-69/+84
* Revert "increase StackChecker maximum to 256KB. used for _DEBUG builds"Eric Milkie2012-05-101-4/+0
* increase StackChecker maximum to 256KB. used for _DEBUG buildsDwight2012-05-091-0/+4
* windows was not compiling in the visual studio project. it is likely still br...Dwight2012-04-051-0/+2
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-031-0/+268