about summary refs log tree commit diff stats
path: root/src/wrapped/generated (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed SDL_JoystickGetGUIDString function signatureptitSeb2021-06-043-5/+5
* Fixed the Python script/added more typingrajdakin2021-06-0350-49/+950
* Some work around libncurses and friendsptitSeb2021-06-036-0/+12
* 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
* Added wrapped libncurses, libncurses6, libncursesw, libformw, libtinfo and li...ptitSeb2021-06-028-0/+249
* Added wrapped libxml2 (from box86)ptitSeb2021-06-014-0/+162
* Some small wrapped libGL improvementsptitSeb2021-06-013-0/+5
* Added some more wrapped libGL functions (help apitrace)ptitSeb2021-06-013-0/+15
* Added a few more wrapped functions to libc and libcryptoptitSeb2021-05-233-0/+5
* Added a few libc wrapped functionsptitSeb2021-05-223-0/+5
* Added some more libc wrapped functionsptitSeb2021-05-194-0/+6
* Added a few wrapped function to libc and pthreadsptitSeb2021-05-196-5/+16
* Fixed epoll_wait alignmentptitSeb2021-05-174-0/+6
* Added wrapped libexpat (for torchlight2)ptitSeb2021-05-161-0/+21
* Aligned struct epollptitSeb2021-04-264-0/+6
* Added more libc wrapped functionsptitSeb2021-04-243-0/+9
* Added wrapped libpng16ptitSeb2021-04-184-0/+90
* Added wrapped libXftptitSeb2021-04-173-0/+13
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-173-3/+11
* Added wrapped libFLACptitSeb2021-04-164-0/+29
* Added more libc wrapped functionsptitSeb2021-04-163-0/+5
* Added wrapped libSDL_net and libSDL_soundptitSeb2021-04-144-0/+27
* First passrajdakin2021-04-1439-40/+40
* Added some libc wrapped functionsptitSeb2021-04-133-0/+15
* Better trace for pollptitSeb2021-04-133-0/+5
* Added some more wrapped functions in libcptitSeb2021-04-134-0/+7
* Improved pthread wrappingptitSeb2021-04-124-0/+28
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-1140-17/+1371
|\
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-1140-17/+1371
* | Added wrapped libSDL2_netptitSeb2021-04-113-0/+14
|/
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-093-0/+13
* Added a libvorbisfile wrapped function and fixed another one (structure as ar...ptitSeb2021-04-083-5/+5
* Added a xcb wrapped functionptitSeb2021-04-083-5/+5
* Added wrapped libcairo, libpango, libpangoft2 and libpangocairoptitSeb2021-04-083-0/+180
* Added a few more wrapped libc functionsptitSeb2021-04-083-0/+5
* Added wrapped libcurl/libcurl-gnutlsptitSeb2021-04-073-0/+13
* Small changes to a few libGL wrapped function signatureptitSeb2021-04-073-5/+15
* Added wrapped ldiv functionptitSeb2021-04-063-0/+4
* Added wrapped libcrypto and libsslptitSeb2021-04-063-0/+205
* Fixed __realpath_chk wrappingptitSeb2021-04-063-3/+3
* Added some more GL wrapped functionsptitSeb2021-04-053-0/+14
* [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-042-926/+1658
* One more libc wrapped functionptitSeb2021-04-033-0/+4
* Added some more libc wrapped functionsptitSeb2021-04-033-0/+4
* Added a few more libc wrapped function and fixed munmap wrappingptitSeb2021-04-023-0/+4
* Added some more libc wrapped functionsptitSeb2021-04-013-0/+4
* Added a few more libc wrapped functionsptitSeb2021-03-303-0/+8
* Changed wrapper generator to force 32bits i/u value to 64bitsptitSeb2021-03-301-932/+932
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-303-8/+0