summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* verbose: Move implementation to wrapper.cJari Vetoniemi2018-03-11
| | | | | Static header implementation is not thread safe as mutex is of course duplicated to each version...
* linker: Refactor glibc dlopen hacksJari Vetoniemi2018-03-10
| | | | Allows us to return "valid" pointer when bionic program calls dlopen.
* java: system.load graceful failJari Vetoniemi2018-03-10
|
* android: Create GLFW window with no client APIJari Vetoniemi2018-03-10
|
* EGL: s/win/window/Jari Vetoniemi2018-03-10
|
* EGL: Include no client api headersJari Vetoniemi2018-03-10
|
* libEGL: Use unions for function ptrsJari Vetoniemi2018-03-02
|
* jvm: Cleaner implementation, implement stuffJari Vetoniemi2018-03-02
| | | | Turned bunch of copy-pasta code into macros.
* pthread: Fix typo and add type safetyJari Vetoniemi2018-03-01
|
* jvm: verboase_log native methodsJari Vetoniemi2018-02-28
|
* dlfcn: Static pthread initializerJari Vetoniemi2018-02-28
|
* verbose: Inline when VERBOSE_FUNCTIONS disabledJari Vetoniemi2018-02-27
|
* liblog: Output newlineJari Vetoniemi2018-02-27
|
* pthread: Fix getattr_npJari Vetoniemi2018-02-27
|
* pthread: More standard confirming implementationJari Vetoniemi2018-02-27
| | | | Also allows to use valgrind without suppressions on good programs!
* app: Unity related workJari Vetoniemi2018-02-27
|
* Add libEGL shimJari Vetoniemi2018-02-27
|
* wrapper: Don't wrap NULL functionsJari Vetoniemi2018-02-27
|
* linker: HacksJari Vetoniemi2018-02-27
|
* libpthread: Implement functionsJari Vetoniemi2018-02-27
|
* liblog: Implement functionsJari Vetoniemi2018-02-27
|
* libc: Togglable libstdc++ supportJari Vetoniemi2018-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 sigactionJari Vetoniemi2018-02-27
|
* libandroid: implement more functionsJari Vetoniemi2018-02-27
|
* jvm: Make java implementations optionalJari Vetoniemi2018-02-27
| | | | No need to implement crap that doesn't matter for app's functionality.
* android: Don't assert all paramsJari Vetoniemi2018-02-25
| | | | This function is not very well documented.
* app: Whee more crap to get unity stuff workJari Vetoniemi2018-02-25
|
* libc: ugly dynamic_cast hackJari Vetoniemi2018-02-25
| | | | | We should have option to use android's libstdc++ implementations as well.
* libc: verbose sysconfJari Vetoniemi2018-02-25
|
* wrapper: Add assertsJari Vetoniemi2018-02-25
|
* dlfcn: Try dlsym glibc symbols firstJari Vetoniemi2018-02-25
|
* jvm-android: Implement more methodsJari Vetoniemi2018-02-25
|
* libc: Implement __page_size and __h_errnoJari Vetoniemi2018-02-25
|
* libc-verbose: Add more functionsJari Vetoniemi2018-02-25
|
* jvm: Implement GetStaticObjectFieldJari Vetoniemi2018-02-25
|
* verboase: Mutex loggingJari Vetoniemi2018-02-25
| | | | We have threading in apps now.
* pthread: Implement more pthread functionsJari Vetoniemi2018-02-25
|
* refactor commitJari Vetoniemi2018-02-22
|
* wrapper: lets be bit more informativeJari Vetoniemi2018-02-21
|
* Messy commit of hacks and implementationsJari Vetoniemi2018-02-20
|
* wrapper: use TLS heap storage for mangled symbolsJari Vetoniemi2018-02-19
| | | | We do these calls a lot, so lets try keep the number of allocations down.
* refactoring, fixing and implementingJari Vetoniemi2018-02-19
| | | | messy commits yay
* jvm: implement more java apisJari Vetoniemi2018-02-19
|
* jvm: Implement more java apisJari Vetoniemi2018-02-19
|
* jvm-android: implement getSharedPreferencesJari Vetoniemi2018-02-19
|
* jvm-android: not unity bugJari Vetoniemi2018-02-19
|
* jvm: fix typoJari Vetoniemi2018-02-19
|
* jvm: handle opaque's default classJari Vetoniemi2018-02-19
|
* jvm: trace function go awayJari Vetoniemi2018-02-19
|
* jvm: consistency, jvm_release no-op if NULLJari Vetoniemi2018-02-19
|