summaryrefslogtreecommitdiff
path: root/src/wrapper
Commit message (Collapse)AuthorAge
* wrapper: fix trace blocking / fix indentationJari Vetoniemi2018-04-19
|
* wrapper/linker: __cxa_demangle from linkerJari Vetoniemi2018-04-19
| | | | | We want to use android's libstdc++, so we need to pass __cxa_demangle from linker.
* 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...
* verbose: Inline when VERBOSE_FUNCTIONS disabledJari Vetoniemi2018-02-27
|
* wrapper: Don't wrap NULL 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.
* wrapper: Add assertsJari Vetoniemi2018-02-25
|
* verboase: Mutex loggingJari Vetoniemi2018-02-25
| | | | We have threading in apps now.
* 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