aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-28Merge "Use <stdint.h> in jni.h for better x86_64 portability."tools_r22Elliott Hughes
2013-02-27Use <stdint.h> in jni.h for better x86_64 portability.Elliott Hughes
2013-01-22Merge "Call JNIEnv FatalError rather than abort(3)."jb-mr1-dev-plus-aospElliott Hughes
2013-01-22Call JNIEnv FatalError rather than abort(3).Elliott Hughes
2012-05-03Make 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 Hughes
2012-04-10Make sure we rethrow the same exception we started with.Jeff Brown
2012-04-03Merge remote-tracking branch 'goog/ics-aah'Mike Lockwood
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2011-10-26am 92c1f6f1: (-s ours) Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-25am 1663a6c1: (-s ours) Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block
2011-10-25Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block
2011-08-19Fix JNIEXPORT now people are using -fvisibility.Elliott Hughes
2011-06-15Break a dependency on frameworks/base when building a host VM.Elliott Hughes
2011-06-14Normalize the include guard style.Carl Shapiro
2011-06-08Tidy up some includes.Elliott Hughes
2011-04-25Move JNIHelp's implementation to C++.Elliott Hughes
2011-04-22Fix a buffer overrun in jniLogException.Elliott Hughes
2011-04-15Fix build by reverting NELEM change.Elliott Hughes
2011-04-15In C++, we can offer a better NELEM.Elliott Hughes
2011-04-08Add jniThrowExceptionFmt.Elliott Hughes
2011-03-17Fix the order in which natives are registered.Elliott Hughes
2011-02-08Remove JNI_FORCE_CAndy McFadden
2011-02-08Added JNI hack to support JNI hackAndy McFadden
2011-01-07jniRegisterNativeMethods should abort on failureAndy McFadden
2010-11-08Track change in libcore/NativeCode.mk.Elliott Hughes
2010-09-16Add optional tags to dalvik.Jesse Wilson
2010-08-18Support dalvikvm on a Linux x86 hostJesse Wilson
2010-08-09Fix a couple copyright headers that aren't in the prescribed format.Dan Bornstein
2010-07-15am 1c3da619: am 0f0e6f10: Merge "The ICU data is no longer compiled directly ...Joe Onorato
2010-07-13The ICU data is no longer compiled directly into the shared library.Joe Onorato
2010-06-17Move the implementation of JNIHelp.h's FileDescriptor helpers into JNIHelp.c.Elliott Hughes
2010-06-08Remove repeated newlines at the end of files.Carl Shapiro
2010-06-08Remove trailing whitespace.Carl Shapiro
2010-06-03am 09eae10c: am 23971e39: Merge "Added a new JNI helper for logging exception...Jeff Brown
2010-06-02Added a new JNI helper for logging exceptions.Jeff Brown
2010-06-01Merge branch 'dalvik-dev'Brian Carlstrom
2010-05-28Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom
2010-04-16Remove two dead files.Elliott Hughes
2010-04-16Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes
2010-04-01Add Java 6's java.net.IDN.Elliott Hughes
2010-03-16Add Java 6's java.io.Console.Elliott Hughes
2010-03-01am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."Elliott Hughes
2010-03-01Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes
2010-02-28resolved conflicts for merge of e84bea92 to dalvik-devBrian Carlstrom
2010-02-26Break the sqlite JDBC driver out from our JDBC implementation.Elliott Hughes
2010-02-25First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code ...Brian Carlstrom
2010-02-22Merge remote branch 'goog/master' into mmElliott Hughes
2010-02-05am adbe0586: am 217f8ef4: reconcile main tree with open-source eclairThe Android Open Source Project