summaryrefslogtreecommitdiffstats
path: root/base/singleton.h
Commit message (Expand)AuthorAgeFilesLines
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+2
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-33/+34
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-42/+32
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-32/+42
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-0/+1
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-0/+11
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-11/+0
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-0/+11
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-11/+0
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-0/+11
* Make Singleton::OnExit explicity not-threadsafetimurrrr@chromium.org2010-11-091-3/+5
* Removed few unused lines.neb@chromium.org2010-11-081-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and...tfarina@chromium.org2010-06-041-2/+2
* Address requests for more documentation from siggi@chromium.org2010-05-171-0/+17
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Add a StaticMemorySingletonTraits class to allow constructing singletons in d...siggi@chromium.org2010-05-071-1/+48
* linux: call PR_Init on UI threadevan@chromium.org2009-09-021-2/+2
* Added dynamic annotation files into base/.deanm@chromium.org2009-06-261-1/+12
* Add Singleton traits for a "leaky singleton" - one that doesmbelshe@google.com2008-12-031-0/+10
* Add a void* parameter to the AtExitManager callbacks.deanm@google.com2008-09-081-11/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add mime_util and http_chunked_decoder to mac project.ericroman@google.com2008-08-191-1/+1
* 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