summaryrefslogtreecommitdiff
path: root/src/mongo/base/initializer_dependency_graph.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-167/+0
* SERVER-46881 Forbid adding nodes to initializer graph after starting initiali...Kevin Pulo2020-05-181-8/+32
* SERVER-40972 de-recurse, exceptionize, randomize topSortBilly Donahue2019-05-101-9/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-33629 Deinitialization support for MONGO_INITIALIZER. Done via the Glo...Henrik Edin2018-03-121-11/+32
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-78/+77
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Fixed typosPascal Borreli2012-10-141-3/+3
* Make Status::OK a static function.Andy Schwerin2012-09-251-2/+2
* Implement and test InitializerDependencyGraph.Andy Schwerin2012-09-171-0/+118