about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Track protection even if 0ptitSeb2024-01-271-7/+1
* [MMAP32] Fixed mmap32 behaviourptitSeb2024-01-241-2/+2
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-3/+3
* Used rb_stree for mapallmem tooptitSeb2024-01-201-4/+4
* Added a few wrapped function to libcupsptitSeb2024-01-204-3/+7
* Fix build on some older compilerptitSeb2024-01-191-1/+1
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-192-4/+54
* Added 1 more wrapped libc function (for #1208)ptitSeb2024-01-193-1/+3
* Reworked wrapping of callback in X11 Va argsptitSeb2024-01-181-36/+289
* Fixes (#1207)rajdakin2024-01-189-24/+22
* Partial Wrapping of libxkbregistryptitSeb2024-01-186-0/+112
* Added 1 more wrapped function to libcptitSeb2024-01-184-1/+31
* Added 1 more wrapped function to libgconf2ptitSeb2024-01-181-1/+1
* Wrapped libpulse-mainloop-glib (for #1203, untested)ptitSeb2024-01-167-0/+104
* Used AddCheckBridge were the check could make senseptitSeb2024-01-166-17/+17
* Small fix for a faked wrapped functionptitSeb2024-01-151-1/+1
* Added 1 more wrapped function to libgmpptitSeb2024-01-151-1/+1
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-131-5/+5
* [TRACE] Better trace for wrapped dladdr1 callsptitSeb2024-01-121-1/+1
* Removed a debug leftoverptitSeb2024-01-121-2/+5
* [VULKAN] Added some more extensions (for #424)ptitSeb2024-01-126-1/+69
* Added 1 more wrapped function to libcupsptitSeb2024-01-104-1/+6
* [VULKAN] Wrapped VK_EXT_device_fault extension (for #424)ptitSeb2024-01-101-0/+3
* [VULKAN] Wrapped VK_KHR_map_memory2 extension (for #424)ptitSeb2024-01-101-0/+4
* [VULKAN] Wrapped VK_EXT_host_image_copy extension (for #424)ptitSeb2024-01-101-1/+8
* [VULKAN] Completed wrapping of VK_NV_scissor_exclusive extension (for #424)ptitSeb2024-01-101-0/+1
* [VULKAN] Completed wrapping of VK_EXT_discard_rectangles extension (for #424)ptitSeb2024-01-101-0/+2
* expose minimal libxcb-xinput wrapper (#1192)Frank Benkstein2024-01-089-1/+540
* Added 2 more wrapped function to libgtk3 (for epsxe)ptitSeb2024-01-074-2/+25
* Added (much) more slot for genereic GCallback on gobject2ptitSeb2024-01-071-22/+27
* Added ncurses6 as alias to ncurses5 as it's deprecated on modern OSptitSeb2024-01-072-0/+2
* Added 1 more wrapped function to libcupsptitSeb2024-01-061-1/+1
* Added wrapped libicuuc and libicui18n v74ptitSeb2024-01-0511-0/+314
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-05644-644/+1002
* Added 1 more symbol to wrapped libgnutlsptitSeb2024-01-041-1/+1
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-315-2/+24
* Fixed some (nasty sometimes) warningptitSeb2023-12-311-2/+2
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-5/+5
* [WRAPPER] Added 4 more wrapped glib2 functions (for #1175) (#1176)Yang Liu2023-12-284-4/+25
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-274-1/+6
* Added 2 more wrapped gtk3 functionsptitSeb2023-12-264-1/+21
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-26670-1236/+1476
* New attempts at mmap fixingptitSeb2023-12-251-2/+2
* Small change with not 48bits memory space for mmap64 (might help #1163)ptitSeb2023-12-251-1/+5
* Reviewed signatures of libxcb and libdbus libsptitSeb2023-12-2415-162/+187
* Added more wrapped signature to libnuma and libxcb (should help #531)ptitSeb2023-12-245-7/+12
* Small imrpovment to wrapped libc and mmapptitSeb2023-12-231-0/+13
* Addedempty wrapped libidn2 (for quake 2 rtx)ptitSeb2023-12-236-0/+77
* [WRAPPER] add dbus_message_iter_get_element_count auto wrapper (#1153)liuli2023-12-221-0/+1
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-211-3/+10