1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. 45462f5 Avoid a global std::stack. Instead embed a next pointer in the managers. by deanm@google.com · 16 years ago
  3. cd26a15 AtExitManager cleanup. by mmentovai@google.com · 16 years ago
  4. 4c68cc6 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 deanm@google.com · 16 years ago
  5. b90f1cd Adds new class AtExitManager which manages the dtors of all singletons. by cpu@google.com · 16 years ago