Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |