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.h
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
2021-08-15
SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12
Andrew Morrow
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-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-03-28
SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING
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
2015-03-26
SERVER-17736 Remove obsolete C++ driver symbol export miscellanea
Andrew Morrow
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-12-10
SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...
Andy Schwerin
2013-09-05
SERVER-8510 Remove configuration variable manager and add option group for co...
Shaun Verch
2013-05-23
SERVER-9768 create non-dying entry point for running initializers, for use by...
Eric Milkie
2012-09-25
SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...
Andy Schwerin
2012-09-25
SERVER-5112 Initializer type and test.
Andy Schwerin