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