1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. f26fd3a TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago
  3. c685767 Revert. Failing unit tests. by evanm@google.com · 16 years ago
  4. 78257d4 TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago
  5. a44cb32 Fix a few warnings in the tracked object comparator by mmentovai@google.com · 16 years ago
  6. ee6fa72 by darin@google.com · 16 years ago
  7. f75dfb6 by darin@google.com · 16 years ago
  8. 5e4ef42 Make timer.cc portable by factoring its Windows bits into MessageLoop. by darin@google.com · 16 years ago
  9. 2919c09 Stub out unused Windows specific code. by paulg@google.com · 16 years ago
  10. 3f4a732 Add base to the repository. by initial.commit · 16 years ago