1. 8e77f18 am fec72762: Issue: ProxyBuilder.getMethodsToProxyRecursive() was not returning list of methods in deterministic order. by Andrew Yousef · 9 years ago int/n/fp2
  2. fec7276 Issue: ProxyBuilder.getMethodsToProxyRecursive() was not returning list of methods in deterministic order. by Andrew Yousef · 9 years ago
  3. f9d7d8a Merge "Issue: ProxyBuilder.getMethodsToProxyRecursive() was not returning list of methods in deterministic order." by Andreas Gampe · 9 years ago
  4. 8d53a06 Issue: ProxyBuilder.getMethodsToProxyRecursive() was not returning list of methods in deterministic order. by Andrew Yousef · 9 years ago
  5. 8239eb2 Merge "Update AppDataDirGuesser for BaseDexClassLoader" by Andreas Gampe · 9 years ago
  6. fa27859 Merge "-Added instructions to README.md on how to run unit tests. -Modified DexMakerTest.getDataDirectory() and FibonacciMaker.getDataDirectory() to use code that does not rely on Android framework jars being in the class path. This makes unit testing much simpler." by Andreas Gampe · 9 years ago
  7. fb537e0 Merge "Modified DexMaker to reuse existing class files whenever possible. Modified ProxyBuilder to use a nested directory structure with versioning information." by Andreas Gampe · 9 years ago
  8. 1b545bb Update AppDataDirGuesser for BaseDexClassLoader by Andreas Gampe · 9 years ago
  9. 7ff2c52 -Added instructions to README.md on how to run unit tests. by Andrew Yousef · 9 years ago
  10. 054604d Modified DexMaker to reuse existing class files whenever possible. Modified ProxyBuilder to use a nested directory structure with versioning information. by Andrew Yousef · 9 years ago
  11. 5a76501 Merge "Explicitly set JarEntry size" by Andreas Gampe · 9 years ago
  12. 5999dde Explicitly set JarEntry size by Andreas Gampe · 9 years ago
  13. 00bf687 Use new 'target' based mockito build in gradle. by Jon Boekenoogen · 10 years ago
  14. 9ffe901 Get Gradle-built GmsCore unit tests closer to working by Justin Morey · 10 years ago
  15. 883b3dc am 2b528c4b: am 7b6b3f78: Do not assert that InvocationHandler.invoke args should be non-null by Brian Carlstrom · 11 years ago
  16. 2b528c4 am 7b6b3f78: Do not assert that InvocationHandler.invoke args should be non-null by Brian Carlstrom · 11 years ago
  17. 7b6b3f7 Do not assert that InvocationHandler.invoke args should be non-null by Brian Carlstrom · 11 years ago
  18. 491d3ef Remove patch for b/8297640 from DexMaker by Ian Parkinson · 11 years ago
  19. 433feac am 5842e2e3: Merge "Do not assert that InvocationHandler.invoke args should be non-null" by Brian Carlstrom · 11 years ago
  20. 5842e2e Merge "Do not assert that InvocationHandler.invoke args should be non-null" by Brian Carlstrom · 11 years ago
  21. 744d6f6 Do not assert that InvocationHandler.invoke args should be non-null by Brian Carlstrom · 11 years ago
  22. 85a27ed am c96bf96a: Typo in bug number by Ian Parkinson · 11 years ago
  23. c96bf96 Typo in bug number by Ian Parkinson · 11 years ago
  24. 6c93b59 am a8ab299b: (-s ours) Update DexMaker\'s UnsafeAllocator by Ian Parkinson · 11 years ago
  25. a8ab299 Update DexMaker's UnsafeAllocator by Ian Parkinson · 11 years ago
  26. cbe1ad4 Typo in bug number by Ian Parkinson · 11 years ago
  27. e74818c Update DexMaker's UnsafeAllocator by Ian Parkinson · 11 years ago
  28. 8a5ce53 Applied patch from https://code.google.com/p/dexmaker/issues/detail?id=20 to fix classloading issue. by ls · 11 years ago
  29. 34f760b Compile dexmaker against lowest API possible: 10. by Brett Chabot · 11 years ago
  30. 24d9a91 Build Dexmaker's Mockito plugin by Ian Parkinson · 11 years ago
  31. 95689a7 Update to latest dexmaker. by Mark Brophy · 12 years ago
  32. c1ec15d Import upstream master by Jean-Baptiste Queru · 12 years ago
  33. b095307 Fix a bug where post JB AppDataDirGuesser gets a null cache directory. by Tsu Chiang Chuang · 12 years ago
  34. ebb25ef Make AppDataDirGuesser read classpath using Reflection from by Alex Klyubin · 12 years ago
  35. 524c023 Fix a bug where AppDataDirGuesser picked a non-existent cache by Alex Klyubin · 12 years ago
  36. d0cddaf Update to latest Mockito mocking APIs by Jesse Wilson · 12 years ago
  37. 7f8ba8e Merge remote-tracking branch 'goog/ics-aah-exp' by Mike Lockwood · 12 years ago
  38. 94a165f Track mockito upstream rename of org.mockito.plugins.MockMaker by Jesse Wilson · 12 years ago
  39. 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
  40. 1bccfda Include a mockito binary to build the mockito source against. by Jesse Wilson · 12 years ago
  41. 5a78203 Native mockito support. This depends on a few things not yet available in Mockito's HEAD. by Jesse Wilson · 12 years ago
  42. 8d4cf4f Fix Android.mk. by Brett Chabot · 12 years ago
  43. fd6d5f2 Merge remote-tracking branch 'upstream/master' into ics-aah by Anatol Pomozov · 12 years ago
  44. f225da9 Merge remote-tracking branch 'upstream/master' by Anatol Pomozov · 12 years ago
  45. 857f486 Fix Android.mk. by Brett Chabot · 12 years ago
  46. 8ec4b1d Little javadoc changes. by Hugo Hudson · 12 years ago
  47. 1af1da6 Two new features for ProxyBuilder: by Jesse Wilson · 12 years ago
  48. 679fb66 Better exception message when construction fails. by Jesse Wilson · 12 years ago
  49. 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
  50. 01f8aec Android.mk file for building in the tree. by Hugo Hudson · 12 years ago
  51. b4fdb17 Fix build on a JVM. by Jesse Wilson · 12 years ago
  52. 31c34ef Fill in unimplemented caching tests. by Jesse Wilson · 12 years ago
  53. 2e28a22 Implement a cache for proxy classes. by Jesse Wilson · 12 years ago
  54. 5692b3b Update Javadocs. by Jesse Wilson · 12 years ago
  55. 3e7a223 More documentation, including method documentation for all methods on Code. by Jesse Wilson · 12 years ago
  56. 242b6fb Merge branch 'master' of https://code.google.com/p/dexmaker by Jesse Wilson · 12 years ago
  57. 4838105 Add a move op by Jesse Wilson · 12 years ago
  58. c0271e9 Rename declareConstructor() to declare(). Add more parameter validation and tests. by Jesse Wilson · 12 years ago
  59. 5624228 Synchronization. by Jesse Wilson · 12 years ago
  60. e3ecebf Move documentation on Code.java by Jesse Wilson · 12 years ago
  61. ff561a2 More documentation on Code generation. by Jesse Wilson · 12 years ago
  62. 76eae44 New unary op and other APIs by Jesse Wilson · 12 years ago
  63. 27b1f5c Nuke package-info classes. These were offending jarjar. by Jesse Wilson · 12 years ago
  64. d6c77ef More documentation. Rename compare ops. by Jesse Wilson · 12 years ago
  65. 97b0be6 One cast() method for both numeric and type casts. by Jesse Wilson · 12 years ago
  66. 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
  67. 008290a Javadoc cleanup by Jesse Wilson · 12 years ago
  68. a270a18 Freshen Javadocs. by Jesse Wilson · 12 years ago
  69. 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
  70. e7afb8c Use jarjar to repackage dx to avoid conflicts with dx.jar. by Jesse Wilson · 12 years ago
  71. ff314e1 Use one dex directory instead of two. by Jesse Wilson · 12 years ago
  72. 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
  73. ab220f0 Rename DexGenerator to DexMaker. by Jesse Wilson · 12 years ago
  74. b3b9621 Include move-parameter instructions for the 'this' parameter if it exists. by Jesse Wilson · 12 years ago
  75. 0f1cd35 Publish Javadocs to the web. by Jesse Wilson · 12 years ago
  76. 1977585 Move ProxyBuilder to the .stock subpackage (better names welcome) and kill DexCacheException. by Jesse Wilson · 12 years ago
  77. 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
  78. 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
  79. 579d773 Initial add of dx and dexmaker. by Jesse Wilson · 12 years ago