summaryrefslogtreecommitdiffstats
path: root/base/singleton_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-87/+99
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-85/+41
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-41/+85
* Add a StaticMemorySingletonTraits class to allow constructing singletons in d...siggi@chromium.org2010-05-071-0/+40
* Isolate tests by running AtExit callbacks between them.phajdan.jr@chromium.org2009-11-191-7/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-111-90/+97
* Add base to the repository.initial.commit2008-07-261-0/+227