summaryrefslogtreecommitdiff
path: root/src/mongo/base/initializer_test.cpp
AgeCommit message (Expand)Author
2024-05-22SERVER-89912 Make mongo initializers ordering reproducible (#21625)Erin McNulty
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2020-12-08SERVER-40811 make initializers throwyBilly Donahue
2020-06-11SERVER-48367 Remove all _envp usageBilly Donahue
2020-05-18SERVER-46881 Forbid adding nodes to initializer graph after starting initiali...Kevin Pulo
2019-06-14SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue
2019-06-14Revert "SERVER-41733 remove make_string_vector.{cpp,h}"Benety Goh
2019-06-14SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-05-02SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin
2018-03-26SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin
2018-03-12SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...Henrik Edin
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2013-03-08SERVER-8897 Don't use non-portable variadic comma elisionAndrew Morrow
2012-11-06Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin
2012-09-25SERVER-5112 Initializer type and test.Andy Schwerin