summaryrefslogtreecommitdiffstats
path: root/libdex/DexSwapVerify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t for cast pointer to integer.SangWook Han2012-07-181-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-132/+132
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-5/+5
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* More LOG newline cleanup.Dan Bornstein2011-05-261-1/+1
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-47/+47
* Conservation of newlines in libdex.Dan Bornstein2011-05-251-128/+128
* Update dex file magic number.Dan Bornstein2011-05-251-16/+29
* Make libdex structures tool friendly.Carl Shapiro2011-04-271-2/+2
* Compile libdex as C++.Dan Bornstein2011-04-141-0/+2946