summaryrefslogtreecommitdiffstats
path: root/base/at_exit.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a void* parameter to the AtExitManager callbacks.deanm@google.com2008-09-081-6/+7
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-66/+66
* Use a more compact license header in source files.license.bot2008-08-241-90/+66
* Avoid a global std::stack. Instead embed a next pointer in the managers.deanm@google.com2008-08-131-20/+18
* AtExitManager cleanup.mmentovai@google.com2008-08-131-7/+7
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-111-37/+42
* The addition of the AtExitManager test in the singleton dll test makes purify...cpu@google.com2008-08-011-1/+1
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+87