aboutsummaryrefslogtreecommitdiffstats
path: root/JNIHelp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Nativehelper: Remove static locals for field and method IDs.Logan Chien2017-09-121-12/+67
* Remove some global headers.Steven Moreland2017-07-201-2/+2
* Add JNI helper function jniCreateString().Fredrik Roubert2017-07-171-0/+4
* libnativehelper needs _BSD_SOURCE.Elliott Hughes2016-06-111-0/+2
* Workaround for apps using a copy of libnativehelperDimitry Ivanov2016-05-181-0/+4
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-05-021-1/+1
* Libnativehelper: Fix unused result warningAndreas Gampe2015-08-031-4/+18
* Add DISALLOW_COPY_AND_ASSIGN macro.Ian Rogers2014-11-041-4/+2
* Fix libnativehelper strerror_r build break.Elliott Hughes2014-08-181-0/+5
* Fixing PrintWriter not being disposedHuanqi Chen2014-06-271-4/+4
* Merge commit 'd53ee92b5ce950d0c39dc9963cca5b80c400d03f' into HEADThe Android Open Source Project2013-11-221-1/+2
|\
| * am f2a5291d: Merge "Stop trying to guess whether we\'re using glibc when we a...Elliott Hughes2013-10-081-13/+9
| |\
| * \ am a77f3a24: Add support for ndk libnativehelper build.Ruben Brunk2013-09-111-1/+2
| |\ \
| | * | Add support for ndk libnativehelper build.android-cts-4.4_r1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7kitkat-cts-devRuben Brunk2013-09-101-1/+2
* | | | Add null checking for filedescriptor helpers.Narayan Kamath2013-10-311-2/+10
* | | | Remove jniGetNonMovableArrayElements.Mathieu Chartier2013-10-181-35/+0
| |_|/ |/| |
* | | Stop trying to guess whether we're using glibc when we already know.Elliott Hughes2013-10-081-13/+9
|/ /
* | Remove a dead #define from libnativehelper.Elliott Hughes2013-09-101-2/+0
* | Remove dead code: jniGetStackTrace.Elliott Hughes2013-09-031-6/+6
|/
* am 66e1bcb7: Merge "Fix punctuation difference in merge resolution"Brian Carlstrom2013-05-101-2/+2
|\
| * Fix punctuation difference in merge resolutionBrian Carlstrom2013-05-101-2/+2
* | Move jniGetReferent to use JniConstantsJeff Brown2013-05-101-0/+6
|/
* Moving libnativehelper additions from libcoreBrian Carlstrom2013-05-091-82/+54
* Call JNIEnv FatalError rather than abort(3).Elliott Hughes2013-01-221-4/+6
* Make libnativehelper stand-alone.android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1tools_r21jb-releasejb-mr1.1-releasejb-mr1.1-devjb-mr1-releasejb-mr1-devjb-mr0-releasejb-devElliott Hughes2012-05-031-5/+11
* Make sure we rethrow the same exception we started with.Jeff Brown2012-04-101-4/+5
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Tidy up some includes.Elliott Hughes2011-06-081-1/+1
* Move JNIHelp's implementation to C++.Elliott Hughes2011-04-251-0/+386