about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added a couple of wrapped functions to libdbus (for #17)ptitSeb2021-07-041-0/+2
* Added wrapped libxkbcommon (for #17)ptitSeb2021-07-042-0/+111
* Added wrapped libxkbcommon-x11 (for #17)ptitSeb2021-07-045-0/+30
* Redirected libc wrapped function mcount to _mcount as it may not existptitSeb2021-07-041-1/+1
* Added wrapped libxcb-test (for #17)ptitSeb2021-07-045-0/+42
* Added wrapped libxcb-keysyms (for #17)ptitSeb2021-07-045-0/+46
* Added wrapped libxcb-image (for #17)ptitSeb2021-07-045-0/+79
* Added wrapped libxcb-randr (for #17)ptitSeb2021-07-045-0/+341
* Added wrapped libxcb-shm (for #17)ptitSeb2021-07-045-0/+67
* Added wrapped libxcb-shape (for #17)ptitSeb2021-07-045-0/+66
* Added wrapped libxcb-xfixes (for #17)ptitSeb2021-07-045-0/+147
* Added wrapped libpcre.so.3 (for #17)ptitSeb2021-07-045-0/+72
* Added a few wrapped function to libcptitSeb2021-07-041-9/+9
* Added some more SDL2 GameController wrapped functions (for #18)ptitSeb2021-07-044-0/+12
* More libc wrapped functionsptitSeb2021-07-034-5/+10
* One more wrapped libc functionptitSeb2021-07-031-1/+1
* Added even more libc wrapped functions (needed by Wine)ptitSeb2021-07-021-11/+11
* Added a couple of libc wrapped functionsptitSeb2021-07-021-2/+2
* Added some more libc wrapped functionsptitSeb2021-07-024-10/+23
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-134/+147
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-011-1/+4
* Added getauxval wrapped functionptitSeb2021-06-255-1/+9
* More improvments to elfloaderptitSeb2021-06-232-2/+4
* Fixed a signature of a funciton from libXiptitSeb2021-06-234-5/+5
* Small fixes to the my_backtrace (it doesn't seems to be working anyway)ptitSeb2021-06-181-1/+1
* Added a few more libc wrapped functionsptitSeb2021-06-161-3/+3
* Added some hack to try detect SDL_sound custom build for SDL2 and use emulate...ptitSeb2021-06-162-3/+9
* Fixed SDL_HasIntersection signature (fixing To The Moon blank screen)ptitSeb2021-06-161-1/+1
* Some more wrapped functions to libc, and both libudevptitSeb2021-06-1511-10/+273
* Improved dlsym a bitptitSeb2021-06-151-29/+17
* Improved cpu capability flags, and silenced a warning in of_unconvertptitSeb2021-06-151-2/+5
* Added libtcmallocminimal workaroundptitSeb2021-06-152-0/+467
* Added wrapped execl functionptitSeb2021-06-144-2/+25
* Added wrapped execv family functionsptitSeb2021-06-074-4/+8
* Added wrapeed times function to libcptitSeb2021-06-061-1/+1
* Improvment to a few libc wrapped functionsptitSeb2021-06-065-22/+42
* Added a wrapped pthread function, and improved mutex handlingptitSeb2021-06-061-2/+2
* Added a few more libc wrapped functionsptitSeb2021-06-051-3/+3
* Added setpgid wrapped functionptitSeb2021-06-051-2/+2
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-054-24/+42
* Fixed python wrapper builderptitSeb2021-06-055-4/+9
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-0430-330/+96
* Fixed SDL_JoystickGetGUIDString function signatureptitSeb2021-06-044-6/+6
* Fixed the Python script/added more typingrajdakin2021-06-0350-49/+950
* Some fine-tunning on wrapped lubncurses and friendsptitSeb2021-06-035-23/+14
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-036-3/+35
* Some work around libncurses and friendsptitSeb2021-06-0312-2/+171
* Fixed a warningptitSeb2021-06-031-1/+1
* Added types to the Python script, fixed some issuesrajdakin2021-06-0244-45/+44
* Added some comments to the Python script, changed little thingsrajdakin2021-06-0245-70/+70