Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Add fake jvm | Jari Vetoniemi | 2018-02-17 | |
| | ||||
* | Initial commit | Jari Vetoniemi | 2018-02-16 | |
Stuff in src/linker will get rewritten from scratch eventually, it's all horrible. But for now focus is getting on shit work. |