Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | wrapper: Don't wrap NULL functions | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | linker: Hacks | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | libpthread: Implement functions | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | liblog: Implement functions | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | libc: Togglable libstdc++ support | Jari Vetoniemi | 2018-02-27 | |
| | | | | | Can use either host libstdc++ or android's where android's is probably must for anything other than clang or gcc | |||
* | libc: Implement sigaction | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | libandroid: implement more functions | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | jvm: Make java implementations optional | Jari Vetoniemi | 2018-02-27 | |
| | | | | No need to implement crap that doesn't matter for app's functionality. | |||
* | android: Don't assert all params | Jari Vetoniemi | 2018-02-25 | |
| | | | | This function is not very well documented. | |||
* | app: Whee more crap to get unity stuff work | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | libc: ugly dynamic_cast hack | Jari Vetoniemi | 2018-02-25 | |
| | | | | | We should have option to use android's libstdc++ implementations as well. | |||
* | libc: verbose sysconf | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | wrapper: Add asserts | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | dlfcn: Try dlsym glibc symbols first | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | jvm-android: Implement more methods | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | libc: Implement __page_size and __h_errno | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | libc-verbose: Add more functions | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | jvm: Implement GetStaticObjectField | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | verboase: Mutex logging | Jari Vetoniemi | 2018-02-25 | |
| | | | | We have threading in apps now. | |||
* | pthread: Implement more pthread functions | Jari Vetoniemi | 2018-02-25 | |
| | ||||
* | refactor commit | Jari Vetoniemi | 2018-02-22 | |
| | ||||
* | wrapper: lets be bit more informative | Jari Vetoniemi | 2018-02-21 | |
| | ||||
* | Messy commit of hacks and implementations | Jari Vetoniemi | 2018-02-20 | |
| | ||||
* | wrapper: use TLS heap storage for mangled symbols | Jari Vetoniemi | 2018-02-19 | |
| | | | | We do these calls a lot, so lets try keep the number of allocations down. | |||
* | refactoring, fixing and implementing | Jari Vetoniemi | 2018-02-19 | |
| | | | | messy commits yay | |||
* | jvm: implement more java apis | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: Implement more java apis | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm-android: implement getSharedPreferences | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm-android: not unity bug | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: fix typo | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: handle opaque's default class | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: trace function go away | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: consistency, jvm_release no-op if NULL | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: implement java apis ... in C! | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | linker: add some hacks until rewrite | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | libandroid: implement some ANativeWindow funcs | Jari Vetoniemi | 2018-02-19 | |
| | | | | glfw! | |||
* | pthread: implement bionic_pthread_cond_wait | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: rename fakejvm to jvm | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | app: some temporary code | Jari Vetoniemi | 2018-02-19 | |
| | | | | | | I'm testing this thing with certain unity thing. Eventually the Java side reimplementations of apps will be moved to support modules. | |||
* | jvm: Cast to jobject instead of void | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: comment styling | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: Implement more and document header | Jari Vetoniemi | 2018-02-19 | |
| | | | | Starting to look pretty good. | |||
* | jvm: always null terminate strings | Jari Vetoniemi | 2018-02-19 | |
| | ||||
* | jvm: cleanups and track objects | Jari Vetoniemi | 2018-02-19 | |
| | | | | | | Lot less dynamic memory as well now. Android JVM actually limits maximum objects as well, though the limit is probably higher, I'll look up it later. | |||
* | linker: demangle c++ symbols | Jari Vetoniemi | 2018-02-18 | |
| | ||||
* | jvm: add some asserts and debug prints | Jari Vetoniemi | 2018-02-18 | |
| | ||||
* | Use JNI_OK | Jari Vetoniemi | 2018-02-18 | |
| | ||||
* | Wrap fakejvm functions too | Jari Vetoniemi | 2018-02-18 | |
| | ||||
* | Implement more libandroid | Jari Vetoniemi | 2018-02-18 | |
| | ||||
* | Implement more pthread | Jari Vetoniemi | 2018-02-18 | |
| |