aboutsummaryrefslogtreecommitdiff
path: root/header_only_include
AgeCommit message (Expand)Author
2023-09-25Fix the use-after-free issue with CREATE_UTF_OR_RETURN.Jiakai Zhang
2023-09-15Add an implicit cast from `ScopedUtfChars` to `std::string_view`.Jiakai Zhang
2023-09-15Add JNI helper methods to convert between jstring and C string.Jiakai Zhang
2020-09-23Remove ScopedBytes.h and scoped_bytes.hOrion Hodson
2020-04-24Use pragma once over #define guardsOrion Hodson
2020-04-21header_only_include header updatesOrion Hodson
2020-04-20Add stddef.h to scoped_primitive_array.h.Nicolas Geoffray
2019-10-28Fix cpplint guard warningsOrion Hodson
2019-10-28Remove kludge for duplicate jniThrowNullPointerExceptionOrion Hodson
2019-01-11libnativehelper: minor C++ modernizationOrion Hodson
2019-01-09Move JniConstants to points of useOrion Hodson
2018-11-27DeleteLocalRef for ScopedBytesOrion Hodson
2018-11-21Remove reference to JniConstants::byteArrayClass in header_only_libraryOrion Hodson
2017-12-09Revert "Rewrite scoped arrays with template and introduced nullable one."Nicolas Geoffray
2017-12-07Rewrite scoped arrays with template and introduced nullable one.Seigo Nonaka
2017-10-19Nativehelper: Export header-only version of helpersAndreas Gampe