index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdexfile
/
external
/
include
Age
Commit message (
Expand
)
Author
2023-05-23
Clean up libbase(_header) dependencies in libdexfile_support.
Martin Stjernholm
2022-06-20
Fix modernize-use-using clang-tidy issues
Stefano Cianciulli
2021-04-21
Rewrite libdexfile C API to follow NDK guidelines better.
David Srbecky
2021-03-22
Add dex lookup overloads which take C++ lambda callback.
David Srbecky
2021-03-22
Simplify libdexfile external api.
David Srbecky
2020-03-23
Add new dex file support constructor.
Christopher Ferris
2019-10-09
Add a function that fails softly if libdexfile(d)_external.so cannot be
Martin Stjernholm
2019-02-13
Open libdexfile_external on demand in libdexfile_support.
Martin Stjernholm
2019-01-11
Fix memory leaks in DexString wrapper and in unit tests.
Martin Stjernholm
2019-01-10
Add unit tests for libdexfile external API.
Martin Stjernholm
2019-01-10
Separate libdexfile external C ABI from the C++ header file.
Martin Stjernholm
2019-01-09
Rename libdexfile external API header.
Martin Stjernholm
2019-01-09
Expose PrettyMethod's with_signature in GetMethodInfoForOffset.
Martin Stjernholm
2018-12-20
Move constructors and operators should be noexcept.
Martin Stjernholm
2018-12-13
Add minimal libdexfile API for external users.
Martin Stjernholm