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
/
initializer_test.cpp
Age
Commit message (
Expand
)
Author
2024-05-22
SERVER-89912 Make mongo initializers ordering reproducible (#21625)
Erin McNulty
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2020-12-08
SERVER-40811 make initializers throwy
Billy Donahue
2020-06-11
SERVER-48367 Remove all _envp usage
Billy Donahue
2020-05-18
SERVER-46881 Forbid adding nodes to initializer graph after starting initiali...
Kevin Pulo
2019-06-14
SERVER-41733 remove make_string_vector.{cpp,h}
Billy Donahue
2019-06-14
Revert "SERVER-41733 remove make_string_vector.{cpp,h}"
Benety Goh
2019-06-14
SERVER-41733 remove make_string_vector.{cpp,h}
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
2018-05-02
SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZER
Andy Schwerin
2018-03-26
SERVER-30170 Embedded can now shutdown and re-initialize.
Henrik Edin
2018-03-12
SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...
Henrik Edin
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-03-08
SERVER-8897 Don't use non-portable variadic comma elision
Andrew Morrow
2012-11-06
Move ASSERT_OK macro into mongo/unittest/unittest.h.
Andy Schwerin
2012-09-25
SERVER-5112 Initializer type and test.
Andy Schwerin