summaryrefslogtreecommitdiff
path: root/src/mongo/base/initializer_function.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-58/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+4
* 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-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-8/+8
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-3/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Make Status::OK a static function.Andy Schwerin2012-09-251-1/+1
* Rename InitializationContext to InitializerContext, for consistency with othe...Andy Schwerin2012-09-251-4/+4
* Implement and test InitializerDependencyGraph.Andy Schwerin2012-09-171-0/+34