about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix hidden error in PR 1677 (#1678)kaixindeken2024-07-151-0/+5
| | | | | | | | | * Fix most of tiff5 and ltdl7 functions * Adding missing file * delete libltdl7 wrapped * re-wrapped libtiff5 and list all symbols
* Wrapped lots of new function t be abble to run emulated libgnutls.so.30ptitSeb2024-07-141-0/+86
|
* This should fix regular buildptitSeb2024-07-101-39/+6737
|
* [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)ptitSeb2024-07-101-6743/+39
|
* Wrap some functions for libc (#1635)Yip Coekjan2024-07-041-0/+11
|
* Wrapped libsqlite3 (#1625)Yang Liu2024-07-011-0/+14
| | | | | * Wrapped libsqlite3 * More functions
* Wrapped more functions (#1624)Yang Liu2024-07-011-0/+4
| | | | | | | | | * Wrapped more gtk functions * Wrapped 1 more gdk3 function * Wrapped more gnutls functions * Added generated files
* Small fix for a signature of a gnutls functionptitSeb2024-06-211-0/+2
|
* Added more wrapped functions to gmp and idn2 (#1598)LiZhuoheng2024-06-181-0/+14
|
* Added more wrapped functions (#1593)LiZhuoheng2024-06-181-0/+5
|
* Fixed some symbols not found error for libc and libresolv wrapping (#1591)Yang Liu2024-06-171-6/+4
|
* Fixed some vulkan wrapper functions (#1585)Yang Liu2024-06-151-52/+49
| | | | | * Fixed some vulkan wrapper functions * Forgot to submit generated files
* Added more wrapped function to libunistring2 (#1582)LiZhuoheng2024-06-131-0/+3
| | | | | * Added more wrapped function to libunistring2 * add wrapper.c
* Better wrapping for libwayland-client, removed the x64 versions of the libs, ↵ptitSeb2024-06-121-0/+11
| | | | using wrapped one instead
* Removed wrapped libwayland-client and libwayland-cursor, the wrapping is ↵ptitSeb2024-06-121-11/+0
| | | | wrong, and use native libs instead
* Wrapped libtasn1-6 (#1563)LiZhuoheng2024-06-061-0/+3
|
* Wrapped libssh2 (#1538)LiZhuoheng2024-05-301-0/+3
| | | | | * Wrapped libssh2 * Add more libssh2 wrapped functions
* Added a few libc wrapped function (for #1517 and #1531)ptitSeb2024-05-291-0/+3
|
* Workaround on a race condition on SDL_GetThreadID (#1530)Yang Liu2024-05-241-0/+2
|
* Added some more wrapped functionsptitSeb2024-05-131-0/+2
|
* Added 1 more wrapped function to waylandclient libptitSeb2024-05-011-0/+2
|
* Fixed wrapped function signature for xcb_image_put (should help #1450)ptitSeb2024-04-301-2/+2
|
* More work on X11 wrapping, allowing gtk to run fully emulatedptitSeb2024-03-071-0/+2
|
* some gcrypt wrapping (#1338)Lily2024-03-061-0/+18
| | | | | | | * some gcrypt wrapping (needed to check sign) * little more wrapping in gcrypt * correcting sign
* Improved wrapping of xcb (xcb_XXX_iterator_t and xcb_contection_t)ptitSeb2024-03-061-9/+8
|
* Added wrapped support for EGL/GLESv2ptitSeb2024-02-291-0/+2
|
* Added all wrapped function to libpciptitSeb2024-02-281-0/+11
|
* Added some more wrapped libm functionsptitSeb2024-02-271-0/+8
|
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-261-20/+28
| | | | others tickets)
* Added some various wrapped function (for rpcs3, but still not working)ptitSeb2024-02-231-4/+3
|
* Added some more symbol to wrapped libgnutlsptitSeb2024-02-181-0/+3
|
* Added some more wrapped function to libc, libXt and libX11ptitSeb2024-02-161-0/+5
|
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-091-3/+13
|
* Added some more symbols to wrapped libmptitSeb2024-02-091-0/+20
|
* Added some more function to wrapped libcrypto.so.3 and libssl.so.3ptitSeb2024-02-041-0/+8
|
* [WRAPPER] Regenerated the wrapper files (#1241)rajdakin2024-02-011-1/+1
|
* Added a few wrapped function to libcupsptitSeb2024-01-201-0/+2
|
* [VULKAN] Added some more extensions (for #424)ptitSeb2024-01-121-0/+7
|
* Added 1 more wrapped function to libcupsptitSeb2024-01-101-0/+3
|
* expose minimal libxcb-xinput wrapper (#1192)Frank Benkstein2024-01-081-0/+4
| | | | | Expose minimal libxcb-xinput interface, enough to run the Enpass password manager. Also expose XkbGetIndicatorState since that is also required.
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-051-1/+359
| | | | | * [WRAPPERS] Added an isSimpleWrapper function for RV64 * [WRAPPERS] Version bump
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-311-0/+2
|
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-271-0/+3
| | | | | | | * [WRAPPER] Added 1 more wrapped libc functions * [RCFILE] Disable CALL/RET optimization for zoom (#1170) * Do not delete BOX64_DYNAREC_CALLRET=1 in case we make it not default again
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-160/+201
|
* Reviewed signatures of libxcb and libdbus libsptitSeb2023-12-241-41/+56
|
* Added more wrapped signature to libnuma and libxcb (should help #531)ptitSeb2023-12-241-2/+5
|
* Added more wrapped function to libnss3, libnssutils3 and libnspr4 (for ↵ptitSeb2023-12-211-0/+2
| | | | GridAutosport)
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-151-3/+4
|
* Small fixes to a few pulse wrapped symbol signatureptitSeb2023-12-091-0/+6
|
* Added some new wrapped function to pulseaudioptitSeb2023-12-071-0/+2
|