summaryrefslogtreecommitdiff
path: root/src/mongo/util/decoration_registry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-2/+2
* SERVER-69383 elide trivial destructors for DecorationsBilly Donahue2022-09-201-2/+14
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-50273 Add DecorableCopyable to support copyable types where decoration...Henrik Edin2020-09-021-3/+112
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-35143 Destroy decorations in reverse order.ADAM David Alan Martin2018-10-221-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-37/+71
* SERVER-32454 Add support for decorations referring to their ownersGeert Bosch2018-01-111-3/+20
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+3
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-2/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-93/+92
* SERVER-17900 Fix compiler warning in decoration_registry.hKaloian Manassiev2015-04-071-1/+1
* SERVER-17816 Fix DecorationRegistry::declareDecoration compile error.Andy Schwerin2015-04-031-4/+5
* SERVER-17816 Implementation of a generic decoration facility.Andy Schwerin2015-04-031-0/+138