summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_with.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49053 remove makeStatusWithBilly Donahue2020-06-241-5/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38891 Fix some `collection_cloner_test` races.ADAM David Alan Martin2019-01-251-0/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37360 `StatusWith` implicit conversions support.ADAM David Alan Martin2018-09-271-1/+26
* SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T>Mathias Stearn2018-03-261-1/+16
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+0
* SERVER-33420 SERVER-33464 Tell compiler not to allocate storage for constexpr...Mathias Stearn2018-03-061-3/+7
* SERVER-33420 Add metafunctions to StatusWithMathias Stearn2018-03-021-2/+18
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-061-2/+2
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-161-0/+2
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-11/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+19
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-1/+3
* SERVER-24082 Move std::string construction into Status constructorMathias Stearn2016-05-091-0/+8
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-091-2/+4
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-18/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-154/+146
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-6/+12
* SERVER-17803 Constructing StatusWith shouldn't require Status copyJason Rassi2015-04-081-4/+4
* SERVER-17631 add makeStatusWith factory functionAdam Midvidy2015-03-241-0/+6
* SERVER-17638 Fix StatusWith comparison operatorsKaloian Manassiev2015-03-201-4/+4
* SERVER-17556: StatusWith move only type supportMark Benvenuto2015-03-171-27/+59
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-4/+88
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9902 Use #pragma once in StatusWithSpencer Jackson2013-06-121-0/+2
* StatusWith class - designed for returning an error or a valueEliot Horowitz2013-04-231-0/+76