index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
base
/
status_with_test.cpp
Age
Commit message (
Expand
)
Author
2023-09-22
SERVER-81216 Properly stringify StatusWith<T> in test assertions
Patrick Freed
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-09-30
SERVER-69704 remove unused StatusWith::andThen, StatusWith::transform
Billy Donahue
2020-09-29
SERVER-47327 Add composition member functions to StatusWith
Jacob Evans
2020-06-24
SERVER-49053 remove makeStatusWith
Billy Donahue
2019-10-02
SERVER-43418 ASSERT macro repairs
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-12-06
SERVER-31133 Ignore mechanism for `StatusWith`
ADAM David Alan Martin
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-04
SERVER-18007 support non-default constructible types in StatusWith
Adam Midvidy
2015-03-24
SERVER-17631 add makeStatusWith factory function
Adam Midvidy