summaryrefslogtreecommitdiffstats
path: root/base/at_exit.h
Commit message (Expand)AuthorAgeFilesLines
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Isolate tests by running AtExit callbacks between them.phajdan.jr@chromium.org2009-11-191-0/+7
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Add a void* parameter to the AtExitManager callbacks.deanm@google.com2008-09-081-4/+10
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-65/+65
* Use a more compact license header in source files.license.bot2008-08-241-89/+65
* Avoid a global std::stack. Instead embed a next pointer in the managers.deanm@google.com2008-08-131-0/+2
* AtExitManager cleanup.mmentovai@google.com2008-08-131-8/+9
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-111-1/+7
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+80