summaryrefslogtreecommitdiffstats
path: root/base/singleton.h
Commit message (Expand)AuthorAgeFilesLines
* Even though AtExit should never be called while an object is being accessed, ...deanm@google.com2008-08-111-3/+2
* Use 0 instead of NULL, since AtomicWord is intptr_t which is not a pointer ty...deanm@google.com2008-08-071-1/+1
* Cross platform and cleanup of Singleton classdeanm@google.com2008-08-061-124/+52
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-37/+18
* Add base to the repository.initial.commit2008-07-261-0/+293