| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TSan annotations from base/ | glider | 2014-09-23 | 1 | -8/+0 |
* | Make kAllowedToAccessOnNonjoinableThread debug-only. | thakis@chromium.org | 2014-03-06 | 1 | -0/+4 |
* | Annotate LeakyLazyInstance as a leak. Remove HeapChecker suppressions. | earthdok@google.com | 2013-06-07 | 1 | -0/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing... | jbates@chromium.org | 2012-02-23 | 1 | -9/+10 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -6/+9 |
* | Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. | fischman@chromium.org | 2012-01-23 | 1 | -1/+10 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -74/+74 |
* | Minor perf and size optimization - don't do asserts in release build | joth@chromium.org | 2011-11-04 | 1 | -0/+3 |
* | Remove static function pointer | joth@chromium.org | 2011-10-25 | 1 | -15/+8 |
* | Make the placement-new buffer in LazyInstance<Type> aligned. | timurrrr@chromium.org | 2011-10-21 | 1 | -1/+6 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Fix data races in LazyInstance<>. | dvyukov@google.com | 2011-05-16 | 1 | -1/+20 |
* | Base: First pass at having base.dll: definition of | rvargas@google.com | 2011-03-22 | 1 | -2/+3 |
* | Comment out unused parameter names in function definitions, | joi@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | Do not block in OwnershipService::IsAlreadyOwned on UI thread. | dilmah@chromium.org | 2011-02-22 | 1 | -1/+14 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Build fix | satish@chromium.org | 2010-12-14 | 1 | -1/+2 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -1/+13 |
* | Reland 66791 (change was innocent) | willchan@chromium.org | 2010-11-19 | 1 | -1/+10 |
* | Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -10/+1 |
* | Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -1/+10 |
* | Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi... | willchan@chromium.org | 2010-11-13 | 1 | -9/+0 |
* | Disallow Singleton and LazyInstance on non-joinable threads. | willchan@chromium.org | 2010-11-12 | 1 | -0/+9 |
* | ThreadRestrictions: leak the thread local variable | evan@chromium.org | 2010-10-21 | 1 | -0/+16 |
* | Remove test isolation enforcement code. | phajdan.jr@chromium.org | 2010-08-16 | 1 | -4/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Avoid a strict aliasing issue in LazyInstance. | craig.schlenter@chromium.org | 2010-03-12 | 1 | -15/+21 |
* | Isolate tests by running AtExit callbacks between them. | phajdan.jr@chromium.org | 2009-11-19 | 1 | -0/+4 |
* | Added dynamic annotation files into base/. | deanm@chromium.org | 2009-06-26 | 1 | -0/+9 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Fix a typo in a comment. | deanm@chromium.org | 2009-01-13 | 1 | -1/+1 |
* | Just by implementing a destructor (even if it's not doing anything), MSVC wil... | deanm@google.com | 2008-09-08 | 1 | -2/+4 |
* | Add a DISALLOW_COPY_AND_ASSIGN to LazyInstanceHelper. | deanm@google.com | 2008-09-08 | 1 | -0/+3 |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 1 | -0/+105 |