History log of /libnativehelper/include/nativehelper/jni.h
Revision Date Author Comments
97b655635ba6182013989f2d0b956fe8ff0b921d 28-Feb-2013 Elliott Hughes <enh@google.com> Use <stdint.h> in jni.h for better x86_64 portability.

Otherwise templates won't match jlong to long or int64_t.

Change-Id: I805133d86f75691c6920bebf3d79f1ce47f0861c
154661e660d6e1914501a18d7536fb882a7d2e05 19-Aug-2011 Elliott Hughes <enh@google.com> Fix JNIEXPORT now people are using -fvisibility.

This is a backport from dalvik-dev.

Change-Id: If6001b580bd9b36f3845aaa115333d69682f3a92
1ff7a0d91493dbf01bceba5fb28ce80ddac21708 15-Jun-2011 Carl Shapiro <cshapiro@google.com> Normalize the include guard style.

An leading underscore followed by a capital letter is a reserved
name space in C and C++.

This change also moves any #include directives within the include
guard in some of the compiler/codegen/arm header files.

Change-Id: I9715e2c5301699d31886e61d0fe6e29483555a2a
bf785f4c09b9ac23ddc640b82e56eb6157fdd0f6 04-Aug-2010 Dan Bornstein <danfuzz@android.com> Fix a couple copyright headers that aren't in the prescribed format.

Change-Id: I4de4dc69d8989f1add431e58533c7e633f67e550
abb4eff21526f5fb5e2acb9216135af515951670 09-Jun-2010 Carl Shapiro <cshapiro@google.com> Remove trailing whitespace.

Change-Id: I95534bb2b88eaf48f2329282041118cd034c812b
7f844dda3883ad3d72b0905c388af7e274f5caa4 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
3a7b73e353a33de5bb8132e881a106a4a30d61e4 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
379c0f0cfc20c82d902aef0890ed903a9d261a34 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
ad83f63492fb91e7f8120fb78a01acee5b29c386 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution