1. bdebeb5 Add missing BASE_EXPORT to fix build by [email protected] · 14 years ago
  2. ee5272d Thin out the Singeton template code by [email protected] · 14 years ago
  3. 3c7a7f3 Minor perf and size optimization - don't do asserts in release build by [email protected] · 14 years ago
  4. 19d8a90 Add trace code to track all posted tasks in message_loop and WorkerThreads (non-official builds only). by [email protected] · 14 years ago
  5. b727b04 Add a warning to the top of base/memory/singleton.h by [email protected] · 14 years ago
  6. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago[Renamed (97%) from base/singleton.h]
  7. 6ebed4ca Comment out unused parameter names in function definitions, by [email protected] · 14 years ago
  8. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  9. ce072a7 Move platform_thread to base/threading and put in the base namespace. I left a by [email protected] · 15 years ago
  10. 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
  11. 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
  12. 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
  13. 33e585a FBTF: Remove unneeded headers from base/ (part 9) by [email protected] · 15 years ago
  14. 359d2bf Reland 66791 (change was innocent) by [email protected] · 15 years ago
  15. ee432ee Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. by [email protected] · 15 years ago
  16. e87b8bb Reland r65996. Disallows Singletons on non-joinable thread. by [email protected] · 15 years ago
  17. 2902738 Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joinable threads. by [email protected] · 15 years ago
  18. 82e8e2b Disallow Singleton and LazyInstance on non-joinable threads. by [email protected] · 15 years ago
  19. 7c9f763 Make Singleton::OnExit explicity not-threadsafe by [email protected] · 15 years ago
  20. 5662bd4 Removed few unused lines. by [email protected] · 15 years ago
  21. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  22. fc29bc70 Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and base directories. by [email protected] · 15 years ago
  23. 414f830 Address requests for more documentation from by [email protected] · 15 years ago
  24. ee85751 Update dynamic annotations and move them to base/third_party by [email protected] · 15 years ago
  25. 297d0e5 Add a StaticMemorySingletonTraits class to allow constructing singletons in data segment. by [email protected] · 15 years ago
  26. 730fb13 linux: call PR_Init on UI thread by [email protected] · 16 years ago
  27. 001b694 Added dynamic annotation files into base/. by [email protected] · 16 years ago
  28. 60d7ac9 Add Singleton traits for a "leaky singleton" - one that does by [email protected] · 17 years ago
  29. 9795ec1 Add a void* parameter to the AtExitManager callbacks. by [email protected] · 17 years ago
  30. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  31. e0edf60e Add mime_util and http_chunked_decoder to mac project. by [email protected] · 17 years ago
  32. 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
  33. 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
  34. 156f807 Cross platform and cleanup of Singleton class by [email protected] · 17 years ago
  35. ae645471 Adds new class AtExitManager which manages the dtors of all singletons. by [email protected] · 17 years ago
  36. d7cae12 Add base to the repository. by initial.commit · 17 years ago