summaryrefslogtreecommitdiff
path: root/src/mongo/base/init.cpp
AgeCommit message (Collapse)Author
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2020-12-08SERVER-40811 make initializers throwyBilly Donahue
- Consolidate init-related headers (just init.h and initializer.h) - Factor out a separate DependencyGraph component - Remove MONGO_DEFAULT_PREREQUISITES, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS. - Document the role of the "default" initializer.
2019-05-16SERVER-40811 reduce GlobalInitializerRegisterer constructorsBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
Also update generators.
2013-10-09SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch
2013-09-05SERVER-8510 Remove configuration variable manager and add option group for ↵Shaun Verch
command line parsing
2012-09-25SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global ↵Andy Schwerin
initializer declaration. These utilities simplify adding global (process-wide) initializers that run at the beginning of main(). Also, run the global initializers in the main() of unittests.