Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Add a void* parameter to the AtExitManager callbacks. | deanm@google.com | 2008-09-08 | 1 | -4/+10 |
* | Set svn:eol-style = LF on files in base from which it is missing | mmentovai@google.com | 2008-09-02 | 1 | -65/+65 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -89/+65 |
* | Avoid a global std::stack. Instead embed a next pointer in the managers. | deanm@google.com | 2008-08-13 | 1 | -0/+2 |
* | AtExitManager cleanup. | mmentovai@google.com | 2008-08-13 | 1 | -8/+9 |
* | Allow multiple AtExitManagers to be chained in a stack, this allows much easi... | deanm@google.com | 2008-08-11 | 1 | -1/+7 |
* | Adds new class AtExitManager which manages the dtors of all singletons. | cpu@google.com | 2008-08-01 | 1 | -0/+80 |