Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add libjvm-misc for anything app specific | Jari Vetoniemi | 2018-11-19 |
| | |||
* | disable VERBOSE_FUNCTIONS by default | Jari Vetoniemi | 2018-11-19 |
| | |||
* | rename app executable to andre (loader.c) | Jari Vetoniemi | 2018-11-19 |
| | |||
* | support running bionic binaries more properly | Jari Vetoniemi | 2018-11-19 |
| | |||
* | Makefile: add missing depends to libc | Jari Vetoniemi | 2018-11-19 |
| | |||
* | refactor app.c | Jari Vetoniemi | 2018-11-18 |
| | |||
* | Makefile: wrapper.a hide symbols | Jari Vetoniemi | 2018-11-18 |
| | |||
* | Makefile: larger stack usage | Jari Vetoniemi | 2018-11-18 |
| | |||
* | Makefile: remove fake target tricks | Jari Vetoniemi | 2018-11-18 |
| | | | | | Breaks dependency tracking as the target is never produced. Lets just use make as its meant to. | ||
* | add src/libc-antiantidebug.c | Jari Vetoniemi | 2018-11-18 |
| | |||
* | move libc-sha1.h to libc-sha1.c | Jari Vetoniemi | 2018-11-18 |
| | |||
* | Stub OpenSLES | Jari Vetoniemi | 2018-07-30 |
| | |||
* | libc: Wrap low level glibc io calls for stdio | Jari Vetoniemi | 2018-06-02 |
| | | | | This is much less work and actually works better. | ||
* | Makefile: Use private override | Jari Vetoniemi | 2018-06-02 |
| | | | | | Makes sure stuff appends even if LDFLAGS etc are provided on command line. | ||
* | Add libjvm-unity.c | Jari Vetoniemi | 2018-05-29 |
| | | | | Contains some unity specific java functions | ||
* | make: runtime/%.so rule with prerequisite | Jari Vetoniemi | 2018-05-08 |
| | | | | | No need to give runtime dependency for everything anymore, just to have a directory. | ||
* | libc: add libunwind dependency | Jari Vetoniemi | 2018-04-19 |
| | | | | Used in android for stack unwinding for c++ | ||
* | EGL: link glfw | Jari Vetoniemi | 2018-03-10 |
| | |||
* | Add libEGL shim | 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. | ||
* | Makefile: Bit sanity | Jari Vetoniemi | 2018-02-25 |
| | |||
* | refactor commit | Jari Vetoniemi | 2018-02-22 |
| | |||
* | Messy commit of hacks and implementations | Jari Vetoniemi | 2018-02-20 |
| | |||
* | refactoring, fixing and implementing | Jari Vetoniemi | 2018-02-19 |
| | | | | messy commits yay | ||
* | jvm: Implement more java apis | Jari Vetoniemi | 2018-02-19 |
| | |||
* | jvm: implement java apis ... in C! | Jari Vetoniemi | 2018-02-19 |
| | |||
* | libandroid: implement some ANativeWindow funcs | Jari Vetoniemi | 2018-02-19 |
| | | | | glfw! | ||
* | jvm: rename fakejvm to jvm | Jari Vetoniemi | 2018-02-19 |
| | |||
* | Wrap fakejvm functions too | 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. |