summaryrefslogtreecommitdiff
path: root/src/mongo/base/initializer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-14/+99
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-13/+3
* SERVER-46881 Forbid adding nodes to initializer graph after starting initiali...Kevin Pulo2020-05-181-0/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+8
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-14/+6
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-6/+14
* SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...Henrik Edin2018-03-121-2/+15
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-46/+46
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-5/+4
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-5/+8
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-051-13/+3
* SERVER-9768 create non-dying entry point for running initializers, for use by...Eric Milkie2013-05-231-3/+2
* SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...Andy Schwerin2012-09-251-0/+21
* SERVER-5112 Initializer type and test.Andy Schwerin2012-09-251-0/+71