- bdebeb5 Add missing BASE_EXPORT to fix build by [email protected] · 14 years ago
- ee5272d Thin out the Singeton template code by [email protected] · 14 years ago
- 3c7a7f3 Minor perf and size optimization - don't do asserts in release build by [email protected] · 14 years ago
- 19d8a90 Add trace code to track all posted tasks in message_loop and WorkerThreads (non-official builds only). by [email protected] · 14 years ago
- b727b04 Add a warning to the top of base/memory/singleton.h by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago[Renamed (97%) from base/singleton.h]
- 6ebed4ca Comment out unused parameter names in function definitions, by [email protected] · 14 years ago
- 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
- ce072a7 Move platform_thread to base/threading and put in the base namespace. I left a by [email protected] · 15 years ago
- 625332e0 Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by [email protected] · 15 years ago
- 5820d2f0 Revert 68932 - Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by [email protected] · 15 years ago
- 49ab556 Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by [email protected] · 15 years ago
- 33e585a FBTF: Remove unneeded headers from base/ (part 9) by [email protected] · 15 years ago
- 359d2bf Reland 66791 (change was innocent) by [email protected] · 15 years ago
- ee432ee Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. by [email protected] · 15 years ago
- e87b8bb Reland r65996. Disallows Singletons on non-joinable thread. by [email protected] · 15 years ago
- 2902738 Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joinable threads. by [email protected] · 15 years ago
- 82e8e2b Disallow Singleton and LazyInstance on non-joinable threads. by [email protected] · 15 years ago
- 7c9f763 Make Singleton::OnExit explicity not-threadsafe by [email protected] · 15 years ago
- 5662bd4 Removed few unused lines. by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- fc29bc70 Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and base directories. by [email protected] · 15 years ago
- 414f830 Address requests for more documentation from by [email protected] · 15 years ago
- ee85751 Update dynamic annotations and move them to base/third_party by [email protected] · 15 years ago
- 297d0e5 Add a StaticMemorySingletonTraits class to allow constructing singletons in data segment. by [email protected] · 15 years ago
- 730fb13 linux: call PR_Init on UI thread by [email protected] · 16 years ago
- 001b694 Added dynamic annotation files into base/. by [email protected] · 16 years ago
- 60d7ac9 Add Singleton traits for a "leaky singleton" - one that does by [email protected] · 17 years ago
- 9795ec1 Add a void* parameter to the AtExitManager callbacks. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- e0edf60e Add mime_util and http_chunked_decoder to mac project. by [email protected] · 17 years ago
- b321afd7 Even though AtExit should never be called while an object is being accessed, it is cleaner and a bit safer to doing an AtomicExchange, so instance_ is not kept as the pointer value while we're deleting it. This also moves an unsafe direct access to the AtomicWord to calling through the atomic API. by [email protected] · 17 years ago
- 45d69a2 Use 0 instead of NULL, since AtomicWord is intptr_t which is not a pointer type. GCC warns when converting NULL to a non-pointer type. by [email protected] · 17 years ago
- 156f807 Cross platform and cleanup of Singleton class by [email protected] · 17 years ago
- ae645471 Adds new class AtExitManager which manages the dtors of all singletons. by [email protected] · 17 years ago
- d7cae12 Add base to the repository. by initial.commit · 17 years ago