Mis012
Mis012
https://github.com/glmark2/glmark2/blob/master/src/libmatrix/log.cc#L120 not sure if bionic's vsnprintf happens to not invalidate the va_list and that's why this wasn't reported yet, but I sincerely doubt that's something google guarantees EDIT: forgot to...
`dlcall -n window -r pointer gtk_application_window_new $app` requires specifying the return type. Is there anything preventing the implementation of a `declare_function` builtin, such that `declare_function gtk_application_window_new pointer pointer` would inform...
There are two issues I see with the current approach to custom map rendering: 1. some features on of the non-custom map (e.g any text) are hidden when a custom...
as discussed in https://github.com/mesonbuild/meson/issues/12735: Instead of invoking javac for every .java file, pass all of the sources for a jar target to a single javac invocation. This massively improves first...
The analog sticks don't currently produce actual analog input. PyUserInput doesn't seem to support virtual joysticks, but since this is a Linux-focused project, one could just use uinput. https://pypi.org/project/evdev/ seems...
This is definitely an intriguing approach, but it seems unnecessary to patch the kernel when translation layers like Wine can work entirely in userspace. What is the rationale behind resorting...
It seems that `mInitOk` is supposed to only be set to true when initialization is successful, however it is never initialized otherwise so when initialization is not successful, it's value...
the following errors get printed when attempting compilation: [ 38% 3545/9233] //art/runtime:libart clang++ runtime.cc FAILED: out/soong/.intermediates/art/runtime/libart/android_arm_armv7-a-neon_core_shared/obj/art/runtime/runtime.o PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-r353983c/bin/clang++ -c -Iart/runtime -Ibionic/libc/private -Iexternal/vixl/src -Iart/sigchainlib -Iexternal/zlib -Iart/runtime -mthumb -Os -fomit-frame-pointer -DANDROID -fmessage-length=0...
hello, as mentioned here: https://gitter.im/openlgtv/epk2extract, Here -> https://openlgtv.github.io/ there is written that there is work in progress regarding the ARM TVs. I assume that includes 'my' 32lf580v-za with NetCast (4.5...
I'm trying to make this work with https://gitlab.com/android_translation_layer/android_translation_layer. At first I tried using the build system we have for https://gitlab.com/android_translation_layer/art_standalone (see patches below), but it seems that some files are...