| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ENV] Introduced BOX64_PCLMULQDQ (#3086) | Yang Liu | 2025-10-22 | 1 | -1/+3 |
| | | | | | | * [ENV] Introduced BOX64_PCLMULQDQ * review | ||||
| * | [TRACE] Move the fast _exit message to dynarec_log instead | ptitSeb | 2025-10-19 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Added another listener to waylandclient (for #3071) | ptitSeb | 2025-10-19 | 1 | -0/+29 |
| | | |||||
| * | [WRAPPER] Added one more listener to waylandclient (for #3071) | ptitSeb | 2025-10-19 | 1 | -0/+41 |
| | | |||||
| * | [WRAPPER] Fixed one of waylandclient callback signature (for #3071) | ptitSeb | 2025-10-19 | 1 | -3/+3 |
| | | |||||
| * | [WRAPPER] Added 1 egl extension to wrapped libGL, on 64bits side, not on ↵ | ptitSeb | 2025-10-19 | 1 | -0/+5 |
| | | | | | 32bits (for #3071) | ||||
| * | [WRAPPER] Better wrapping for a libdecor function (for #3071) | ptitSeb | 2025-10-19 | 4 | -3/+79 |
| | | |||||
| * | [WRAPPER] Added 1 extension to wrapped libEGL (for #3071) | ptitSeb | 2025-10-18 | 1 | -0/+4 |
| | | |||||
| * | [WRAPPER] Added another Wayland listener (for #3071) | ptitSeb | 2025-10-18 | 1 | -0/+35 |
| | | |||||
| * | [WRAPPER] Added 1 more Wayland listener (for #3071) | ptitSeb | 2025-10-18 | 1 | -0/+29 |
| | | |||||
| * | [WRAPPER] Fix no more slot for glib2 GSourceFunc callback (#3075) | Leslie Zhai | 2025-10-17 | 1 | -0/+5 |
| | | |||||
| * | Some Segments/Selector handling refactoring , removing some ↵ | ptitSeb | 2025-10-15 | 2 | -3/+3 |
| | | | | | pthread_getspecific use | ||||
| * | [DYNACACHE] Allow Dynacache to be serialized when _exit is used | ptitSeb | 2025-10-12 | 4 | -2/+16 |
| | | |||||
| * | [WRAPPER] Fixed one wrapped function signature (for #3048) | ptitSeb | 2025-10-10 | 1 | -1/+1 |
| | | |||||
| * | Fixed mmap tracking with MAP_NORESERVE flag on Android (#3044) | BrunoSX | 2025-10-06 | 1 | -0/+4 |
| | | |||||
| * | [WRAPPER] Wrapped a few more crypto3 symbols (#3034) | Yang Liu | 2025-09-27 | 4 | -1/+42 |
| | | |||||
| * | [WRAPPER] Added wrapped libblas.so.3 and liblapack.so.3 | ptitSeb | 2025-09-14 | 13 | -0/+3063 |
| | | |||||
| * | [BOX32] Various small improvments on box32, mostly on memory tracking | ptitSeb | 2025-09-08 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Improved wayland wrapping (Unity games seems to run on Wayland now) | ptitSeb | 2025-09-05 | 2 | -1/+306 |
| | | |||||
| * | [WRAPPER] Added VK_ARM_data_graph extension to vulkan wrapper (for #3008) | ptitSeb | 2025-09-05 | 4 | -1/+30 |
| | | |||||
| * | [CI] Added ARM64-GCC-8 target (Ubuntu Bionic) (#2987) | theofficialgman | 2025-09-03 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add ARM64-GCC-8 target uses taiki-e/checkout-action@v1 instead of actions/checkout@v4 due to ubuntu bionic container not having new enough nodejs or glibc to run most github actions does not build build Trace target due to ubuntu bionic not having the libzydis-dev package adds cmake ppa for a newer cmake version that box64 requires uses gcc-8 specifically (instead of bionic's default gcc-7) due to historically better compatibility with box64 (and it has been used for years now by installation scripts and other ci such as https://github.com/Pi-Apps-Coders/box64-debs) * comptibility for old glibc * nodejs * zstd * exclude static build --------- Co-authored-by: Yang Liu <numbksco@gmail.com> | ||||
| * | [WRAPPER] Added experimental cuda wrapping | ptitSeb | 2025-09-02 | 8 | -0/+1323 |
| | | |||||
| * | [BASH] Use custom PS1 prefix to make box64-bash more distinguishable (#2998) | Yang Liu | 2025-09-02 | 1 | -0/+13 |
| | | | | | | | | | | * [BASH] Use custom PS1 prefix to make box64-bash more distinguishable * quick fix * tweaks * review | ||||
| * | [WRAPPER] Wrapped a bunch of symbols (#2997) | Yang Liu | 2025-09-02 | 12 | -227/+484 |
| | | |||||
| * | [WRAPPER] Improved some libGL function with callback wrapping | ptitSeb | 2025-09-01 | 1 | -0/+28 |
| | | |||||
| * | [WRAPPER] Wrapped 2 more symbols for libfreetype (#2984) | Yang Liu | 2025-08-30 | 1 | -0/+2 |
| | | |||||
| * | [WRAPPER] Wrapped mallinfo2 for libc (#2983) | Yang Liu | 2025-08-30 | 4 | -0/+19 |
| | | |||||
| * | [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 | ||||