about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [WRAPPER] Reworked libX11 with new wrapperhelperptitSeb2024-09-207-432/+563
* [WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb2024-09-206-69/+144
* [WRAPPER] Added 1 wrapped function to libX11 (for #1204 and #1841)ptitSeb2024-09-204-1/+9
* [WRAPPER] Reworked libasound with new wrapperhelperptitSeb2024-09-196-284/+503
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and libxcb...ptitSeb2024-09-196-40/+37
* [WRAPPER] Reworked libGLU with new wrapper helperptitSeb2024-09-186-110/+111
* [WRAPPER] Reworked libEGL with new wrapperhelperptitSeb2024-09-184-32/+42
* [WRAPPER] Reworked libgobject-2.0 with new wrapperhelperptitSeb2024-09-186-194/+198
* [WRAPPER] Reworked wrapped libpsl.so.5 with new wrapperhelperptitSeb2024-09-181-2/+21
* [WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)ptitSeb2024-09-186-492/+506
* [WRAPPER] Reworked wrapped libgio-2.0ptitSeb2024-09-186-829/+827
* [WRAPEPR] Reworked wrapping of libgdk3ptitSeb2024-09-176-467/+349
* [WRAPPER] Reworked gtk3 wrappingptitSeb2024-09-176-983/+1232
* Added a hack so program that wprintf to the console actualy work if box64 alr...ptitSeb2024-09-141-0/+7
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-123-0/+27
* [WRAPPER] Added 1 wrapped function to glibc2ptitSeb2024-09-121-1/+1
* [WRAPPER] Updat generated wrapper filesptitSeb2024-09-104-6/+8
* [WRAPPERS] Fixed some wrong wrappings (#1814)rajdakin2024-09-103-14/+26
* [WRAPPER] Minors adjustments to pulse audio wrappingptitSeb2024-09-106-56/+58
* [VULKAN] Added missing wrapper for vkCreateSamplerYcbcrConversionKHRptitSeb2024-09-101-0/+1
* Improved wrapped function clone handling of CLONE_NEWUSER flagptitSeb2024-09-091-0/+7
* [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo...ptitSeb2024-09-098-18/+25
* [WRAPPER] Added 2 wrapped function to libatomicptitSeb2024-09-081-2/+2
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-086-42/+126
* [WRAPPING] Updated gtk3 wrapping (still more work to do)ptitSeb2024-09-086-922/+963
* [WRAPPER] Fixed some OpenGL function signaturesptitSeb2024-09-074-720/+653
* Added some more wrapeed function to libusb1 (for #1802)ptitSeb2024-09-076-4/+35
* Added a workaround with syscall if statx function is not defined in libcptitSeb2024-09-076-9/+33
* Fixed a typoptitSeb2024-09-061-1/+1
* Added 1 wrapped function libxkbcommonptitSeb2024-09-061-1/+1
* [WRAPPED] Update libc wrappers (#1800)rajdakin2024-09-066-636/+997
* Added 1 wrapped function to libgdk3ptitSeb2024-09-061-0/+1
* [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797)rajdakin2024-09-057-100/+71
* [BOX32] This should fix NO_ALIGN box32 buildptitSeb2024-09-041-1/+1
* [BOX32] Small improvments on memory managementptitSeb2024-09-041-13/+13
* [WRAPPED] Added back some libc function wrappers (#1788)Yang Liu2024-09-031-6/+6
* [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)rajdakin2024-09-01721-1130/+960
* Wrapped 1 more function for libxcb (#1776)Yang Liu2024-08-304-1/+5
* Revert "[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_L...KreitinnSoftware2024-08-271-2/+18
* Added preliminary Box32 support (#1760)ptitSeb2024-08-26715-714/+773
* [ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_LIBS_234 ...KreitinnSoftware2024-08-251-18/+2
* Forgot to expose adx extension in cpuinfo virtual fileptitSeb2024-08-191-2/+3
* Forgot to expose f16c, xsave and randr extensions in cpuinfo virtual fileptitSeb2024-08-191-1/+7
* Added more curl function wrapper (#1738)Yang Liu2024-08-166-14/+172
* Added 1 more gtk3 function wrapper (#1737)Yang Liu2024-08-161-0/+1
* [WRAPPER] Wrapped libdrm_amdgpu.so.1ptitSeb2024-08-108-0/+219
* [GTK] Added wrapped GstVideoBufferPoolptitSeb2024-08-072-2/+6
* Better X11 callback in list handlingptitSeb2024-07-211-39/+23
* Added 1 more wrapped function to gstaudioptitSeb2024-07-171-1/+1
* Fix hidden error in PR 1677 (#1678)kaixindeken2024-07-156-100/+149