index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
dex_file_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Remove multidex limit
Andreas Gampe
2015-04-28
1
-5
/
+14
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-14
/
+14
*
Support relative encoded dex locations in oat files.
Richard Uhler
2015-03-24
1
-0
/
+9
*
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-13
/
+13
*
Remove portable.
Elliott Hughes
2014-12-12
1
-0
/
+1
*
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-18
1
-0
/
+3
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-7
/
+7
*
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-4
/
+2
*
Fix GetDexCanonicalLocation test for relative paths.
Calin Juravle
2014-08-07
1
-2
/
+5
*
Use canonical paths when searching for dex files
Calin Juravle
2014-08-04
1
-0
/
+27
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+5
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-2
/
+5
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-5
/
+6
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-2
/
+73
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-6
/
+9
*
am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...
Brian Carlstrom
2013-10-04
1
-1
/
+1
|
\
|
*
Use file magic to determine file type, not file extension.
Brian Carlstrom
2013-10-03
1
-1
/
+1
*
|
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-17
/
+10
|
/
*
Make DexFiles opened from files readonly by default, but writable during dex2oat
Brian Carlstrom
2013-08-29
1
-0
/
+2
*
Add flock(2)ing on dex-cache files to prevent races
Brian Carlstrom
2013-08-15
1
-1
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+270