summaryrefslogtreecommitdiff
path: root/src/mongo/base/initializer_dependency_graph.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-225/+0
* SERVER-46881 Forbid adding nodes to initializer graph after starting initiali...Kevin Pulo2020-05-181-0/+2
* SERVER-40972 de-recurse, exceptionize, randomize topSortBilly Donahue2019-05-101-77/+135
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...Henrik Edin2018-03-121-14/+16
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-6/+7
* SERVER-28638 Provide richer error messages from InitializerDependencyGraph::t...Andy Schwerin2017-04-051-14/+20
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-117/+105
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Stringify the cycle into the Status message parameter when topSort detects a ...Andy Schwerin2012-09-251-1/+6
* Make Status::OK a static function.Andy Schwerin2012-09-251-6/+6
* Implement and test InitializerDependencyGraph.Andy Schwerin2012-09-171-0/+149