about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460)ptitSeb2025-03-311-0/+6
|
* [WRAPPER] Added wrapping for libavutil.so.56, libavformat.so.58 and ↵ptitSeb2025-03-201-0/+140
| | | | libavcodec.so.58 (for new winedmo.so MediaFundation ffmpeg backend)
* [WRAPPER] Added a couple of GL extensionsptitSeb2025-03-201-0/+6
|
* [WRAPPER] Added epoll_pwait2 wrapped functionptitSeb2025-03-041-0/+6
|
* [WRAPPER] Reworked libcap wrapping with new wrapperhelperptitSeb2025-01-231-0/+8
|
* [WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282)ptitSeb2025-01-231-0/+12
|
* [WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)Yang Liu2024-12-251-4/+2
|
* Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195)DragonSWDev2024-12-231-0/+2
| | | | | * Add SDL_RenderGeometryRaw wrapped function to SDL2 * Add missing files
* [RV64_DYNAREC] Extended simple wrapper for more int types (#2160)xctan2024-12-171-340/+1660
|
* [WRAPPER] Reworked libxcb wrapping with new wrapperhelperptitSeb2024-12-161-66/+116
|
* [WRAPPER] Wrapped more symbols in libcrypto3 (#2105)Yang Liu2024-12-031-0/+4
|
* Android Long Double handling (#2101)ptitSeb2024-12-021-28/+53
| | | | | | | | | | | | | | | | | * [ANDROID] Try to handle LongDouble in vaarg correctly * [ANDROID] Try to enable test07 * [WRAPPED] Fixed Android long double handling (#2096) * [WRAPPED] Fixed Android long double handling * [WRAPPED] Force casting to uintptr_t * [WRAPPED] Fixed a typing issue, removed a warning in the CI --------- Co-authored-by: rajdakin <rajdakin@gmail.com>
* [WRAPPER] Reworked sqlite3 with new wrapperhelperptitSeb2024-11-281-0/+9
|
* [WRAPPER] Reworked gstvideo with new wrapperhelperptitSeb2024-11-261-26/+63
|
* [WRAPPER] Reworked gstsdp with new wrapperhelperptitSeb2024-11-261-0/+14
|
* [WRAPPER] Reworked gst-rtp and gst-rtsp with new wrapperhelperptitSeb2024-11-261-0/+74
|
* [WRAPPER] Reworked gst-gl with new wrapperhelperptitSeb2024-11-261-5/+28
|
* [WRAPPER] Reworked gstcheck with new wrapperhelperptitSeb2024-11-261-0/+3
|
* [WRAPPER] Reworked gstbase with new wrapperhelperptitSeb2024-11-261-0/+23
|
* [WRAPPER] Reworked gstaudio with new wrapperhelperptitSeb2024-11-251-0/+5
|
* [WRAPPER] Reworked wrapping of gstallocators with new wrapperhelperptitSeb2024-11-251-0/+3
|
* [WRAPPER] Reworked gstreamer with new wrapperhelperptitSeb2024-11-251-122/+110
|
* [WRAPPER]my_dbus_message_get_args() args type error (#2042)liuli2024-11-191-0/+2
| | | | | * [WRAPPER]my_dbus_message_get_args() args type error * [WRAPPER]my_dbus_message_get_args() args type error
* [WRAPPER] Added wrapped libzstd.so.1 support, with new wrapperhelperptitSeb2024-11-171-0/+31
|
* [WRAPPER] Added wrapped libXaw with new wrapperhelper (for #1990)ptitSeb2024-11-091-0/+50
|
* [WRAPPER] Added a bunch of libc wrapped functions (for #2010)ptitSeb2024-11-091-0/+2
|
* [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-011-0/+7
|
* [WRAPPER] Reworked ssl3 and crypto3 with new wrapperhelper (for #1860)ptitSeb2024-10-291-0/+23
|
* [WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860)ptitSeb2024-10-251-0/+4
|
* [VULKAN] Added 2 more extensionsptitSeb2024-10-181-0/+3
|
* [WRAPPER] Reworked libcups wrapping with new wrapperhelperptitSeb2024-10-171-2/+79
|
* [WRAPPER] Reworked libgnutls wrapping with new wrapperhelperptitSeb2024-10-131-0/+78
|
* [WRAPPER] Reworked libXss with new wrapperhelperptitSeb2024-10-101-2/+2
|
* [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed ↵ptitSeb2024-10-081-0/+11
| | | | potential issue with static build)
* [WRAPPER] Reworked wrapped libXi with new wrapperhelperptitSeb2024-10-061-25/+64
|
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-041-12/+40
|
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-113/+409
|
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-031-4/+3
|
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-291-2/+2
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-271-0/+2
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-251-0/+5
|
* [WRAPPER] Reworked wrapped libwayland-client with new wrapperhelperptitSeb2024-09-231-0/+3
|
* [WRAPPER] Reworked wrapped libopenal with new wrapperhelperptitSeb2024-09-231-12/+3
|
* [WRAPPER] Reworked wrapping of libXcurse, libXfixes, libXrender and ↵ptitSeb2024-09-221-40/+76
| | | | libXrandr with new wrapperhelper
* [WRAPPER] Reworked libX11 with new wrapperhelperptitSeb2024-09-201-25/+17
|
* [WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb2024-09-201-2/+17
|
* [WRAPPER] Reworked libasound with new wrapperhelperptitSeb2024-09-191-17/+56
|
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-191-2/+2
| | | | libxcb-private
* [WRAPPER] Reworked libGLU with new wrapper helperptitSeb2024-09-181-22/+22
|