summaryrefslogtreecommitdiffstats
path: root/base/at_exit.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* Revert 144488 - For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-07-251-8/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-06-271-1/+8
* Support for registering arbitrary Tasks with AtExitManager.apatrick@chromium.org2011-09-061-9/+6
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Base: First pass at having base.dll: definition ofrvargas@google.com2011-03-221-1/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Start sorting methods in class declarations.erg@google.com2011-01-071-8/+8
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* 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