1. 5616233 Migrate WaitableEvent to enum-based constructor in base/ by gab · 8 years ago
  2. f3e881d thread_local_unittest: Avoid invalid casts to polymorphic type. by pcc · 9 years ago
  3. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  4. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  5. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  6. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  7. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago[Renamed (97%) from base/thread_local_unittest.cc]
  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. 5dab748 clang/mac: Fix almost all problems when building all.xcodeproj. by thakis@chromium.org · 14 years ago
  10. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  11. 5b3721c Make gcc 4.1 happy with NULL in EXPECT_EQ. by mmoss@google.com · 16 years ago
  12. 01cd5b3 Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will deprecate the old ThreadLocalStorage / TLSSlot APIs. by deanm@google.com · 16 years ago