1. c96bf96 Typo in bug number by Ian Parkinson · 11 years ago master ara-dev-release-20141107
  2. a8ab299 Update DexMaker's UnsafeAllocator by Ian Parkinson · 11 years ago
  3. 8a5ce53 Applied patch from https://code.google.com/p/dexmaker/issues/detail?id=20 to fix classloading issue. by ls · 11 years ago
  4. 34f760b Compile dexmaker against lowest API possible: 10. by Brett Chabot · 11 years ago
  5. 24d9a91 Build Dexmaker's Mockito plugin by Ian Parkinson · 11 years ago
  6. 95689a7 Update to latest dexmaker. by Mark Brophy · 12 years ago
  7. c1ec15d Import upstream master by Jean-Baptiste Queru · 12 years ago
  8. b095307 Fix a bug where post JB AppDataDirGuesser gets a null cache directory. by Tsu Chiang Chuang · 12 years ago
  9. ebb25ef Make AppDataDirGuesser read classpath using Reflection from by Alex Klyubin · 12 years ago
  10. 524c023 Fix a bug where AppDataDirGuesser picked a non-existent cache by Alex Klyubin · 12 years ago
  11. d0cddaf Update to latest Mockito mocking APIs by Jesse Wilson · 12 years ago
  12. 7f8ba8e Merge remote-tracking branch 'goog/ics-aah-exp' by Mike Lockwood · 12 years ago
  13. 94a165f Track mockito upstream rename of org.mockito.plugins.MockMaker by Jesse Wilson · 12 years ago
  14. 60c59ca Track mockito change to not use META-INF, since that directory is ignored by Android tools. Also remove vogar-specific hack for the on-device dex directory. by Jesse Wilson · 12 years ago
  15. 1bccfda Include a mockito binary to build the mockito source against. by Jesse Wilson · 12 years ago
  16. 5a78203 Native mockito support. This depends on a few things not yet available in Mockito's HEAD. by Jesse Wilson · 12 years ago
  17. 8d4cf4f Fix Android.mk. by Brett Chabot · 12 years ago
  18. fd6d5f2 Merge remote-tracking branch 'upstream/master' into ics-aah by Anatol Pomozov · 12 years ago
  19. f225da9 Merge remote-tracking branch 'upstream/master' by Anatol Pomozov · 12 years ago
  20. 857f486 Fix Android.mk. by Brett Chabot · 12 years ago
  21. 8ec4b1d Little javadoc changes. by Hugo Hudson · 12 years ago
  22. 1af1da6 Two new features for ProxyBuilder: by Jesse Wilson · 12 years ago
  23. 679fb66 Better exception message when construction fails. by Jesse Wilson · 12 years ago
  24. 73cfa44 Adopt Hugo Hudson's AppDataDirGuesser in the core DexMaker. It's far too cumbersome to rely on frameworks to include such heuristics. by Jesse Wilson · 12 years ago
  25. 01f8aec Android.mk file for building in the tree. by Hugo Hudson · 12 years ago
  26. b4fdb17 Fix build on a JVM. by Jesse Wilson · 12 years ago
  27. 31c34ef Fill in unimplemented caching tests. by Jesse Wilson · 12 years ago
  28. 2e28a22 Implement a cache for proxy classes. by Jesse Wilson · 12 years ago
  29. 5692b3b Update Javadocs. by Jesse Wilson · 12 years ago
  30. 3e7a223 More documentation, including method documentation for all methods on Code. by Jesse Wilson · 12 years ago
  31. 242b6fb Merge branch 'master' of https://code.google.com/p/dexmaker by Jesse Wilson · 12 years ago
  32. 4838105 Add a move op by Jesse Wilson · 12 years ago
  33. c0271e9 Rename declareConstructor() to declare(). Add more parameter validation and tests. by Jesse Wilson · 12 years ago
  34. 5624228 Synchronization. by Jesse Wilson · 12 years ago
  35. e3ecebf Move documentation on Code.java by Jesse Wilson · 12 years ago
  36. ff561a2 More documentation on Code generation. by Jesse Wilson · 12 years ago
  37. 76eae44 New unary op and other APIs by Jesse Wilson · 12 years ago
  38. 27b1f5c Nuke package-info classes. These were offending jarjar. by Jesse Wilson · 12 years ago
  39. d6c77ef More documentation. Rename compare ops. by Jesse Wilson · 12 years ago
  40. 97b0be6 One cast() method for both numeric and type casts. by Jesse Wilson · 12 years ago
  41. b0f6ea8 Replace two methods not() and negate() with a new type UnaryOp and an op() method. I'm hoping this simplifies life for compiler authors who won't need to do manual dispatch. by Jesse Wilson · 12 years ago
  42. 008290a Javadoc cleanup by Jesse Wilson · 12 years ago
  43. a270a18 Freshen Javadocs. by Jesse Wilson · 12 years ago
  44. 23abc2f Use 'new Label()' rather than 'Code.newLabel()' to make it clear that allocating a label is a free operation, not depending on the current state of the Code instance. by Jesse Wilson · 12 years ago
  45. e7afb8c Use jarjar to repackage dx to avoid conflicts with dx.jar. by Jesse Wilson · 12 years ago
  46. ff314e1 Use one dex directory instead of two. by Jesse Wilson · 12 years ago
  47. 0e49fb9 Add a big example in DexMaker on its use. Also fix up some of the problems encountered while writing the example: by Jesse Wilson · 12 years ago
  48. ab220f0 Rename DexGenerator to DexMaker. by Jesse Wilson · 12 years ago
  49. b3b9621 Include move-parameter instructions for the 'this' parameter if it exists. by Jesse Wilson · 12 years ago
  50. 0f1cd35 Publish Javadocs to the web. by Jesse Wilson · 12 years ago
  51. 1977585 Move ProxyBuilder to the .stock subpackage (better names welcome) and kill DexCacheException. by Jesse Wilson · 12 years ago
  52. 5e61c0c Add an ant build file for repeatable builds. This doesn't include a <junit> task as there's no easy way to run the tests on a device. by Jesse Wilson · 12 years ago
  53. 90699b9 Don't require use of dx-implementation detail class AccessFlags in the public API; just use java.lang.reflect.Modifier. by Jesse Wilson · 12 years ago
  54. 579d773 Initial add of dx and dexmaker. by Jesse Wilson · 12 years ago