about summary refs log tree commit diff stats
path: root/src/wrapped32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [BOX32][WRAPPER] Slightly better wrapping for 2 non-standard pthread functionsptitSeb2025-10-191-2/+2
|
* [WRAPPER] Added 1 egl extension to wrapped libGL, on 64bits side, not on ↵ptitSeb2025-10-191-5/+0
| | | | 32bits (for #3071)
* [WRAPPER] Added 1 egl extension to wrapped libGL (for #3071)ptitSeb2025-10-191-0/+5
|
* Some Segments/Selector handling refactoring , removing some ↵ptitSeb2025-10-151-2/+2
| | | | pthread_getspecific use
* [BOX32][WRAPPER] Added a missing 32bits function to libcptitSeb2025-10-092-1/+2
|
* [BOX32][WRAPPER] Improved glob(64) supportptitSeb2025-10-092-8/+68
|
* [BOX32][WRAPPER] Fixed a regression with FT_Done_Face just introduced earlierptitSeb2025-10-081-3/+3
|
* [BOX32][WRAPPER] Added some more 32bits wrapped functions to libfreetypeptitSeb2025-10-086-4/+55
|
* [BOX32][WRAPPER] Added 1 more wrapped function to libdbusptitSeb2025-10-084-3/+5
|
* [BOX32][WRAPPER] Added 1 more wrapped function to libmptitSeb2025-10-081-1/+1
|
* [BOX32][WRAPPER] Added a few more libc 32bits wrapped functionsptitSeb2025-10-083-10/+26
|
* [BOX32][WRAPPER] more 32bits wrapped function to libxrandrptitSeb2025-10-086-2/+26
|
* [BOX32][WRAPPER] Added 2 more 32bits functions to libfontconfigptitSeb2025-10-084-2/+24
|
* [BOX32][WRAPPER] Added some more libfreetype wrapped functionsptitSeb2025-10-086-9/+241
|
* [BOX32][WRAPPER] Added 1 more 32bits wrapped function to libmountptitSeb2025-10-084-1/+42
|
* [BOX32][WRAPPER] Added some more libc 32bits wrapped functionsptitSeb2025-10-085-4/+28
|
* [BOX32][WRAPPER] Added 2 wrapped functions that are misnamed in some programsptitSeb2025-10-081-0/+2
|
* [BOX32][WRAPPING] Wrapped 2 more functions on libGL (for #2826)ptitSeb2025-09-106-3/+55
|
* [BOX32] Various small improvments on box32, mostly on memory trackingptitSeb2025-09-081-1/+1
|
* [BOX32] Fixed some conversion issuesptitSeb2025-09-081-4/+4
|
* [BOX32] Fixed dirname (#3007)Yang Liu2025-09-051-1/+1
|
* [BOX32][WRAPPER] Added 1 more symbol to libcptitSeb2025-09-041-1/+1
|
* [BOX32] Fixed sign-extend issue when calling RunFunctionFmt with a pointer ↵Yang Liu2025-09-041-4/+4
| | | | (#2938)
* [BOX32][WRAPPER] Added one more wrapped function to libcptitSeb2025-08-246-1/+27
|
* [BOX32][WRAPPER] Fixed some SIGBUS with 32bits smeaphoresptitSeb2025-08-241-1/+14
|
* [BOX32][WRAPPER] Added ftw wrapped function to libcptitSeb2025-08-242-15/+8
|
* Some handling of case where signal numbers differs between native and x64 ↵ptitSeb2025-07-231-1/+1
| | | | archs (not complete, missing sigset conversions)
* [BOX32][WRAPPER] Added 2 more function to 32bits wrapped libxcb.soptitSeb2025-06-088-2/+18
|
* [WRAPPER][BOX32] Added a couple more 32bits wrpped functions to libcptitSeb2025-06-032-97/+89
|
* [BOX32][WRAPPER] Added/Fixed some more wrapped function to libsdl2ptitSeb2025-06-024-5/+15
|
* [BOX32][WRAPPER] Added 1 more function to libcptitSeb2025-06-021-1/+1
|
* [BOX32][WRAPPER] Added wrapped 32bits libcurl (need testing)ptitSeb2025-06-028-0/+1119
|
* [BOX32][WRAPPER] Added some time64 functions (for #2655)ptitSeb2025-05-268-6/+136
|
* [BOX32][WRAPPER][TRACE] Fixed some DLSYM_ERROR tracesptitSeb2025-05-221-5/+5
|
* {BOX32][WRAPPER] More fixes on libdbus-1 wrappingptitSeb2025-05-201-5/+9
|
* [BOX32][WRAPPER] Try to fix some of the issues with wrapped libdbus-1 and ↵ptitSeb2025-05-204-9/+79
| | | | arrays/strings
* [BOX32][WRAPPER] Fixed issue with wrapping of libdbus-1ptitSeb2025-05-191-5/+8
|
* [BOX32][WRAPPER] This should fix RV64 and LA64 buildsptitSeb2025-05-191-2/+2
|
* [BOX32][WRAPPER] Added 32bits wrapping for libdbus-1ptitSeb2025-05-1910-2/+1270
|
* [WRAPPER] added arm64 special case to of_unconvert helper functionptitSeb2025-05-141-1/+6
|
* [WRAPPER] Reduce the warning on of_unconvert helper functionptitSeb2025-05-141-2/+5
|
* [BOX32][WRAPPER] Added 1 more libc wrapped functionptitSeb2025-05-111-1/+1
|
* [BOX32][WRAPPER] Added some more 32bits wrapped libGL functionsptitSeb2025-05-106-13/+135
|
* [BOX32][WRAPPER] Fix wrapping of XGetKeyboardMapping return (for #2135)ptitSeb2025-05-066-5/+22
|
* [BOX32][WRAPPER] Removed a debug leftoverptitSeb2025-04-191-1/+0
|
* [BOX32][WRAPPER] Added a workaround on XF86VidModeGetAllModeLines for 12 ↵ptitSeb2025-04-191-7/+12
| | | | labors of Hercules 6
* [BOX32][WRAPPER] Added 32bits wrapped ftime functionptitSeb2025-04-196-1/+28
|
* [BOX32][WRAPPER] Added a few more 32bits symbols to libcptitSeb2025-04-122-3/+11
|
* [BOX32][WRAPPER] Added wrapped libmount and libblkid, plus 1 new wrapped ↵ptitSeb2025-04-1218-1/+787
| | | | function on libgbm
* [BOX32][WRAPPER] Added 32bits wrapped libselinuxptitSeb2025-04-128-0/+352
|