1. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  2. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  3. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  4. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago[Renamed (94%) from runtime/runtime_test.cc]
  5. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  6. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/runtime_test.cc]
  7. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 11 years ago
  8. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  9. 223f20f Remove old code to support multiple images by Brian Carlstrom · 13 years ago
  10. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  11. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  12. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  13. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  14. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  15. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  16. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  17. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  18. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  19. 6ea095a Parse required options by Brian Carlstrom · 13 years ago
  20. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  21. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago