summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_with_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47327 Add composition member functions to StatusWithJacob Evans2020-09-291-0/+433
* SERVER-49053 remove makeStatusWithBilly Donahue2020-06-241-44/+35
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-1/+1
* 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-14/+16
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-061-0/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-55/+54
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-1/+18
* SERVER-17631 add makeStatusWith factory functionAdam Midvidy2015-03-241-0/+78