Sign in
ara-mdk
/
platform
/
external
/
dexmaker
/
HEAD
c96bf96
Typo in bug number
by Ian Parkinson
· 12 years ago
master
ara-dev-release-20141107
a8ab299
Update DexMaker's UnsafeAllocator
by Ian Parkinson
· 12 years ago
8a5ce53
Applied patch from https://code.google.com/p/dexmaker/issues/detail?id=20 to fix classloading issue.
by ls
· 12 years ago
34f760b
Compile dexmaker against lowest API possible: 10.
by Brett Chabot
· 12 years ago
24d9a91
Build Dexmaker's Mockito plugin
by Ian Parkinson
· 12 years ago
95689a7
Update to latest dexmaker.
by Mark Brophy
· 12 years ago
c1ec15d
Import upstream master
by Jean-Baptiste Queru
· 12 years ago
b095307
Fix a bug where post JB AppDataDirGuesser gets a null cache directory.
by Tsu Chiang Chuang
· 12 years ago
ebb25ef
Make AppDataDirGuesser read classpath using Reflection from
by Alex Klyubin
· 12 years ago
524c023
Fix a bug where AppDataDirGuesser picked a non-existent cache
by Alex Klyubin
· 12 years ago
d0cddaf
Update to latest Mockito mocking APIs
by Jesse Wilson
· 13 years ago
7f8ba8e
Merge remote-tracking branch 'goog/ics-aah-exp'
by Mike Lockwood
· 13 years ago
94a165f
Track mockito upstream rename of org.mockito.plugins.MockMaker
by Jesse Wilson
· 13 years ago
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
· 13 years ago
1bccfda
Include a mockito binary to build the mockito source against.
by Jesse Wilson
· 13 years ago
5a78203
Native mockito support. This depends on a few things not yet available in Mockito's HEAD.
by Jesse Wilson
· 13 years ago
8d4cf4f
Fix Android.mk.
by Brett Chabot
· 13 years ago
fd6d5f2
Merge remote-tracking branch 'upstream/master' into ics-aah
by Anatol Pomozov
· 13 years ago
f225da9
Merge remote-tracking branch 'upstream/master'
by Anatol Pomozov
· 13 years ago
857f486
Fix Android.mk.
by Brett Chabot
· 13 years ago
8ec4b1d
Little javadoc changes.
by Hugo Hudson
· 13 years ago
1af1da6
Two new features for ProxyBuilder:
by Jesse Wilson
· 13 years ago
679fb66
Better exception message when construction fails.
by Jesse Wilson
· 13 years ago
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
· 13 years ago
01f8aec
Android.mk file for building in the tree.
by Hugo Hudson
· 13 years ago
b4fdb17
Fix build on a JVM.
by Jesse Wilson
· 13 years ago
31c34ef
Fill in unimplemented caching tests.
by Jesse Wilson
· 13 years ago
2e28a22
Implement a cache for proxy classes.
by Jesse Wilson
· 13 years ago
5692b3b
Update Javadocs.
by Jesse Wilson
· 13 years ago
3e7a223
More documentation, including method documentation for all methods on Code.
by Jesse Wilson
· 13 years ago
242b6fb
Merge branch 'master' of https://code.google.com/p/dexmaker
by Jesse Wilson
· 13 years ago
4838105
Add a move op
by Jesse Wilson
· 13 years ago
c0271e9
Rename declareConstructor() to declare(). Add more parameter validation and tests.
by Jesse Wilson
· 13 years ago
5624228
Synchronization.
by Jesse Wilson
· 13 years ago
e3ecebf
Move documentation on Code.java
by Jesse Wilson
· 13 years ago
ff561a2
More documentation on Code generation.
by Jesse Wilson
· 13 years ago
76eae44
New unary op and other APIs
by Jesse Wilson
· 13 years ago
27b1f5c
Nuke package-info classes. These were offending jarjar.
by Jesse Wilson
· 13 years ago
d6c77ef
More documentation. Rename compare ops.
by Jesse Wilson
· 13 years ago
97b0be6
One cast() method for both numeric and type casts.
by Jesse Wilson
· 13 years ago
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
· 13 years ago
008290a
Javadoc cleanup
by Jesse Wilson
· 13 years ago
a270a18
Freshen Javadocs.
by Jesse Wilson
· 13 years ago
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
· 13 years ago
e7afb8c
Use jarjar to repackage dx to avoid conflicts with dx.jar.
by Jesse Wilson
· 13 years ago
ff314e1
Use one dex directory instead of two.
by Jesse Wilson
· 13 years ago
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
· 13 years ago
ab220f0
Rename DexGenerator to DexMaker.
by Jesse Wilson
· 13 years ago
b3b9621
Include move-parameter instructions for the 'this' parameter if it exists.
by Jesse Wilson
· 13 years ago
0f1cd35
Publish Javadocs to the web.
by Jesse Wilson
· 13 years ago
1977585
Move ProxyBuilder to the .stock subpackage (better names welcome) and kill DexCacheException.
by Jesse Wilson
· 13 years ago
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
· 13 years ago
90699b9
Don't require use of dx-implementation detail class AccessFlags in the public API; just use java.lang.reflect.Modifier.
by Jesse Wilson
· 13 years ago
579d773
Initial add of dx and dexmaker.
by Jesse Wilson
· 13 years ago