1. 9795ec1 Add a void* parameter to the AtExitManager callbacks. by [email protected] · 17 years ago
  2. b2e9729 Set svn:eol-style = LF on files in base from which it is missing by [email protected] · 17 years ago
  3. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  4. 1cf1b34 Avoid a global std::stack. Instead embed a next pointer in the managers. by [email protected] · 17 years ago
  5. 9e950bdd AtExitManager cleanup. by [email protected] · 17 years ago
  6. 4ac8f67 Allow multiple AtExitManagers to be chained in a stack, this allows much easier testing for code that is expecting to be run via an AtExitManager. This actually cleaned up a lot of the at exit code. by [email protected] · 17 years ago
  7. 904ee4d The addition of the AtExitManager test in the singleton dll test makes purify-sub angry. by [email protected] · 17 years ago
  8. ae645471 Adds new class AtExitManager which manages the dtors of all singletons. by [email protected] · 17 years ago