about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Added wrapped libblas.so.3 and liblapack.so.3ptitSeb2025-09-141-0/+400
|
* [WRAPPER] Added experimental cuda wrappingptitSeb2025-09-021-0/+318
|
* [WRAPPER] Wrapped a bunch of symbols (#2997)Yang Liu2025-09-021-4/+82
|
* [WRAPPER] Wrapped more symbols for libresolv (#2981)Yang Liu2025-08-301-2/+2
|
* [WRAPPER] Wrapped g_async_queue_new_full, g_async_queue_push_sorted, (#2899)Leslie Zhai2025-08-051-0/+2
| | | g_thread_pool_free, g_thread_pool_new and g_thread_pool_push
* [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and ↵Leslie Zhai2025-08-051-0/+2
| | | | | | | g_type_module_add_interface (#2895) * [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and g_type_module_add_interface * [WRAPPER] Removed duplicated my_GInterfaceInfo_t
* [WRAPPER] Added 2 more wrapped function to libcairoptitSeb2025-07-221-0/+2
|
* [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)ptitSeb2025-07-041-0/+5
|
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵Leslie Zhai2025-07-031-2/+2
| | | | | | | | | | | | | | (#2788) (#2789) * [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) * [WRAPPER] Use RunFunctionFmt to call x64 resource_alloc entry * [WRAPPER] Remove useless include header and DBGetBlock * [WRAPPER] Use FindElfAddress to check the function is from x64 space * [WRAPPER] Use find_XXX_Fct mechanism
* [DYNACACHE] Created a const table, for later use in internal relocation ↵ptitSeb2025-06-131-2/+2
| | | | ([ARM64] only, todo on RV64 and LA64)
* [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737)Yang Liu2025-06-131-0/+2
| | | | | | | * [WRAPPER] Wrapped a few more functions in gio2 and libresolv * fix static build * fix fix
* [WRAPPER] Added 2 more functions to libc (for #2731) (#2733)Yang Liu2025-06-121-0/+2
|
* [WRAPPER] Fixed some xcb-image wrappings (#2697)Yang Liu2025-06-011-2/+2
|
* [WRAPPER] Added more wrapped function to ffmpeg, and disable it with ↵ptitSeb2025-05-111-0/+30
| | | | NOGTK=1, as wrapping needs more work on structure callbacks
* [WRAPPER] Added a few more wrapped function to ffmpegs libsptitSeb2025-05-091-0/+4
|
* [WRAPPER] Reworked libssh2 wrapping, to make it more completeptitSeb2025-04-271-0/+56
|
* [WRAPPER] Added some missing function to wrapped libgio-2 (for #2575)ptitSeb2025-04-261-0/+4
|
* [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
|