Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a global std::stack. Instead embed a next pointer in the managers. | deanm@google.com | 2008-08-13 | 1 | -20/+18 |
* | AtExitManager cleanup. | mmentovai@google.com | 2008-08-13 | 1 | -7/+7 |
* | Allow multiple AtExitManagers to be chained in a stack, this allows much easi... | deanm@google.com | 2008-08-11 | 1 | -37/+42 |
* | The addition of the AtExitManager test in the singleton dll test makes purify... | cpu@google.com | 2008-08-01 | 1 | -1/+1 |
* | Adds new class AtExitManager which manages the dtors of all singletons. | cpu@google.com | 2008-08-01 | 1 | -0/+87 |