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. 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. 3f4a732 Add base to the repository. by initial.commit · 16 years ago