summaryrefslogtreecommitdiff
path: root/touch/Library_libotouch.mk
AgeCommit message (Collapse)Author
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-22Bin bogus include settingTor Lillqvist
Change-Id: Idf61c1d466bf7f40fe17ae5f4f33b74cc709772a
2013-04-14Don't bother with unused stuffTor Lillqvist
Also, install the header files on all platforms. Change-Id: I06820416956a6b35ff327d8871f7d4adf16ef15b
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-18ByteBufferWrapper tweaksTor Lillqvist
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
2012-06-12udkapi and offapi are not "internal"Tor Lillqvist
Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4
2012-06-12Add Android-specific sal/ByteBufferWrapper.hxx headerTor Lillqvist
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
2012-06-05Work in progress: Add "touch" module for Android and iOS stuffTor Lillqvist
Change-Id: I10652743194d44d8465ddf8079f6b4458e6710f9