Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | EGL: link glfw | 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 | |
| | | | | Turned bunch of copy-pasta code into macros. | |||
* | pthread: Fix typo and add type safety | Jari Vetoniemi | 2018-03-01 | |
| | ||||
* | android: Add libwrap.c for inspecting on android | Jari Vetoniemi | 2018-02-28 | |
| | | | | This lets us see what native calls android apps make. | |||
* | 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 | |
| | ||||
* | pthread: More standard confirming implementation | Jari Vetoniemi | 2018-02-27 | |
| | | | | Also allows to use valgrind without suppressions on good programs! | |||
* | app: Unity related work | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | Add libEGL shim | Jari Vetoniemi | 2018-02-27 | |
| | ||||
* | 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 | |
| | ||||
* | Makefile: Bit sanity | 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 | |
| | ||||
* | README: update the symbol stuff | Jari Vetoniemi | 2018-02-21 | |
| | ||||
* | README: update symbol section | Jari Vetoniemi | 2018-02-21 | |
| | ||||
* | README: format with par | Jari Vetoniemi | 2018-02-21 | |
| | ||||
* | README: add more questions and contributing | Jari Vetoniemi | 2018-02-21 | |
| | ||||
* | wrapper: lets be bit more informative | Jari Vetoniemi | 2018-02-21 | |
| | ||||
* | Add README.md for braindumps etc. Useful | 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 | |
| |