about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32] Various small improvments on box32, mostly on memory trackingptitSeb2025-09-081-1/+1
* [WRAPPER] Improved wayland wrapping (Unity games seems to run on Wayland now)ptitSeb2025-09-052-1/+306
* [WRAPPER] Added VK_ARM_data_graph extension to vulkan wrapper (for #3008)ptitSeb2025-09-054-1/+30
* [CI] Added ARM64-GCC-8 target (Ubuntu Bionic) (#2987)theofficialgman2025-09-031-3/+16
* [WRAPPER] Added experimental cuda wrappingptitSeb2025-09-028-0/+1323
* [BASH] Use custom PS1 prefix to make box64-bash more distinguishable (#2998)Yang Liu2025-09-021-0/+13
* [WRAPPER] Wrapped a bunch of symbols (#2997)Yang Liu2025-09-0212-227/+484
* [WRAPPER] Improved some libGL function with callback wrappingptitSeb2025-09-011-0/+28
* [WRAPPER] Wrapped 2 more symbols for libfreetype (#2984)Yang Liu2025-08-301-0/+2
* [WRAPPER] Wrapped mallinfo2 for libc (#2983)Yang Liu2025-08-304-0/+19
* [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
* [WRAPPER] Wrapped g_object_add_toggle_ref, g_object_remove_toggle_ref (#2897)Leslie Zhai2025-08-054-3/+47
* [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and g_type_m...Leslie Zhai2025-08-056-3/+90
* [WRAPPED] Wrapped more functions for libc (#2870)Yang Liu2025-08-011-3/+3
* [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
* [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] 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
* [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
* [WRAPPER] additional wrapped symbols (#2765)airidosas2522025-06-242-0/+16
* [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 ([ARM...ptitSeb2025-06-133-4/+4
* [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737)Yang Liu2025-06-135-2/+15
* [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