| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Wrapped more symbols for libresolv (#2981) | Yang Liu | 2025-08-30 | 4 | -4/+6 |
| | | |||||
| * | [WRAPPER] Improved pulse wrapping | ptitSeb | 2025-08-25 | 2 | -4/+52 |
| | | |||||
| * | [WRAPPER] Wrapped g_thread_pool some functions (#2900) | Leslie Zhai | 2025-08-05 | 4 | -5/+12 |
| | | |||||
| * | [WRAPPER] Wrapped g_async_queue_new_full, g_async_queue_push_sorted, (#2899) | Leslie Zhai | 2025-08-05 | 6 | -5/+32 |
| | | | | g_thread_pool_free, g_thread_pool_new and g_thread_pool_push | ||||
| * | [WRAPPER] Wrapped g_object_add_toggle_ref, g_object_remove_toggle_ref (#2897) | Leslie Zhai | 2025-08-05 | 4 | -3/+47 |
| | | | | and g_object_weak_unref | ||||
| * | [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and ↵ | Leslie Zhai | 2025-08-05 | 6 | -3/+90 |
| | | | | | | | | 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 | ||||
| * | [WRAPPED] Wrapped more functions for libc (#2870) | Yang Liu | 2025-08-01 | 1 | -3/+3 |
| | | | | | | * [WRAPPED] Wrapped more functions for libc * review | ||||
| * | [WRAPPER] Added 1 more wrapped function to libavcodec58 | ptitSeb | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Added __powl_finite wrapping to libm (for #2862) | ptitSeb | 2025-07-31 | 4 | -1/+16 |
| | | |||||
| * | [WRAPPER][VULKAN] Added 1 new extensions (for #2847, used by PanVK) | ptitSeb | 2025-07-25 | 4 | -0/+28 |
| | | |||||
| * | [WRAPPER] Wrapper wrappedgobject2 g_closure_ref and g_closure_sink (#2848) ↵ | Leslie Zhai | 2025-07-25 | 1 | -3/+3 |
| | | | | | | | | | | (#2849) * [WRAPPER] Wrapper wrappedgobject2 g_closure_ref and g_closure_sink (#2848) * [WRAPPER] Add testcase for g_closure_ref and g_closure_sink * [WRAPPER] Just use GO for g_closure_ref|sink|invoke | ||||
| * | [WRAPPER] Added more slot to libdbus callback wrappers | ptitSeb | 2025-07-22 | 1 | -1/+5 |
| | | |||||
| * | [WRAPPER] Added 4 more symbols to libwaylandclient | ptitSeb | 2025-07-22 | 1 | -4/+4 |
| | | |||||
| * | [WRAPPER] Added 1 more function to wrapped libharfbuzz | ptitSeb | 2025-07-22 | 4 | -1/+9 |
| | | |||||
| * | [WRAPPER] Added 2 more wrapped function to libcairo | ptitSeb | 2025-07-22 | 6 | -2/+48 |
| | | |||||
| * | [WRAPPER] Added 1 more wrapped function to libfontconfig | ptitSeb | 2025-07-22 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Added 3 more functions to libcairo | ptitSeb | 2025-07-22 | 4 | -4/+13 |
| | | |||||
| * | [WRAPPER] Added some more dbus wrapped functions | ptitSeb | 2025-07-22 | 4 | -3/+50 |
| | | |||||
| * | [WRAPPER] Added 1 more wrapped function to libpthreads (for #2808) | ptitSeb | 2025-07-12 | 3 | -2/+4 |
| | | |||||
| * | [WRAPPER] added one missing wrapped function to libasound (for #2796) | ptitSeb | 2025-07-08 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799) | Leslie Zhai | 2025-07-05 | 4 | -2/+102 |
| | | | | | | * [WRAPPER] Wrapper xmlMemGet and xmlMemSetup * [WRAPPER] Change GOM to GO for xmlMemGet | ||||
| * | [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796) | ptitSeb | 2025-07-04 | 7 | -13/+12 |
| | | |||||
| * | [WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795) | Leslie Zhai | 2025-07-04 | 4 | -1/+21 |
| | | | | XOpenIM but not XOpenDisplay | ||||
| * | [WRAPPER] Allow to use libFLAC.so.12 for libFLAC.so.8 | ptitSeb | 2025-07-03 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵ | Leslie Zhai | 2025-07-03 | 6 | -7/+41 |
| | | | | | | | | | | | | | | | (#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 | ||||
| * | [WRAPPER] additional wrapped symbols (#2765) | airidosas252 | 2025-06-24 | 2 | -0/+16 |
| | | | | | | | | | | | | * [WRAPPER] Wrap libiconv library Seems to be required with newer versions of Wine for whatever reason. * [WRAPPER] Wrap _ctype_ symbol (ANDROID only) For whatever reason, this symbol is used on bionic at least. Not quite sure if it's the same on Linux. * [WRAPPER} Fix a signature typo for libiconv function | ||||
| * | [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default) | ptitSeb | 2025-06-19 | 2 | -4/+7 |
| | | |||||
| * | [BIONIC] Fixed some compilation warnings (#2756) | Yang Liu | 2025-06-18 | 3 | -7/+8 |
| | | |||||
| * | [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 ↵ | ptitSeb | 2025-06-13 | 3 | -4/+4 |
| | | | | | ([ARM64] only, todo on RV64 and LA64) | ||||
| * | [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737) | Yang Liu | 2025-06-13 | 5 | -2/+15 |
| | | | | | | | | * [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 | 6 | -2/+26 |
| | | |||||
| * | [DYNAREC] Improved mmap'd file tracking | ptitSeb | 2025-06-10 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER][TRACE] Cleanup some trace on DLSYM_ERROR=1 | ptitSeb | 2025-06-02 | 1 | -9/+9 |
| | | |||||
| * | [WRAPPER] Fixed some xcb-image wrappings (#2697) | Yang Liu | 2025-06-01 | 4 | -6/+6 |
| | | |||||
| * | [WRAPPER] Implement myStackAlignGVariantNew for g_variant_new (#2687) | Leslie Zhai | 2025-05-30 | 1 | -1/+6 |
| | | |||||
| * | [WRAPPER][TRACE] Fixed some DLSYM_ERROR traces | ptitSeb | 2025-05-22 | 2 | -13/+13 |
| | | |||||
| * | [WRAPPER] added arm64 special case to of_unconvert helper function | ptitSeb | 2025-05-14 | 1 | -2/+6 |
| | | |||||
| * | [WRAPPER] Reduce the warning on of_unconvert helper function | ptitSeb | 2025-05-14 | 1 | -2/+5 |
| | | |||||
| * | Improved libdl error message handling | ptitSeb | 2025-05-12 | 1 | -87/+48 |
| | | |||||
| * | [WRAPPER] Added libOpenCL.so as synonym | ptitSeb | 2025-05-12 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Improved handling of multiple vulkan devices | ptitSeb | 2025-05-12 | 1 | -1/+6 |
| | | |||||
| * | [WRAPPER] Added more wrapped function to ffmpeg, and disable it with ↵ | ptitSeb | 2025-05-11 | 10 | -51/+391 |
| | | | | | NOGTK=1, as wrapping needs more work on structure callbacks | ||||
| * | [WRAPPER] Added 1 more function to wrapped fontconfig | ptitSeb | 2025-05-10 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Added a few more wrapped function to ffmpegs libs | ptitSeb | 2025-05-09 | 5 | -3/+9 |
| | | |||||
| * | [ENV] Refactored file-mapping handling (#2612) | Yang Liu | 2025-05-08 | 1 | -11/+1 |
| | | | | | | * [ENV] Refactored file-mapping handling * fix | ||||
| * | [WRAPPER] Added a couple of wrapped function to glib2 (for #71) | ptitSeb | 2025-05-08 | 1 | -0/+2 |
| | | |||||
| * | [DYNAREC] Use PE volatile metadata in dynarec (#2610) | Yang Liu | 2025-05-07 | 1 | -8/+10 |
| | | |||||
| * | [WRAPPER] Better handling of secure_getenv, but still not perfect | ptitSeb | 2025-05-07 | 1 | -3/+10 |
| | | |||||