about summary refs log tree commit diff stats
path: root/src/wrapped/generated (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-265-166/+57
| | | | others tickets)
* Added some various wrapped function (for rpcs3, but still not working)ptitSeb2024-02-234-7/+10
|
* Added some more symbol to wrapped libgnutlsptitSeb2024-02-183-0/+5
|
* Added some more wrapped function to libc, libXt and libX11ptitSeb2024-02-164-0/+21
|
* Added wrapped libanlptitSeb2024-02-164-0/+34
|
* Added some wrapped function to libxml2ptitSeb2024-02-092-1/+5
|
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-09663-664/+682
|
* Added some more symbols to wrapped libmptitSeb2024-02-094-6/+36
|
* More work on libcurl and friends (and set to used emulated version of curl ↵ptitSeb2024-02-083-1/+7
| | | | if possible)
* Added wrapped (empty) libpam.so.0ptitSeb2024-02-074-0/+34
|
* Added some more function to wrapped libcrypto.so.3 and libssl.so.3ptitSeb2024-02-045-0/+34
|
* [WRAPPER] Regenerated the wrapper files (#1241)rajdakin2024-02-011-1/+1
|
* Added a few wrapped function to libcupsptitSeb2024-01-203-0/+4
|
* Added 1 more wrapped libc function (for #1208)ptitSeb2024-01-192-0/+2
|
* Partial Wrapping of libxkbregistryptitSeb2024-01-184-0/+34
|
* Added 1 more wrapped function to libcptitSeb2024-01-182-0/+2
|
* Wrapped libpulse-mainloop-glib (for #1203, untested)ptitSeb2024-01-164-0/+38
|
* [VULKAN] Added some more extensions (for #424)ptitSeb2024-01-124-0/+19
|
* Added 1 more wrapped function to libcupsptitSeb2024-01-103-0/+5
|
* expose minimal libxcb-xinput wrapper (#1192)Frank Benkstein2024-01-086-0/+40
| | | | | Expose minimal libxcb-xinput interface, enough to run the Enpass password manager. Also expose XkbGetIndicatorState since that is also required.
* Added 2 more wrapped function to libgtk3 (for epsxe)ptitSeb2024-01-072-0/+6
|
* Added wrapped libicuuc and libicui18n v74ptitSeb2024-01-057-0/+68
|
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-05644-644/+1002
| | | | | * [WRAPPERS] Added an isSimpleWrapper function for RV64 * [WRAPPERS] Version bump
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-313-0/+4
|
* [WRAPPER] Added 4 more wrapped glib2 functions (for #1175) (#1176)Yang Liu2023-12-282-0/+6
|
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-273-0/+5
| | | | | | | * [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
* Added 2 more wrapped gtk3 functionsptitSeb2023-12-262-0/+4
|
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-26645-930/+1088
|
* Reviewed signatures of libxcb and libdbus libsptitSeb2023-12-243-73/+98
|
* Added more wrapped signature to libnuma and libxcb (should help #531)ptitSeb2023-12-243-4/+9
|
* Addedempty wrapped libidn2 (for quake 2 rtx)ptitSeb2023-12-234-0/+34
|
* Added more wrapped function to libnss3, libnssutils3 and libnspr4 (for ↵ptitSeb2023-12-215-1/+15
| | | | GridAutosport)
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-154-5/+16
|
* Added 1 more vulkan extensionptitSeb2023-12-132-0/+4
|
* Small fixes to a few pulse wrapped symbol signatureptitSeb2023-12-093-0/+10
|
* Added a couple of wrapped gtk3/gdk3 function (for #1120)ptitSeb2023-12-082-0/+4
|
* Added some new wrapped function to pulseaudioptitSeb2023-12-074-0/+10
|
* Many new (and some fixed) gtk3/gdk3 functions (for Cemu)ptitSeb2023-12-072-0/+2
|
* Added one more wrapped function to gtk3ptitSeb2023-12-062-0/+2
|
* Added some more wrapped function to libdrmptitSeb2023-12-024-1/+39
|
* [TERMUX] Added faked wrapped termux-exec and simplified output (#1103)Lily2023-12-029-0/+99
| | | | | | | * [TERMUX] Added faked wrapped termux-exec * Remove This * [MAIN] Little simplified output in box64
* [MALLOCHOOK] Small improvments to mallochook_2ptitSeb2023-12-014-14/+4
|
* Added support for wrapped libbsd (needed for latest libstdc++ lib)ptitSeb2023-11-304-0/+34
|
* Use non-Android version of functions_list.txt on the repoptitSeb2023-11-281-1/+0
|
* [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092)Yang Liu2023-11-272-1/+5
| | | | | * [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present * Fix glXSwapIntervalEXT signature
* [ANDROID] Fix Compiling (#1091)Lily2023-11-272-0/+18
| | | | | | | | | * [ANDROID] Added missing wrappedandroidshmem def headers * [ANDROID] Fix Compiling * [CMAKE] Typo * [CMAKE] TERMUX Define
* [ANDROID] Added missing wrappedandroidshmem def headers (#1088)Lily2023-11-272-0/+16
|
* Fixed some wrapped aio_ functions signature of librtptitSeb2023-11-234-6/+23
|
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-254-8/+72
| | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build
* Added wrapped OpenCL (mostly complete, for wine)ptitSeb2023-10-246-0/+144
|