| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Added wrapped libblas.so.3 and liblapack.so.3 | ptitSeb | 2025-09-14 | 1 | -0/+400 |
| | | |||||
| * | [WRAPPER] Added experimental cuda wrapping | ptitSeb | 2025-09-02 | 1 | -0/+318 |
| | | |||||
| * | [WRAPPER] Wrapped a bunch of symbols (#2997) | Yang Liu | 2025-09-02 | 1 | -4/+82 |
| | | |||||
| * | [WRAPPER] Wrapped more symbols for libresolv (#2981) | Yang Liu | 2025-08-30 | 1 | -2/+2 |
| | | |||||
| * | [WRAPPER] Wrapped g_async_queue_new_full, g_async_queue_push_sorted, (#2899) | Leslie Zhai | 2025-08-05 | 1 | -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 Zhai | 2025-08-05 | 1 | -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 libcairo | ptitSeb | 2025-07-22 | 1 | -0/+2 |
| | | |||||
| * | [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796) | ptitSeb | 2025-07-04 | 1 | -0/+5 |
| | | |||||
| * | [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵ | Leslie Zhai | 2025-07-03 | 1 | -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 ↵ | ptitSeb | 2025-06-13 | 1 | -2/+2 |
| | | | | | ([ARM64] only, todo on RV64 and LA64) | ||||
| * | [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737) | Yang Liu | 2025-06-13 | 1 | -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 Liu | 2025-06-12 | 1 | -0/+2 |
| | | |||||
| * | [WRAPPER] Fixed some xcb-image wrappings (#2697) | Yang Liu | 2025-06-01 | 1 | -2/+2 |
| | | |||||
| * | [WRAPPER] Added more wrapped function to ffmpeg, and disable it with ↵ | ptitSeb | 2025-05-11 | 1 | -0/+30 |
| | | | | | NOGTK=1, as wrapping needs more work on structure callbacks | ||||
| * | [WRAPPER] Added a few more wrapped function to ffmpegs libs | ptitSeb | 2025-05-09 | 1 | -0/+4 |
| | | |||||
| * | [WRAPPER] Reworked libssh2 wrapping, to make it more complete | ptitSeb | 2025-04-27 | 1 | -0/+56 |
| | | |||||
| * | [WRAPPER] Added some missing function to wrapped libgio-2 (for #2575) | ptitSeb | 2025-04-26 | 1 | -0/+4 |
| | | |||||
| * | [WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460) | ptitSeb | 2025-03-31 | 1 | -0/+6 |
| | | |||||
| * | [WRAPPER] Added wrapping for libavutil.so.56, libavformat.so.58 and ↵ | ptitSeb | 2025-03-20 | 1 | -0/+140 |
| | | | | | libavcodec.so.58 (for new winedmo.so MediaFundation ffmpeg backend) | ||||
| * | [WRAPPER] Added a couple of GL extensions | ptitSeb | 2025-03-20 | 1 | -0/+6 |
| | | |||||
| * | [WRAPPER] Added epoll_pwait2 wrapped function | ptitSeb | 2025-03-04 | 1 | -0/+6 |
| | | |||||
| * | [WRAPPER] Reworked libcap wrapping with new wrapperhelper | ptitSeb | 2025-01-23 | 1 | -0/+8 |
| | | |||||
| * | [WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282) | ptitSeb | 2025-01-23 | 1 | -0/+12 |
| | | |||||
| * | [WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204) | Yang Liu | 2024-12-25 | 1 | -4/+2 |
| | | |||||
| * | Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195) | DragonSWDev | 2024-12-23 | 1 | -0/+2 |
| | | | | | | * Add SDL_RenderGeometryRaw wrapped function to SDL2 * Add missing files | ||||
| * | [RV64_DYNAREC] Extended simple wrapper for more int types (#2160) | xctan | 2024-12-17 | 1 | -340/+1660 |
| | | |||||
| * | [WRAPPER] Reworked libxcb wrapping with new wrapperhelper | ptitSeb | 2024-12-16 | 1 | -66/+116 |
| | | |||||
| * | [WRAPPER] Wrapped more symbols in libcrypto3 (#2105) | Yang Liu | 2024-12-03 | 1 | -0/+4 |
| | | |||||
| * | Android Long Double handling (#2101) | ptitSeb | 2024-12-02 | 1 | -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 wrapperhelper | ptitSeb | 2024-11-28 | 1 | -0/+9 |
| | | |||||
| * | [WRAPPER] Reworked gstvideo with new wrapperhelper | ptitSeb | 2024-11-26 | 1 | -26/+63 |
| | | |||||
| * | [WRAPPER] Reworked gstsdp with new wrapperhelper | ptitSeb | 2024-11-26 | 1 | -0/+14 |
| | | |||||
| * | [WRAPPER] Reworked gst-rtp and gst-rtsp with new wrapperhelper | ptitSeb | 2024-11-26 | 1 | -0/+74 |
| | | |||||
| * | [WRAPPER] Reworked gst-gl with new wrapperhelper | ptitSeb | 2024-11-26 | 1 | -5/+28 |
| | | |||||
| * | [WRAPPER] Reworked gstcheck with new wrapperhelper | ptitSeb | 2024-11-26 | 1 | -0/+3 |
| | | |||||
| * | [WRAPPER] Reworked gstbase with new wrapperhelper | ptitSeb | 2024-11-26 | 1 | -0/+23 |
| | | |||||
| * | [WRAPPER] Reworked gstaudio with new wrapperhelper | ptitSeb | 2024-11-25 | 1 | -0/+5 |
| | | |||||
| * | [WRAPPER] Reworked wrapping of gstallocators with new wrapperhelper | ptitSeb | 2024-11-25 | 1 | -0/+3 |
| | | |||||
| * | [WRAPPER] Reworked gstreamer with new wrapperhelper | ptitSeb | 2024-11-25 | 1 | -122/+110 |
| | | |||||
| * | [WRAPPER]my_dbus_message_get_args() args type error (#2042) | liuli | 2024-11-19 | 1 | -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 wrapperhelper | ptitSeb | 2024-11-17 | 1 | -0/+31 |
| | | |||||
| * | [WRAPPER] Added wrapped libXaw with new wrapperhelper (for #1990) | ptitSeb | 2024-11-09 | 1 | -0/+50 |
| | | |||||
| * | [WRAPPER] Added a bunch of libc wrapped functions (for #2010) | ptitSeb | 2024-11-09 | 1 | -0/+2 |
| | | |||||
| * | [WRAPPER] Small rework on wrapper return values | ptitSeb | 2024-11-02 | 1 | -1007/+1007 |
| | | |||||
| * | Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually) | ptitSeb | 2024-11-01 | 1 | -0/+7 |
| | | |||||
| * | [WRAPPER] Reworked ssl3 and crypto3 with new wrapperhelper (for #1860) | ptitSeb | 2024-10-29 | 1 | -0/+23 |
| | | |||||
| * | [WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860) | ptitSeb | 2024-10-25 | 1 | -0/+4 |
| | | |||||
| * | [VULKAN] Added 2 more extensions | ptitSeb | 2024-10-18 | 1 | -0/+3 |
| | | |||||
| * | [WRAPPER] Reworked libcups wrapping with new wrapperhelper | ptitSeb | 2024-10-17 | 1 | -2/+79 |
| | | |||||
| * | [WRAPPER] Reworked libgnutls wrapping with new wrapperhelper | ptitSeb | 2024-10-13 | 1 | -0/+78 |
| | | |||||