summaryrefslogtreecommitdiff
path: root/src/mongo/base/system_error.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+10
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-4/+4
* SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto2016-12-221-8/+4
* SERVER-19720 add missing BOOST_NOEXCEPT to fix MSVCAdam Midvidy2015-08-131-1/+1
* SERVER-19720 fix lintAdam Midvidy2015-08-131-1/+1
* SERVER-19720 add a std::error_category() for MongoDB error codesAdam Midvidy2015-08-131-0/+91