1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. d8281e3 Properly initialize PlatformThreadHandle. The Open Group Base Specifications Issue 6 states that pthread_t cannot be assumed to be a numeric type. It should be safe to value initialize it with (), even if it's a structure. by deanm@google.com · 16 years ago
  3. c76a33a Create a simple abstraction to a native OS thread, mostly useful for unittesting when you don't want a message loop. by deanm@google.com · 16 years ago
  4. c18d7ae Port the Thread class properly to Mac and Linux. This involved porting by darin@google.com · 16 years ago
  5. 44159e4 Fix for mac and linux. Fix gcc warning about class with virtual functions and no virtual dtor. by pinkerton@google.com · 16 years ago
  6. c8eeb75 Add a cross-platform sleep API. We don't use TimeDelta by paulg@google.com · 16 years ago
  7. a7e2215 rollback r749 by darin@google.com · 16 years ago
  8. 353fd5f Provide a cross platform sleep API. by paulg@google.com · 16 years ago
  9. e3c034a Add defines for the size of wchar_t to build_config.h. Use this in places where we currently have an OS-specific check. by brettw@google.com · 16 years ago
  10. c1c5cf5 Add YieldCurrentThread to PlatformThread, for giving up the current thread's timeslice. by deanm@google.com · 16 years ago
  11. 3f4a732 Add base to the repository. by initial.commit · 16 years ago