1. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 12 years ago
  2. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 12 years ago
  3. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 12 years ago
  4. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 12 years ago
  5. b400da0 Fix 64bit issues in logging code. by Ian Rogers · 12 years ago
  6. 1e363f9 Use a UniquePtr to clean up global logging std::string*s. by Ian Rogers · 13 years ago
  7. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 13 years ago
  8. 442cd6e Fix logging memory leak. by Sebastien Hertz · 13 years ago
  9. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 13 years ago
  10. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 13 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/base/logging.cc]
  12. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 13 years ago
  13. 74c0704 Help inline LogMessage::stream method. by Sebastien Hertz · 13 years ago
  14. f08e473 Fix abort regression. by Ian Rogers · 13 years ago
  15. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago[Renamed from src/logging.cc]
  16. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago
  17. af1b892 Prevent hang due to HandleUnexpectedSignal reentry by Brian Carlstrom · 14 years ago
  18. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 14 years ago
  19. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 14 years ago
  20. 81d425b Pass self to lock methods. by Ian Rogers · 14 years ago
  21. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 14 years ago
  22. 00f7d0e Global lock levels. by Ian Rogers · 14 years ago
  23. 24edeb5 Fix some camelCase. by Elliott Hughes · 14 years ago
  24. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 14 years ago
  25. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 14 years ago
  26. 8593fdb Clean up host aborts (and simplify the code). by Elliott Hughes · 14 years ago
  27. 93235f7 Dump current klass_ on bad ChangeClass by Brian Carlstrom · 14 years ago
  28. bfbf0e2 Make the hex dump more generally useful (specifically in CHECKs). by Elliott Hughes · 14 years ago
  29. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 14 years ago
  30. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 14 years ago
  31. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 14 years ago
  32. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  33. 21f32d7 Fix some DDMS stuff I'd broken, and fix HexDump's double-spacing. by Elliott Hughes · 15 years ago
  34. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 15 years ago
  35. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 15 years ago
  36. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 15 years ago
  37. 8daa092 More threads work. by Elliott Hughes · 15 years ago
  38. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 15 years ago
  39. 13f5a58 Add missing file from last commit. by Elliott Hughes · 15 years ago