summaryrefslogtreecommitdiff
path: root/src/mongo/util/decorable_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62074 De-duplicate Decorable and DecorableCopyableAndy Schwerin2022-01-101-90/+81
* SERVER-62074 Change decorable_test.cpp to test Decorable directly.Andy Schwerin2022-01-061-115/+75
* SERVER-50273 Add DecorableCopyable to support copyable types where decoration...Henrik Edin2020-09-021-65/+128
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-34873 Re-enable DecorableTest::ThrowingConstructor` on s390xAndrew Morrow2018-11-171-4/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34872 Disable `DecorableTest::ThrowingConstructor` on s390x.ADAM David Alan Martin2018-05-071-0/+4
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-16/+67
* SERVER-32454 Add support for decorations referring to their ownersGeert Bosch2018-01-111-4/+19
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-121/+119
* SERVER-17816 Implementation of a generic decoration facility.Andy Schwerin2015-04-031-0/+179