about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Wrapped more symbols for libresolv (#2981)Yang Liu2025-08-304-4/+6
|
* [WRAPPER] Improved pulse wrappingptitSeb2025-08-252-4/+52
|
* [WRAPPER] Wrapped g_thread_pool some functions (#2900)Leslie Zhai2025-08-054-5/+12
|
* [WRAPPER] Wrapped g_async_queue_new_full, g_async_queue_push_sorted, (#2899)Leslie Zhai2025-08-056-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 Zhai2025-08-054-3/+47
| | | and g_object_weak_unref
* [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and ↵Leslie Zhai2025-08-056-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 Liu2025-08-011-3/+3
| | | | | * [WRAPPED] Wrapped more functions for libc * review
* [WRAPPER] Added 1 more wrapped function to libavcodec58ptitSeb2025-07-311-1/+1
|
* [WRAPPER] Added __powl_finite wrapping to libm (for #2862)ptitSeb2025-07-314-1/+16
|
* [WRAPPER][VULKAN] Added 1 new extensions (for #2847, used by PanVK)ptitSeb2025-07-254-0/+28
|
* [WRAPPER] Wrapper wrappedgobject2 g_closure_ref and g_closure_sink (#2848) ↵Leslie Zhai2025-07-251-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 wrappersptitSeb2025-07-221-1/+5
|
* [WRAPPER] Added 4 more symbols to libwaylandclientptitSeb2025-07-221-4/+4
|
* [WRAPPER] Added 1 more function to wrapped libharfbuzzptitSeb2025-07-224-1/+9
|
* [WRAPPER] Added 2 more wrapped function to libcairoptitSeb2025-07-226-2/+48
|
* [WRAPPER] Added 1 more wrapped function to libfontconfigptitSeb2025-07-221-0/+1
|
* [WRAPPER] Added 3 more functions to libcairoptitSeb2025-07-224-4/+13
|
* [WRAPPER] Added some more dbus wrapped functionsptitSeb2025-07-224-3/+50
|
* [WRAPPER] Added 1 more wrapped function to libpthreads (for #2808)ptitSeb2025-07-123-2/+4
|
* [WRAPPER] added one missing wrapped function to libasound (for #2796)ptitSeb2025-07-081-0/+1
|
* [WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799)Leslie Zhai2025-07-054-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)ptitSeb2025-07-047-13/+12
|
* [WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795)Leslie Zhai2025-07-044-1/+21
| | | XOpenIM but not XOpenDisplay
* [WRAPPER] Allow to use libFLAC.so.12 for libFLAC.so.8ptitSeb2025-07-031-0/+1
|
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵Leslie Zhai2025-07-036-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)airidosas2522025-06-242-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)ptitSeb2025-06-192-4/+7
|
* [BIONIC] Fixed some compilation warnings (#2756)Yang Liu2025-06-183-7/+8
|
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-1/+0
|
* [ANDROID] Unimportant updates (#2741)Yang Liu2025-06-134-3/+4
|
* [DYNACACHE] Created a const table, for later use in internal relocation ↵ptitSeb2025-06-133-4/+4
| | | | ([ARM64] only, todo on RV64 and LA64)
* [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737)Yang Liu2025-06-135-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 Liu2025-06-126-2/+26
|
* [DYNAREC] Improved mmap'd file trackingptitSeb2025-06-101-1/+1
|
* [WRAPPER][TRACE] Cleanup some trace on DLSYM_ERROR=1ptitSeb2025-06-021-9/+9
|
* [WRAPPER] Fixed some xcb-image wrappings (#2697)Yang Liu2025-06-014-6/+6
|
* [WRAPPER] Implement myStackAlignGVariantNew for g_variant_new (#2687)Leslie Zhai2025-05-301-1/+6
|
* [WRAPPER][TRACE] Fixed some DLSYM_ERROR tracesptitSeb2025-05-222-13/+13
|
* [WRAPPER] added arm64 special case to of_unconvert helper functionptitSeb2025-05-141-2/+6
|
* [WRAPPER] Reduce the warning on of_unconvert helper functionptitSeb2025-05-141-2/+5
|
* Improved libdl error message handlingptitSeb2025-05-121-87/+48
|
* [WRAPPER] Added libOpenCL.so as synonymptitSeb2025-05-121-0/+1
|
* [WRAPPER] Improved handling of multiple vulkan devicesptitSeb2025-05-121-1/+6
|
* [WRAPPER] Added more wrapped function to ffmpeg, and disable it with ↵ptitSeb2025-05-1110-51/+391
| | | | NOGTK=1, as wrapping needs more work on structure callbacks
* [WRAPPER] Added 1 more function to wrapped fontconfigptitSeb2025-05-101-1/+1
|
* [WRAPPER] Added a few more wrapped function to ffmpegs libsptitSeb2025-05-095-3/+9
|
* [ENV] Refactored file-mapping handling (#2612)Yang Liu2025-05-081-11/+1
| | | | | * [ENV] Refactored file-mapping handling * fix
* [WRAPPER] Added a couple of wrapped function to glib2 (for #71)ptitSeb2025-05-081-0/+2
|
* [DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu2025-05-071-8/+10
|
* [WRAPPER] Better handling of secure_getenv, but still not perfectptitSeb2025-05-071-3/+10
|