summaryrefslogtreecommitdiffstats
path: root/src/zip_archive.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch more lint.Elliott Hughes2012-06-211-2/+3
* Convince tsan that the card table isn't a problem.Elliott Hughes2012-06-121-1/+0
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-3/+2
* Remove most of the unordered_ stuff and use the standard equivalents instead.Elliott Hughes2012-01-181-3/+2
* Add installd support to dex2oatBrian Carlstrom2012-01-051-4/+4
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-4/+3
* Remove some lint.Elliott Hughes2011-12-011-1/+1
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-2/+1
* Add missing 'explicit's on single-argument constructors.Elliott Hughes2011-10-171-1/+1
* Add oatopt drop in replacement for dexoptBrian Carlstrom2011-10-141-0/+3
* Switch to UniquePtr.Elliott Hughes2011-08-301-3/+4
* Initialize ClassLinker from imageBrian Carlstrom2011-08-211-1/+1
* First pass of ImageWriterBrian Carlstrom2011-08-151-71/+6
* String intern table and support for unordered_mapBrian Carlstrom2011-08-041-2/+3
* Add support for opening classes.dex file from zip, jar, apkBrian Carlstrom2011-08-021-0/+194