summaryrefslogtreecommitdiff
path: root/src/mongo/base/init.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-46/+95
* SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue2019-06-141-5/+6
* Revert "SERVER-41733 remove make_string_vector.{cpp,h}"Benety Goh2019-06-141-6/+5
* SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue2019-06-141-5/+6
* SERVER-40811 reduce GlobalInitializerRegisterer constructorsBilly Donahue2019-05-161-3/+4
* 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-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-4/+4
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-4/+4
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-4/+4
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-0/+1
* SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...Henrik Edin2018-03-121-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-11/+12
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-051-61/+1
* SERVER-8897 Don't use non-portable variadic comma elisionAndrew Morrow2013-03-081-2/+2
* Fix up some hitherto unused parts of the mongo init system.Andy Schwerin2012-10-231-1/+3
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-091-1/+1
* SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...Andy Schwerin2012-09-251-0/+190