summaryrefslogtreecommitdiff
path: root/src/mongo/base/status-inl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-4/+0
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-4/+0
* SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto2016-12-221-2/+2
* SERVER-24082 Never allocate an ErrorInfo for OK StatusesMathias Stearn2016-05-171-1/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-20233 Custom move assignments must handle self-assignmentMathias Stearn2015-09-181-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-79/+75
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-4/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13470 Give Status move semantics in C++11 modeAndrew Morrow2014-04-071-0/+14
* SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin2014-02-261-1/+1
* SERVER-9757 Move Status inlines to inline headerAndrew Morrow2013-05-221-0/+36
* SERVER-9757 Improve performance of Status as a return valueAndrew Morrow2013-05-221-0/+50