summaryrefslogtreecommitdiff
path: root/src/mongo/base/dependency_graph_test.cpp
AgeCommit message (Collapse)Author
2024-05-22SERVER-89912 Make mongo initializers ordering reproducible (#21625)Erin McNulty
Co-authored-by: Billy Donahue <BillyDonahue@users.noreply.github.com> GitOrigin-RevId: 93eb27db9578e595a293c0138dbce991bc26af48
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel 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.