1. dfa049e Move string_number_conversions to base/strings. by [email protected] · 12 years ago
  2. 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
  3. a42d463 Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by [email protected] · 14 years ago
  4. 2f4a8e1 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by [email protected] · 14 years ago
  5. da7d86e Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by [email protected] · 14 years ago
  6. eae9c06 Order function definitions in base/ according to the header. by [email protected] · 14 years ago
  7. ce072a7 Move platform_thread to base/threading and put in the base namespace. I left a by [email protected] · 14 years ago
  8. ac9ba8fe Move some misc thread-related stuff from base to base/thread and into the base by [email protected] · 14 years ago[Renamed (97%) from base/simple_thread.cc]
  9. 20f0487a FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. by [email protected] · 15 years ago
  10. 4a39897 FBTF: Remove unneeded headers from base/ (part 2) by [email protected] · 15 years ago
  11. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  12. 30a06c1 Linux: fix uninit warnings when building -Os. by [email protected] · 16 years ago
  13. a89d97f Add a simple thread pool to SimpleThread. by [email protected] · 17 years ago
  14. 8a2cebb Bring back SimpleThread, but with a Delegate interface. by [email protected] · 17 years ago
  15. 0178b9dc Remove CallWrapper and SimpleThread. They overlap too closely with the message loop variants Thread and Task. by [email protected] · 17 years ago
  16. d35df91 Make CallWrappers multiuse. No longer make CallWrapper->Run() self deleting. Since the SimpleThread API backs to joinable threads, the common use case makes it simple for the caller to manage the CallWrapper memory, and this makes everything much clearer. This also allows a CallWrapper's Run() to be called multiple times. This also moves CallWrapper into the base namespace, which I'm told is all the rage these days. by [email protected] · 17 years ago
  17. 578c7cc Create a simple abstraction to a native OS thread, mostly useful for unittesting when you don't want a message loop. by [email protected] · 17 years ago