Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *libcore* resolved conflicts for merge of bc23c4f3 to dalvik-dev | Elliott Hughes | 2013-04-30 | 1 | -0/+8 |
* | Manually merge "Compact merged dexes on their byte aligned size" | Jesse Wilson | 2013-04-30 | 1 | -0/+9 |
* | Add missing @Override annotations | Ian Rogers | 2013-04-30 | 1 | -1/+1 |
* | Fix DexMerger to emit dex files without extended op codes. | Jesse Wilson | 2013-04-30 | 1 | -2/+2 |
* | Make Dex access faster by making binarySearch work. | Jesse Wilson | 2013-04-30 | 1 | -6/+11 |
* | Remove redundant alignToFourBytes in favor of alignToFourBytesWithZeroFill | Brian Carlstrom | 2013-04-30 | 1 | -6/+9 |
* | Improve exception detail message | Brian Carlstrom | 2013-04-30 | 1 | -2/+2 |
* | Fix Dex.create(ByteBuffer) to not allocate a byte[] to check magic | Brian Carlstrom | 2013-04-30 | 1 | -17/+19 |
* | Switch Dex from byte[] to ByteBuffer for backing store. | Jesse Wilson | 2013-04-30 | 1 | -93/+157 |
* | Add Dex.create(ByteBuffer) | Brian Carlstrom | 2013-04-30 | 1 | -0/+26 |
* | Move dex utilities from dalvik/dx to libcore/dex part 2 | Jesse Wilson | 2013-04-30 | 25 | -0/+3057 |