| Commit message (Expand) | Author | Age |
* | app: Unity related hacks | Jari Vetoniemi | 2018-05-29 |
* | pthread: Implement monotonic/relative wait funcs | Jari Vetoniemi | 2018-05-29 |
* | jvm: Set max objects to 4096 temporarily | Jari Vetoniemi | 2018-05-29 |
* | libc: Fix printf formatters | Jari Vetoniemi | 2018-05-29 |
* | jvm/libjvm-*: implement stuff | Jari Vetoniemi | 2018-05-29 |
* | jvm: superclass hack | Jari Vetoniemi | 2018-05-29 |
* | jvm: correct names for dynamic classes | Jari Vetoniemi | 2018-05-29 |
* | jvm: log opaque objects better | Jari Vetoniemi | 2018-05-29 |
* | jvm: better utf string functions | Jari Vetoniemi | 2018-05-21 |
* | jvm: whitespace | Jari Vetoniemi | 2018-05-21 |
* | jvm: Better proxy objects | Jari Vetoniemi | 2018-05-21 |
* | libc: Temporary hack for sigaction | Jari Vetoniemi | 2018-05-16 |
* | libc: Fix sa_flags in bionic sigaction struct | Jari Vetoniemi | 2018-05-16 |
* | jvm: Implement jvm_get_object_of_type | Jari Vetoniemi | 2018-05-16 |
* | jvm: Return proxy objects for stubbed methods | Jari Vetoniemi | 2018-05-16 |
* | jvm-android: cache dir properties | Jari Vetoniemi | 2018-05-08 |
* | jvm-android: version properties | Jari Vetoniemi | 2018-05-08 |
* | jvm: add some array implementation code | Jari Vetoniemi | 2018-05-08 |
* | jvm: more verbose instance of | Jari Vetoniemi | 2018-04-19 |
* | app: use android/app/Activity for main context | Jari Vetoniemi | 2018-04-19 |
* | wrapper: fix trace blocking / fix indentation | Jari Vetoniemi | 2018-04-19 |
* | linker: better sym == function detection | Jari Vetoniemi | 2018-04-19 |
* | libc: support only android's libstdc++ | Jari Vetoniemi | 2018-04-19 |
* | libc: more verbose strlen | Jari Vetoniemi | 2018-04-19 |
* | jvm: Add asserts | Jari Vetoniemi | 2018-04-19 |
* | wrapper/linker: __cxa_demangle from linker | Jari Vetoniemi | 2018-04-19 |
* | linker: Use dladdr1 to get symbol info | Jari Vetoniemi | 2018-04-19 |
* | libc: Implement bionic's ctype | Jari Vetoniemi | 2018-04-19 |
* | linker: s/APKENV_DEBUG/LINKER_DEBUG/ | Jari Vetoniemi | 2018-04-19 |
* | linker: debug print to stderr | Jari Vetoniemi | 2018-04-19 |
* | linker: Remove libc precond | Jari Vetoniemi | 2018-04-19 |
* | linker/libc: don't wrap variable symbols | Jari Vetoniemi | 2018-04-19 |
* | libc: Wrap more stdio funcs | Jari Vetoniemi | 2018-04-19 |
* | libc: stdio must be wrapped | Jari Vetoniemi | 2018-04-18 |
* | android/EGL: Mark ANativeWindow w/ header | Jari Vetoniemi | 2018-03-11 |
* | verbose: fix wrong printf format strings | Jari Vetoniemi | 2018-03-11 |
* | verbose: Move implementation to wrapper.c | Jari Vetoniemi | 2018-03-11 |
* | linker: Refactor glibc dlopen hacks | Jari Vetoniemi | 2018-03-10 |
* | java: system.load graceful fail | Jari Vetoniemi | 2018-03-10 |
* | android: Create GLFW window with no client API | Jari Vetoniemi | 2018-03-10 |
* | EGL: s/win/window/ | Jari Vetoniemi | 2018-03-10 |
* | EGL: Include no client api headers | Jari Vetoniemi | 2018-03-10 |
* | libEGL: Use unions for function ptrs | Jari Vetoniemi | 2018-03-02 |
* | jvm: Cleaner implementation, implement stuff | Jari Vetoniemi | 2018-03-02 |
* | pthread: Fix typo and add type safety | Jari Vetoniemi | 2018-03-01 |
* | jvm: verboase_log native methods | Jari Vetoniemi | 2018-02-28 |
* | dlfcn: Static pthread initializer | Jari Vetoniemi | 2018-02-28 |
* | verbose: Inline when VERBOSE_FUNCTIONS disabled | Jari Vetoniemi | 2018-02-27 |
* | liblog: Output newline | Jari Vetoniemi | 2018-02-27 |
* | pthread: Fix getattr_np | Jari Vetoniemi | 2018-02-27 |