aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-034-86/+26
* Make sure we rethrow the same exception we started with.Jeff Brown2012-04-101-4/+5
* Merge remote-tracking branch 'goog/ics-aah'Mike Lockwood2012-04-030-0/+0
|\
| * am 92c1f6f1: (-s ours) Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-260-0/+0
| |\
| * | am 1663a6c1: (-s ours) Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-1/+1
* | | 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
|/
* Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-1/+1
* Fix JNIEXPORT now people are using -fvisibility.Elliott Hughes2011-08-191-7/+6
* Break a dependency on frameworks/base when building a host VM.Elliott Hughes2011-06-151-5/+3
* Normalize the include guard style.Carl Shapiro2011-06-142-6/+6
* Tidy up some includes.Elliott Hughes2011-06-082-2/+2
* Move JNIHelp's implementation to C++.Elliott Hughes2011-04-255-413/+419
* Fix a buffer overrun in jniLogException.Elliott Hughes2011-04-221-50/+36
* Fix build by reverting NELEM change.Elliott Hughes2011-04-151-13/+0
* In C++, we can offer a better NELEM.Elliott Hughes2011-04-151-0/+13
* Add jniThrowExceptionFmt.Elliott Hughes2011-04-082-0/+25
* Fix the order in which natives are registered.Elliott Hughes2011-03-171-2/+2
* Remove JNI_FORCE_CAndy McFadden2011-02-081-1/+1
* Added JNI hack to support JNI hackAndy McFadden2011-02-081-0/+36
* jniRegisterNativeMethods should abort on failureAndy McFadden2011-01-071-6/+6
* Track change in libcore/NativeCode.mk.Elliott Hughes2010-11-081-1/+1
* Add optional tags to dalvik.Jesse Wilson2010-09-161-1/+2
* Support dalvikvm on a Linux x86 hostJesse Wilson2010-08-181-25/+14
* Fix a couple copyright headers that aren't in the prescribed format.Dan Bornstein2010-08-092-1/+20
* am 1c3da619: am 0f0e6f10: Merge "The ICU data is no longer compiled directly ...Joe Onorato2010-07-151-1/+0
|\
| * The ICU data is no longer compiled directly into the shared library.Joe Onorato2010-07-131-1/+0
* | Move the implementation of JNIHelp.h's FileDescriptor helpers into JNIHelp.c.Elliott Hughes2010-06-172-1/+55
* | Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
* | Remove trailing whitespace.Carl Shapiro2010-06-082-6/+6
* | am 09eae10c: am 23971e39: Merge "Added a new JNI helper for logging exception...Jeff Brown2010-06-032-43/+172
|\|
| * Added a new JNI helper for logging exceptions.Jeff Brown2010-06-022-43/+172
* | Merge branch 'dalvik-dev'Brian Carlstrom2010-06-010-0/+0
|\ \
| * | Remove two dead files.Elliott Hughes2010-04-161-97/+0
| * | Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-106/+15
| * | Add Java 6's java.net.IDN.Elliott Hughes2010-04-011-0/+2
| * | Add Java 6's java.io.Console.Elliott Hughes2010-03-162-0/+3
| * | am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."Elliott Hughes2010-03-011-0/+2
| |\|
| * | resolved conflicts for merge of e84bea92 to dalvik-devBrian Carlstrom2010-02-281-7/+0
| |\ \
| * | | Break the sqlite JDBC driver out from our JDBC implementation.Elliott Hughes2010-02-262-19/+0
| * | | Merge remote branch 'goog/master' into mmElliott Hughes2010-02-220-0/+0
| |\ \ \
| * | | | Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it.Elliott Hughes2010-02-032-3/+0
* | | | | Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2010-05-282-220/+15
| |_|_|/ |/| | |
* | | | Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-011-0/+2
| |_|/ |/| |
* | | First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code ...Brian Carlstrom2010-02-251-7/+0
| |/ |/|
* | am adbe0586: am 217f8ef4: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
|\ \ | |/ |/|
| * am 217f8ef4: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| |\
| | * reconcile android-2.1_r1 snapshotThe Android Open Source Project2010-01-290-0/+0
| | |\
| | | * android-2.1_r1 snapshotThe Android Open Source Project2010-01-122-3/+15