Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks | |
2012-06-12 | Add Android-specific sal/ByteBufferWrapper.hxx header | Tor 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-04-09 | Add a header for iOS-specific low-level stuff | Tor Lillqvist | |
2012-03-28 | move string helper types to stringutils.hxx | Luboš Luňák | |
2012-02-23 | log-areas clean up | Stephan Bergmann | |
2012-01-26 | android: move lo-bootstrap to osl/detail, Attach threads as created | Michael Meeks | |
2012-01-25 | Bin global_android_app and instead use lo-bootstrap API | Tor Lillqvist | |
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to retrieve it from there. Store it in the AndroidSalInstance. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the name of that file in NDK/sources. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity. | |||
2012-01-24 | android: rename native_app_glue.h and install as osl/detail/android.h | Michael Meeks | |
2012-01-18 | Add some non-public API to be used by SvFileStream | Tor Lillqvist | |
Having SvFileStream call the file opening etc functions here, instead of calling open() directly itself, means we won't have to duplicate the Android .apk hooks there, too. | |||
2011-12-19 | sal: add visibility symbols | Matúš Kukan | |
2011-12-19 | sal: convert to gbuild | Matúš Kukan | |