index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdexfile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move constructors and operators should be noexcept.
Martin Stjernholm
2018-12-20
1
-3
/
+3
*
Support Windows builds for libartbase/libdexfile
David Sehr
2018-12-18
4
-18
/
+81
*
Do not cache the method name from PrettyMethod.
Martin Stjernholm
2018-12-14
1
-11
/
+3
*
Add minimal libdexfile API for external users.
Martin Stjernholm
2018-12-13
5
-0
/
+706
*
Plumb through the container as an optional arg to DexFileLoader::Open.
Martin Stjernholm
2018-12-13
4
-34
/
+42
*
Merge "ART: Clean up base/utils.h"
Treehugger Robot
2018-12-10
2
-1
/
+1
|
\
|
*
ART: Clean up base/utils.h
Andreas Gampe
2018-12-06
2
-1
/
+1
*
|
Fix ComputeModifiedUtf8Hash().
Vladimir Marko
2018-12-10
2
-2
/
+10
|
/
*
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-29
1
-1
/
+1
*
Merge "ART: Mark implicit constructor NOLINT"
Treehugger Robot
2018-11-28
1
-1
/
+1
|
\
|
*
ART: Mark implicit constructor NOLINT
Andreas Gampe
2018-11-27
1
-1
/
+1
*
|
Merge "ART: Some iwyu for logging.h"
Andreas Gampe
2018-11-28
2
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
ART: Some iwyu for logging.h
Andreas Gampe
2018-11-21
2
-2
/
+3
*
|
Rename and reorganize hiddenapi::ApiList
David Brazdil
2018-11-22
6
-84
/
+6
|
/
*
Runtime flags only for fast/slow hiddenapi path
David Brazdil
2018-11-16
2
-24
/
+4
*
libdexfile: rename kVerifyNone to kVerifyNothing
Orion Hodson
2018-11-14
3
-5
/
+5
*
Optimize string comparisons in Class::FindClassMethod.
David Srbecky
2018-11-01
2
-0
/
+10
*
Merge "Remove dependencies on libutils."
Martin Stjernholm
2018-10-31
1
-4
/
+0
|
\
|
*
Remove dependencies on libutils.
Martin Stjernholm
2018-10-30
1
-4
/
+0
*
|
Cache whether we should use interpreter invoke fast-path.
David Srbecky
2018-10-31
1
-5
/
+5
|
/
*
Merge "Revert "Link compression libs statically into libartbase and use those...
Nicolas Geoffray
2018-10-30
1
-0
/
+14
|
\
|
*
Revert "Link compression libs statically into libartbase and use those everyw...
Nicolas Geoffray
2018-10-30
1
-0
/
+14
*
|
Remove HiddenApiAccessFlags, move content to hiddenapi::
David Brazdil
2018-10-30
3
-41
/
+40
*
|
Merge "Link compression libs statically into libartbase and use those everywh...
Martin Stjernholm
2018-10-30
1
-14
/
+0
|
\
|
|
*
Link compression libs statically into libartbase and use those everywhere.
Martin Stjernholm
2018-10-29
1
-14
/
+0
*
|
Merge "Revert^4: Add dex item for hiddenapi flags"
David Brazdil
2018-10-30
8
-171
/
+261
|
\
\
|
*
|
Revert^4: Add dex item for hiddenapi flags
David Brazdil
2018-10-28
8
-171
/
+261
|
|
/
*
/
Fix defaulted-function-deleted warning
Yi Kong
2018-10-28
1
-1
/
+0
|
/
*
Revert "Revert^2: Add dex item for hiddenapi flags"
Luman Qu
2018-10-26
8
-261
/
+171
*
Revert^2: Add dex item for hiddenapi flags
David Brazdil
2018-10-25
8
-171
/
+261
*
Revert "Add dex item for hiddenapi flags"
David Brazdil
2018-10-24
8
-261
/
+171
*
Add dex item for hiddenapi flags
David Brazdil
2018-10-23
8
-171
/
+261
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-17
11
-99
/
+106
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-09
1
-2
/
+2
*
Merge "Revert^2 "ART: Refactor typedef to using""
Treehugger Robot
2018-09-25
1
-4
/
+0
|
\
|
*
Revert^2 "ART: Refactor typedef to using"
Andreas Gampe
2018-09-20
1
-4
/
+0
*
|
ART: Modernize counting-down loops
Andreas Gampe
2018-09-20
1
-5
/
+5
|
/
*
Revert "ART: Refactor typedef to using"
Andreas Gampe
2018-09-20
1
-0
/
+4
*
ART: Refactor typedef to using
Andreas Gampe
2018-09-19
1
-4
/
+0
*
Merge "Add a --whitelist and --only-report-sdk-uses to veridex."
Nicolas Geoffray
2018-09-14
1
-0
/
+4
|
\
|
*
Add a --whitelist and --only-report-sdk-uses to veridex.
Nicolas Geoffray
2018-09-14
1
-0
/
+4
*
|
Refactor DecodeDebugLocalInfo
Mathieu Chartier
2018-09-13
5
-32
/
+21
|
/
*
Refactor debug info position visiting
Mathieu Chartier
2018-09-12
5
-57
/
+65
*
oatdump: Convert cdex before exporting dex files
Anestis Bechtsoudis
2018-09-10
2
-0
/
+14
*
ART: Refactor static include list
Andreas Gampe
2018-09-06
1
-0
/
+30
*
Fix various not so benign fdsan errors.
Josh Gao
2018-08-30
1
-1
/
+1
*
Remove superfluous 'virtual' specifiers in ART.
Roland Levillain
2018-08-28
4
-11
/
+11
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
7
-30
/
+30
*
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-08-21
2
-36
/
+43
*
Delete ClassDataItemIterator
Mathieu Chartier
2018-08-08
4
-282
/
+8
[next]