Age | Commit message (Collapse) | Author |
|
Change-Id: I41067a6a81e58793ba8b0491b4044de6e7f68e2b
|
|
|
|
Change-Id: Idf61c1d466bf7f40fe17ae5f4f33b74cc709772a
|
|
Also, install the header files on all platforms.
Change-Id: I06820416956a6b35ff327d8871f7d4adf16ef15b
|
|
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
|
|
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
|
|
|
|
operator() gets called in a Java GC thread. A JNIEnv* saved in the
constructor (which is called from the UI thread) is not valid in other
threads (although for now, Dalvik notices, warns, and works around
it). So don't bother keeping the JNIEnv*. Instead fetch one when
needed. Move the method implementations from inline in the header to
libotouch's android.cxx.
Change-Id: I7de6fc54bb8d9a59146576d6e8c325fe917393ee
|
|
Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4
|
|
Used for impedance matching between Java's direct ByteBuffer and the
boost::shared_array used by basebmp. Not sure yet how well this will
actually work. I'm afraid leaks might be possible in exception
throwing cases.
Change-Id: I74fc57aaf46b2dd9f227043bd9045d4815a5ed40
|
|
Change-Id: I10652743194d44d8465ddf8079f6b4458e6710f9
|