summaryrefslogtreecommitdiff
path: root/src/mongo/base/dependency_graph.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-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-07-21SERVER-67133 Debug mode fixesAlexander Neben
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.