about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More libc wrapped functionsptitSeb2021-07-031-0/+3
* Added some more libc wrapped functionsptitSeb2021-07-021-0/+7
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-134/+147
* Added getauxval wrapped functionptitSeb2021-06-251-0/+2
* Fixed a signature of a funciton from libXiptitSeb2021-06-231-2/+2
* Some more wrapped functions to libc, and both libudevptitSeb2021-06-151-2/+12
* Fixed python wrapper builderptitSeb2021-06-051-0/+2
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-2/+0
* Fixed SDL_JoystickGetGUIDString function signatureptitSeb2021-06-041-3/+3
* Fixed the Python script/added more typingrajdakin2021-06-031-1/+1
* Some work around libncurses and friendsptitSeb2021-06-031-0/+2
* Added types to the Python script, fixed some issuesrajdakin2021-06-021-1/+1
* Added some comments to the Python script, changed little thingsrajdakin2021-06-021-18/+18
* Added wrapped libncurses, libncurses6, libncursesw, libformw, libtinfo and li...ptitSeb2021-06-021-0/+86
* Added wrapped libxml2 (from box86)ptitSeb2021-06-011-0/+58
* Some small wrapped libGL improvementsptitSeb2021-06-011-0/+3
* Added some more wrapped libGL functions (help apitrace)ptitSeb2021-06-011-0/+9
* Added a few more wrapped functions to libc and libcryptoptitSeb2021-05-231-0/+3
* Added a few libc wrapped functionsptitSeb2021-05-221-0/+3
* Added some more libc wrapped functionsptitSeb2021-05-191-0/+2
* Added a few wrapped function to libc and pthreadsptitSeb2021-05-191-2/+5
* Fixed epoll_wait alignmentptitSeb2021-05-171-0/+2
* Aligned struct epollptitSeb2021-04-261-0/+2
* Added more libc wrapped functionsptitSeb2021-04-241-0/+5
* Added wrapped libpng16ptitSeb2021-04-181-0/+33
* Added wrapped libXftptitSeb2021-04-171-0/+7
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-171-3/+7
* Added wrapped libFLACptitSeb2021-04-161-0/+4
* Added more libc wrapped functionsptitSeb2021-04-161-0/+3
* Added wrapped libSDL_net and libSDL_soundptitSeb2021-04-141-0/+4
* First passrajdakin2021-04-141-2/+2
* Added some libc wrapped functionsptitSeb2021-04-131-0/+9
* Better trace for pollptitSeb2021-04-131-0/+3
* Added some more wrapped functions in libcptitSeb2021-04-131-0/+3
* Improved pthread wrappingptitSeb2021-04-121-0/+2
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-111-9/+7
|\
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-9/+7
* | Added wrapped libSDL2_netptitSeb2021-04-111-0/+8
|/
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-091-0/+8
* Added a libvorbisfile wrapped function and fixed another one (structure as ar...ptitSeb2021-04-081-2/+2
* Added a xcb wrapped functionptitSeb2021-04-081-3/+3
* Added wrapped libcairo, libpango, libpangoft2 and libpangocairoptitSeb2021-04-081-0/+104
* Added a few more wrapped libc functionsptitSeb2021-04-081-0/+3
* Added wrapped libcurl/libcurl-gnutlsptitSeb2021-04-071-0/+7
* Small changes to a few libGL wrapped function signatureptitSeb2021-04-071-3/+9
* Added wrapped ldiv functionptitSeb2021-04-061-0/+2
* Added wrapped libcrypto and libsslptitSeb2021-04-061-0/+117
* Fixed __realpath_chk wrappingptitSeb2021-04-061-1/+1
* Added some more GL wrapped functionsptitSeb2021-04-051-0/+8
* [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-041-926/+1656