about summary refs log tree commit diff stats
path: root/src/wrapped/generated (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Added back faked ITM weak functionsptitSeb2024-11-292-0/+26
|
* [WRAPPER] Reworked sqlite3 with new wrapperhelperptitSeb2024-11-284-0/+27
|
* [WRAPPER] Reworked gstvideo with new wrapperhelperptitSeb2024-11-263-44/+101
|
* [WRAPPER] Reworked gstsdp with new wrapperhelperptitSeb2024-11-263-0/+24
|
* [WRAPPER] Reworked gst-rtp and gst-rtsp with new wrapperhelperptitSeb2024-11-263-0/+120
|
* [WRAPPER] Reworked gst-gl with new wrapperhelperptitSeb2024-11-263-9/+46
|
* [WRAPPER] Reworked gstcheck with new wrapperhelperptitSeb2024-11-263-0/+5
|
* [WRAPPER] Reworked gstbase with new wrapperhelperptitSeb2024-11-263-0/+37
|
* [WRAPPER] Reworked gstaudio with new wrapperhelperptitSeb2024-11-253-0/+9
|
* [WRAPPER] Reworked wrapping of gstallocators with new wrapperhelperptitSeb2024-11-253-0/+5
|
* [WRAPPER] Reworked gstreamer with new wrapperhelperptitSeb2024-11-254-232/+228
|
* [WRAPPER]my_dbus_message_get_args() args type error (#2042)liuli2024-11-194-3/+7
| | | | | * [WRAPPER]my_dbus_message_get_args() args type error * [WRAPPER]my_dbus_message_get_args() args type error
* [WRAPPER] Added last 2 wrapped function for libexpatptitSeb2024-11-172-0/+4
|
* [WRAPPER] Added wrapped libzstd.so.1 support, with new wrapperhelperptitSeb2024-11-176-0/+85
|
* [WRAPPER] Added wrapped libXaw with new wrapperhelper (for #1990)ptitSeb2024-11-096-0/+118
|
* [WRAPPER] Added a bunch of libc wrapped functions (for #2010)ptitSeb2024-11-094-0/+10
|
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-062-0/+2
|
* [WRAPPER] Wrapped 3 more symbols for libc (#2000)Yang Liu2024-11-052-0/+6
|
* [WRAPPER] Small rework on wrapper return valuesptitSeb2024-11-021-1007/+1007
|
* Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually)ptitSeb2024-11-013-0/+13
|
* [WRAPPER] Wrapped remaining 2 function to libbrotidec (for #1860)ptitSeb2024-10-302-1/+9
|
* [WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with ↵ptitSeb2024-10-303-0/+28
| | | | hidden callback (for #1860)
* [WRAPPER] Reworked ssl3 and crypto3 with new wrapperhelper (for #1860)ptitSeb2024-10-294-4/+45
|
* [WRAPPER] Added some ssl3 and crypto3 wrapped functions (for #1860)ptitSeb2024-10-252-0/+12
|
* [WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860)ptitSeb2024-10-256-0/+40
|
* [VULKAN] Added 2 more extensionsptitSeb2024-10-183-0/+5
|
* [WRAPPER] Reworked libcups wrapping with new wrapperhelperptitSeb2024-10-173-4/+137
|
* Added 1 more wrapped symbol to gtk2 (for #1943)ptitSeb2024-10-172-0/+4
|
* [WRAPPER] Reworked libgnutls wrapping with new wrapperhelperptitSeb2024-10-133-0/+136
|
* [RV64_DYNAREC] Wrapped icuuc75 (#1926)Yang Liu2024-10-117-0/+68
|
* [WRAPPER] Reworked libXss with new wrapperhelperptitSeb2024-10-103-4/+4
|
* [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed ↵ptitSeb2024-10-083-0/+21
| | | | potential issue with static build)
* [WRAPPER] Reworked wrapped libXi with new wrapperhelperptitSeb2024-10-063-49/+116
|
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-044-30/+78
|
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-113/+409
|
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-033-6/+5
|
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-294-8/+8
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-274-3/+7
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-253-0/+9
|
* [WRAPPER] Reworked wrapped libwayland-client with new wrapperhelperptitSeb2024-09-234-0/+9
|
* [WRAPPER] Reworked wrapped libopenal with new wrapperhelperptitSeb2024-09-233-20/+5
|
* [WRAPPER] Reworked wrapping of libXcurse, libXfixes, libXrender and ↵ptitSeb2024-09-223-76/+136
| | | | libXrandr with new wrapperhelper
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX ↵ptitSeb2024-09-222-0/+4
| | | | wrapping, and more 32bits wrapped functions
* [WRAPPER] Reworked libX11 with new wrapperhelperptitSeb2024-09-205-66/+50
|
* [WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb2024-09-204-5/+42
|
* [WRAPPER] Added 1 wrapped function to libX11 (for #1204 and #1841)ptitSeb2024-09-202-0/+2
|
* [WRAPPER] Reworked libasound with new wrapperhelperptitSeb2024-09-194-32/+119
|
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-193-4/+4
| | | | libxcb-private
* [WRAPPER] Reworked libGLU with new wrapper helperptitSeb2024-09-184-47/+47
|
* [WRAPPER] Reworked libEGL with new wrapperhelperptitSeb2024-09-183-0/+10
|