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