| Commit message (Expand) | Author | Age | Files | Lines |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -1/+1 |
* | Add base::StaticAtomicSequenceNumber. | pliard@chromium.org | 2012-03-13 | 1 | -2/+2 |
* | Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing... | jbates@chromium.org | 2012-02-23 | 1 | -0/+31 |
* | Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. | fischman@chromium.org | 2012-01-23 | 1 | -3/+2 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 1 | -1/+1 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -6/+7 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -1/+2 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | ThreadRestrictions: leak the thread local variable | evan@chromium.org | 2010-10-21 | 1 | -0/+43 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -1/+3 |
* | Isolate tests by running AtExit callbacks between them. | phajdan.jr@chromium.org | 2009-11-19 | 1 | -7/+2 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 1 | -0/+100 |