index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wrapped
/
generated
/
functions_list.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added some more wrapped libm functions
ptitSeb
2024-02-27
1
-0
/
+4
*
Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...
ptitSeb
2024-02-26
1
-73
/
+13
*
Added some various wrapped function (for rpcs3, but still not working)
ptitSeb
2024-02-23
1
-1
/
+3
*
Added some more symbol to wrapped libgnutls
ptitSeb
2024-02-18
1
-0
/
+1
*
Added some more wrapped function to libc, libXt and libX11
ptitSeb
2024-02-16
1
-0
/
+8
*
Added wrapped libanl
ptitSeb
2024-02-16
1
-0
/
+1
*
Added some wrapped function to libxml2
ptitSeb
2024-02-09
1
-0
/
+2
*
[WRAPPING] Added supot for the 'long double complex' type
ptitSeb
2024-02-09
1
-0
/
+4
*
Added some more symbols to wrapped libm
ptitSeb
2024-02-09
1
-3
/
+8
*
More work on libcurl and friends (and set to used emulated version of curl if...
ptitSeb
2024-02-08
1
-0
/
+3
*
Added wrapped (empty) libpam.so.0
ptitSeb
2024-02-07
1
-0
/
+1
*
Added some more function to wrapped libcrypto.so.3 and libssl.so.3
ptitSeb
2024-02-04
1
-0
/
+13
*
Added a few wrapped function to libcups
ptitSeb
2024-01-20
1
-0
/
+1
*
Added 1 more wrapped libc function (for #1208)
ptitSeb
2024-01-19
1
-0
/
+1
*
Partial Wrapping of libxkbregistry
ptitSeb
2024-01-18
1
-0
/
+1
*
Added 1 more wrapped function to libc
ptitSeb
2024-01-18
1
-0
/
+1
*
Wrapped libpulse-mainloop-glib (for #1203, untested)
ptitSeb
2024-01-16
1
-0
/
+3
*
[VULKAN] Added some more extensions (for #424)
ptitSeb
2024-01-12
1
-0
/
+6
*
Added 1 more wrapped function to libcups
ptitSeb
2024-01-10
1
-0
/
+1
*
expose minimal libxcb-xinput wrapper (#1192)
Frank Benkstein
2024-01-08
1
-0
/
+2
*
Added 2 more wrapped function to libgtk3 (for epsxe)
ptitSeb
2024-01-07
1
-0
/
+3
*
Added wrapped libicuuc and libicui18n v74
ptitSeb
2024-01-05
1
-0
/
+2
*
More xcb_connection_t wrapping for vulkan
ptitSeb
2023-12-31
1
-0
/
+1
*
[WRAPPER] Added 4 more wrapped glib2 functions (for #1175) (#1176)
Yang Liu
2023-12-28
1
-0
/
+3
*
[RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)
Yang Liu
2023-12-27
1
-0
/
+1
*
Added 2 more wrapped gtk3 functions
ptitSeb
2023-12-26
1
-0
/
+2
*
More work on xcb wrapping, as xcb_connection_t needs alignment
ptitSeb
2023-12-26
1
-64
/
+106
*
Reviewed signatures of libxcb and libdbus libs
ptitSeb
2023-12-24
1
-16
/
+21
*
Added more wrapped signature to libnuma and libxcb (should help #531)
ptitSeb
2023-12-24
1
-1
/
+2
*
Addedempty wrapped libidn2 (for quake 2 rtx)
ptitSeb
2023-12-23
1
-0
/
+1
*
Added more wrapped function to libnss3, libnssutils3 and libnspr4 (for GridAu...
ptitSeb
2023-12-21
1
-0
/
+6
*
Limit the number of CPU Core repported to 64 when running wine (or proton)
ptitSeb
2023-12-15
1
-1
/
+6
*
Added 1 more vulkan extension
ptitSeb
2023-12-13
1
-0
/
+2
*
Small fixes to a few pulse wrapped symbol signature
ptitSeb
2023-12-09
1
-0
/
+2
*
Added a couple of wrapped gtk3/gdk3 function (for #1120)
ptitSeb
2023-12-08
1
-0
/
+2
*
Added some new wrapped function to pulseaudio
ptitSeb
2023-12-07
1
-0
/
+4
*
Many new (and some fixed) gtk3/gdk3 functions (for Cemu)
ptitSeb
2023-12-07
1
-0
/
+1
*
Added one more wrapped function to gtk3
ptitSeb
2023-12-06
1
-0
/
+1
*
Added some more wrapped function to libdrm
ptitSeb
2023-12-02
1
-0
/
+9
*
[MALLOCHOOK] Small improvments to mallochook_2
ptitSeb
2023-12-01
1
-4
/
+1
*
Added support for wrapped libbsd (needed for latest libstdc++ lib)
ptitSeb
2023-11-30
1
-0
/
+1
*
Use non-Android version of functions_list.txt on the repo
ptitSeb
2023-11-28
1
-1
/
+0
*
[WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092)
Yang Liu
2023-11-27
1
-0
/
+2
*
[ANDROID] Fix Compiling (#1091)
Lily
2023-11-27
1
-0
/
+1
*
Fixed some wrapped aio_ functions signature of librt
ptitSeb
2023-11-23
1
-1
/
+10
*
[INTERP] Fix fpu_round (#1030)
Yang Liu
2023-10-25
1
-2
/
+28
*
Added wrapped OpenCL (mostly complete, for wine)
ptitSeb
2023-10-24
1
-0
/
+30
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
1
-0
/
+5
*
[WRAPPER] Added missing function signature (#1024)
Yang Liu
2023-10-13
1
-0
/
+1
*
Added a few libgomp wrapped function (for #1019)
ptitSeb
2023-10-11
1
-0
/
+3
[next]