| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WRAPPER] Wrapped more symbols for libresolv (#2981) | Yang Liu | 2025-08-30 | 3 | -4/+4 |
| * | [WRAPPER] Wrapped g_thread_pool some functions (#2900) | Leslie Zhai | 2025-08-05 | 2 | -0/+2 |
| * | [WRAPPER] Wrapped g_async_queue_new_full, g_async_queue_push_sorted, (#2899) | Leslie Zhai | 2025-08-05 | 4 | -0/+12 |
| * | [WRAPPER] Wrapped g_object_add_toggle_ref, g_object_remove_toggle_ref (#2897) | Leslie Zhai | 2025-08-05 | 2 | -0/+6 |
| * | [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and g_type_m... | Leslie Zhai | 2025-08-05 | 4 | -0/+16 |
| * | [WRAPPER] Added __powl_finite wrapping to libm (for #2862) | ptitSeb | 2025-07-31 | 2 | -1/+6 |
| * | [WRAPPER][VULKAN] Added 1 new extensions (for #2847, used by PanVK) | ptitSeb | 2025-07-25 | 2 | -0/+8 |
| * | [WRAPPER] Added 1 more function to wrapped libharfbuzz | ptitSeb | 2025-07-22 | 2 | -0/+2 |
| * | [WRAPPER] Added 2 more wrapped function to libcairo | ptitSeb | 2025-07-22 | 4 | -0/+12 |
| * | [WRAPPER] Added 3 more functions to libcairo | ptitSeb | 2025-07-22 | 2 | -1/+5 |
| * | [WRAPPER] Added some more dbus wrapped functions | ptitSeb | 2025-07-22 | 2 | -0/+4 |
| * | [WRAPPER] Added 1 more wrapped function to libpthreads (for #2808) | ptitSeb | 2025-07-12 | 2 | -0/+2 |
| * | [WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799) | Leslie Zhai | 2025-07-05 | 2 | -0/+2 |
| * | [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796) | ptitSeb | 2025-07-04 | 4 | -0/+9 |
| * | [WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795) | Leslie Zhai | 2025-07-04 | 2 | -0/+4 |
| * | [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (... | Leslie Zhai | 2025-07-03 | 4 | -5/+9 |
| * | [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default) | ptitSeb | 2025-06-19 | 1 | -1/+0 |
| * | [BIONIC] Fixed some compilation warnings (#2756) | Yang Liu | 2025-06-18 | 1 | -0/+1 |
| * | [DYNACACHE] More work on dynache relocation | ptitSeb | 2025-06-15 | 1 | -1/+0 |
| * | [ANDROID] Unimportant updates (#2741) | Yang Liu | 2025-06-13 | 4 | -3/+4 |
| * | [DYNACACHE] Created a const table, for later use in internal relocation ([ARM... | ptitSeb | 2025-06-13 | 3 | -4/+4 |
| * | [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737) | Yang Liu | 2025-06-13 | 3 | -0/+4 |
| * | [WRAPPER] Added 2 more functions to libc (for #2731) (#2733) | Yang Liu | 2025-06-12 | 4 | -0/+12 |
| * | [WRAPPER] Fixed some xcb-image wrappings (#2697) | Yang Liu | 2025-06-01 | 3 | -4/+4 |
| * | [WRAPPER] Added more wrapped function to ffmpeg, and disable it with NOGTK=1,... | ptitSeb | 2025-05-11 | 4 | -1/+99 |
| * | [WRAPPER] Added a few more wrapped function to ffmpegs libs | ptitSeb | 2025-05-09 | 3 | -0/+6 |
| * | [WRAPPER] Reworked libssh2 wrapping, to make it more complete | ptitSeb | 2025-04-27 | 4 | -1/+107 |
| * | [WRAPPER] Added some missing function to wrapped libgio-2 (for #2575) | ptitSeb | 2025-04-26 | 4 | -0/+12 |
| * | [WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460) | ptitSeb | 2025-03-31 | 3 | -0/+10 |
| * | [WRAPPER] Added wrapping for libavutil.so.56, libavformat.so.58 and libavcode... | ptitSeb | 2025-03-20 | 12 | -0/+332 |
| * | [WRAPPER] Added a couple of GL extensions | ptitSeb | 2025-03-20 | 3 | -0/+10 |
| * | [WRAPPER] Added a few more Vulkan extensions | ptitSeb | 2025-03-11 | 2 | -0/+14 |
| * | [WRAPPER] Added epoll_pwait2 wrapped function | ptitSeb | 2025-03-04 | 4 | -0/+14 |
| * | [WRAPPER] Display Box64 version in Vulkan driver info (#2385) | xctan | 2025-02-18 | 2 | -0/+2 |
| * | [WRAPPER] Added 1 wrapped function and fixed one on gstreamer | ptitSeb | 2025-01-29 | 2 | -2/+2 |
| * | [WRAPPER] Added a few more wrapped function (to emulate recent SDL2) | ptitSeb | 2025-01-26 | 2 | -1/+5 |
| * | [WRAPPER] Reworked libcap wrapping with new wrapperhelper | ptitSeb | 2025-01-23 | 3 | -0/+12 |
| * | [WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282) | ptitSeb | 2025-01-23 | 6 | -0/+56 |
| * | [WRAPPER] Added support of BOX64_MAXCPU in wrapped SDL2, plus some various ot... | ptitSeb | 2025-01-09 | 2 | -0/+2 |
| * | [WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204) | Yang Liu | 2024-12-25 | 4 | -6/+10 |
| * | Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195) | DragonSWDev | 2024-12-23 | 3 | -0/+4 |
| * | [WRAPPER] Added a few glib2 wrapped functions | ptitSeb | 2024-12-20 | 2 | -0/+14 |
| * | [RV64_DYNAREC] Extended simple wrapper for more int types (#2160) | xctan | 2024-12-17 | 1 | -340/+1660 |
| * | [WRAPPER] Added wrapped libxcb-res with new wrapperhelper | ptitSeb | 2024-12-16 | 4 | -0/+34 |
| * | [WRAPPER] Reworked libxcb wrapping with new wrapperhelper | ptitSeb | 2024-12-16 | 4 | -133/+241 |
| * | [WRAPPER] Checked pangoft2 wrapping with new wrapperhelper | ptitSeb | 2024-12-12 | 2 | -1/+5 |
| * | [WRAPPER] Wrapped more symbols in libcrypto3 (#2105) | Yang Liu | 2024-12-03 | 5 | -2/+16 |
| * | Android Long Double handling (#2101) | ptitSeb | 2024-12-02 | 1 | -28/+53 |
| * | [WRAPPER] Added back faked ITM weak functions | ptitSeb | 2024-11-29 | 2 | -0/+26 |
| * | [WRAPPER] Reworked sqlite3 with new wrapperhelper | ptitSeb | 2024-11-28 | 4 | -0/+27 |