summaryrefslogtreecommitdiffstats
path: root/libdex
Commit message (Expand)AuthorAgeFilesLines
* Fix potential buffer overrun.Aart Bik2016-05-271-5/+5
* Use gnu++11 instead of c++11.Dan Albert2014-11-201-0/+2
* Clean up some dead dalvik cruft.Elliott Hughes2014-11-154-37/+43
* kill HAVE_POSIX_FILEMAPYabin Cui2014-11-111-7/+7
* Make the rest of libdex and dexdump LOCAL_32_BIT_ONLYBrian Carlstrom2014-09-131-0/+3
* Update ziparchive usage to the new API.Piotr Jastrzebski2014-08-181-1/+1
* Merge "Clean-up some compiler warning messages."Ian Rogers2014-06-042-4/+10
|\
| * Clean-up some compiler warning messages.Ian Rogers2014-05-232-4/+10
* | Fix Windows SDK buildBrian Carlstrom2014-05-291-2/+10
* | Add .../dalvik-cache/<isa> directory creation for art/run-test --dalvik supportBrian Carlstrom2014-05-281-0/+15
|/
* Define kInstructionSet for x86-64 and arm64.Ian Rogers2014-05-011-4/+8
* Track package manager changes for arch specific dexopt.Narayan Kamath2014-05-011-1/+12
* dalvik: let 32-bit dalvik build on multilib targetsColin Cross2014-03-211-0/+1
* Fix a few bugs introduced by the move to zip_archive.Narayan Kamath2013-12-181-2/+2
* Revert "Revert "Use libziparchive for dalvik zip processing.""Narayan Kamath2013-12-174-934/+28
* 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
* 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