summaryrefslogtreecommitdiffstats
path: root/base/memory/singleton.h
Commit message (Expand)AuthorAgeFilesLines
* Fix base::internal::Singleton to use acquire loads instead of nobarrier ones.glider@chromium.org2014-03-071-1/+4
* Make kAllowedToAccessOnNonjoinableThread debug-only.thakis@chromium.org2014-03-061-0/+4
* base: Suggest forward declare DefaultSingletonTraits in header files.tfarina@chromium.org2012-07-311-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing...jbates@chromium.org2012-02-231-12/+6
* Add missing BASE_EXPORT to fix buildjoth@chromium.org2011-11-071-1/+2
* Thin out the Singeton template codejoth@chromium.org2011-11-071-22/+21
* Minor perf and size optimization - don't do asserts in release buildjoth@chromium.org2011-11-041-0/+3
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-031-0/+3
* Add a warning to the top of base/memory/singleton.hscherkus@chromium.org2011-06-211-0/+14
* Move some files from base to base/memory.levin@chromium.org2011-03-281-0/+271