1. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  2. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  3. 5b8e6e3 Fix for gtest missing core classes, attempt 2 by Przemyslaw Szczepaniak · 9 years ago
  4. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  5. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  6. 9433ec6 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  7. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  8. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  9. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  10. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  11. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  12. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  13. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  14. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/zip_archive_test.cc]
  15. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 11 years ago
  16. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  17. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  18. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 12 years ago
  19. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  20. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  21. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  22. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  23. 350dad1 Fix zip_archive_test on the target. by Elliott Hughes · 13 years ago
  24. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago