1. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  2. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  3. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  4. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  5. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  6. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  7. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  8. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  9. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  10. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  11. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  12. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  13. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  14. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  15. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  16. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  17. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  18. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
  19. 6ea095a Parse required options by Brian Carlstrom · 13 years ago
  20. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  21. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  22. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  23. 40ef99e Start implementing JNI. 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
  25. d3c1575 Address post review comments regarding ParseClassPath. by Carl Shapiro · 13 years ago
  26. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago
  27. 4acf464 Clear out the Runtime singleton when destructing a Runtime instance. by Carl Shapiro · 13 years ago
  28. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 13 years ago
  29. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  30. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  31. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  32. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  33. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 13 years ago
  34. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  35. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago