summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Break apart header files.Ian Rogers2014-07-151-0/+5
* ART: Native support for multidexAndreas Gampe2014-06-251-2/+5
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-5/+6
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+73
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-6/+9
* am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-1/+1
|\
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-1/+1
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-17/+10
|/
* Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-0/+2
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+270