1. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  2. ac1f41d Add base::StaticAtomicSequenceNumber. by pliard@chromium.org · 12 years ago
  3. dde8e30 Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySingletonTraits by jbates@chromium.org · 12 years ago
  4. 998561e Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. by fischman@chromium.org · 13 years ago
  5. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 13 years ago
  6. b24883c Allow linker initialization of lazy instance by joth@chromium.org · 13 years ago
  7. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  8. 34f964f Move some misc thread-related stuff from base to base/thread and into the base by brettw@chromium.org · 14 years ago
  9. a04f70c ThreadRestrictions: leak the thread local variable by evan@chromium.org · 14 years ago
  10. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  11. e7f133a Isolate tests by running AtExit callbacks between them. by phajdan.jr@chromium.org · 15 years ago
  12. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 15 years ago
  13. a6deb00 Create a LazyInstance abstraction for avoiding static constructors by lazily creating an instance of an object on first access. This is like Singleton, but without the Singleton property of sharing instances. This also preallocates space for the object to avoid the heap to try to help fragmentation and creation performance. by deanm@google.com · 16 years ago