summaryrefslogtreecommitdiffstats
path: root/libdex
Commit message (Expand)AuthorAgeFilesLines
* libdex: Invert the default for dexopt-on-cacheRicardo Cerqueira2013-12-181-1/+1
* Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into cafSteve Kondik2013-11-114-1/+17
|\
| * dalvik: dalvik device extension pack.Xin Qi2013-10-314-1/+17
* | Unbreak building host modulesRicardo Cerqueira2013-11-062-1/+8
* | Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-013-65/+159
|\|
| * Merge "Ignore invalid access flags." into klp-devJeff Hao2013-09-191-7/+14
| |\
| | * Ignore invalid access flags.Elliott Hughes2013-09-161-7/+14
| * | Fix mac sdk buildKenny Root2013-09-191-0/+1
| * | Reconcile differences between zip implementationsKenny Root2013-09-181-57/+137
| |/
| * add static dependency on liblogColin Cross2013-07-231-0/+2
| * Merge "Move verification of class access flags to libdex"Elliott Hughes2013-05-131-0/+5
| |\
| | * Move verification of class access flags to libdexBen Gruver2013-05-081-0/+5
| * | Fix bad whitespace alignment from LOGW to ALOGW changeBrian Carlstrom2013-05-031-2/+2
| |/
| * Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDESBrian Carlstrom2013-05-031-1/+0
* | Revert "Move verification of class access flags to libdex"Ricardo Cerqueira2013-11-011-5/+0
* | Move verification of class access flags to libdexcm-10.2-M1Ben Gruver2013-10-251-0/+5
* | libdex: Skip the dexroot-on-cache stuff for user buildsSteve Kondik2013-10-232-0/+6
* | Revert "Disable /cache/dalvik-cache (temporarily?)"Fused2013-08-031-2/+0
* | Disable /cache/dalvik-cache (temporarily?)Ricardo Cerqueira2013-07-261-0/+2
* | dvm: Bring back the ANDROID_DATA overrideRicardo Cerqueira2013-07-241-1/+1
* | Exclude sha1.c when building libdex for deviceJim Huang2013-07-241-2/+1
* | DexOpt anything in /system on /cachectso2013-07-241-1/+31
|/
* Remove dead code.Elliott Hughes2012-12-172-95/+3
* Fix Method.getParameterAnnotations.Elliott Hughes2012-07-231-7/+14
* Use uintptr_t for cast pointer to integer.SangWook Han2012-07-184-4/+4
* am 6353fe2f: am 2a3cc744: Merge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT"Elliott Hughes2012-03-301-0/+4
|\
| * Set SYSTEM_PAGE_SIZE from PAGE_SHIFTChris Dearman2012-01-301-0/+4
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-088-161/+161
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-065-40/+40
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-052-2/+2
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-054-1211/+6
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-033-4/+4
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-266-19/+19
|/
* Fix memory leak in mapCentralDirectory.Jeff Brown2011-07-191-28/+28
* Normalize the include guard style.Carl Shapiro2011-06-1415-44/+44
* Add some error checking and clean out some cruft.Dan Bornstein2011-06-021-4/+5
* More LOG newline cleanup.Dan Bornstein2011-05-262-2/+2
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-262-50/+50
* Conservation of newlines in libdex.Dan Bornstein2011-05-258-213/+213
* Update dex file magic number.Dan Bornstein2011-05-253-28/+46
* Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2011-05-0532-248/+262
|\
| * Make libdex structures tool friendly.Carl Shapiro2011-04-2719-234/+105
| * Compile libdex as C++.Dan Bornstein2011-04-1421-131/+165
| * Convert the internal and in-line natives to C++.Carl Shapiro2011-04-1213-1/+102
| * Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+8
|/
* Optimize annotations.Jesse Wilson2011-03-241-1/+1
* Add a missing strings.h include for strcasecmp.Carl Shapiro2011-03-211-0/+1
* Move finalization out of the VM.Carl Shapiro2011-03-211-2/+2
* Clarify a comment.Dan Bornstein2011-03-112-1/+3
* Clean up how primitive types are handled.Dan Bornstein2011-03-112-0/+98