| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More work on X11 wrapping, allowing gtk to run fully emulated | ptitSeb | 2024-03-07 | 12 | -29/+318 | |
| | | ||||||
| * | More wrapped functions on libs harfbuzz and fontconfig | ptitSeb | 2024-03-07 | 7 | -6/+39 | |
| | | ||||||
| * | [NOGTK] libpangoft2 is also part of the gtk family | ptitSeb | 2024-03-07 | 1 | -0/+4 | |
| | | ||||||
| * | [VULKAN] Added one more vulkan extension | ptitSeb | 2024-03-07 | 4 | -1/+21 | |
| | | ||||||
| * | Some work on gtk and co wrapping | ptitSeb | 2024-03-07 | 4 | -11/+16 | |
| | | ||||||
| * | Added 1 more function to libpng16 | ptitSeb | 2024-03-06 | 1 | -0/+1 | |
| | | ||||||
| * | Add more slot to gobject2 callbacks | ptitSeb | 2024-03-06 | 1 | -0/+3 | |
| | | ||||||
| * | some gcrypt wrapping (#1338) | Lily | 2024-03-06 | 4 | -20/+54 | |
| | | | | | | | | * some gcrypt wrapping (needed to check sign) * little more wrapping in gcrypt * correcting sign | |||||
| * | Fixed a warning (#1335) | Yang Liu | 2024-03-06 | 1 | -1/+2 | |
| | | | | | | * Fixed some warnings * Revert | |||||
| * | Improved wrapping of xcb (xcb_XXX_iterator_t and xcb_contection_t) | ptitSeb | 2024-03-06 | 9 | -29/+52 | |
| | | ||||||
| * | Added 2 pthread wraps (#1334) | Lily | 2024-03-05 | 1 | -2/+2 | |
| | | ||||||
| * | Added 1 more function to libXrandr (should fix VampireSurvivors 1.9+) | ptitSeb | 2024-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | Adjusted dependancies for some X11 libs | ptitSeb | 2024-03-05 | 4 | -2/+20 | |
| | | ||||||
| * | Added a few more flags on of_convert to limit warnings | ptitSeb | 2024-03-05 | 1 | -0/+11 | |
| | | ||||||
| * | [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323) | xctan | 2024-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | Added 2 more symbols to wrapped libicuuc | ptitSeb | 2024-03-04 | 4 | -0/+8 | |
| | | ||||||
| * | Added a few more libc wrapped functions | ptitSeb | 2024-03-04 | 4 | -2/+19 | |
| | | ||||||
| * | Added libstdc++ when loading libGL (only if libgcc_s is already loaded), ↵ | ptitSeb | 2024-03-04 | 1 | -0/+6 | |
| | | | | | helps some linux Unity games | |||||
| * | Added wrapped support for EGL/GLESv2 | ptitSeb | 2024-02-29 | 12 | -99/+691 | |
| | | ||||||
| * | Added all wrapped function to libpci | ptitSeb | 2024-02-28 | 4 | -34/+55 | |
| | | ||||||
| * | Even more slot for X11 callbacks | ptitSeb | 2024-02-28 | 1 | -1/+19 | |
| | | ||||||
| * | [RV64_DYNAREC] Fixed RDTSC handling (#1291) | Yang Liu | 2024-02-27 | 1 | -4/+13 | |
| | | | | | | | | | | | | | | * [LIBWRAP] Fixed a typo in the clocksource wrapping * [RV64_DYNAREC] Added hardware timer support for RDTSC * [INTERP] Optmize RV64 ReadTSC using rdtime * [RV64_DYNAREC] Added 0F 01 F9 RDTSCP opcode * Fixed typo * Fixed another typo | |||||
| * | Added some more wrapped libm functions | ptitSeb | 2024-02-27 | 4 | -10/+63 | |
| | | ||||||
| * | Added some more vulkan extensions | ptitSeb | 2024-02-27 | 1 | -0/+11 | |
| | | ||||||
| * | Added some more slots for X11 callbacks (help Cyberpunk 2077) | ptitSeb | 2024-02-27 | 1 | -1/+9 | |
| | | ||||||
| * | [ANDROID] BBBBUUUIIIIILLLLDDDD | ptitSeb | 2024-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | [ANDROID] Now build, stop complaining | ptitSeb | 2024-02-26 | 2 | -5/+10 | |
| | | ||||||
| * | Fix Android tests | ptitSeb | 2024-02-26 | 1 | -1/+4 | |
| | | ||||||
| * | Fix Android build | ptitSeb | 2024-02-26 | 1 | -0/+6 | |
| | | ||||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 21 | -331/+417 | |
| | | | | | others tickets) | |||||
| * | Added some hack to rename wine binary process too (help mesa pick up the ↵ | ptitSeb | 2024-02-24 | 1 | -0/+5 | |
| | | | | | correct binary being run) | |||||
| * | Improve emulation of clocksource | ptitSeb | 2024-02-24 | 1 | -0/+24 | |
| | | ||||||
| * | Fix Android build | ptitSeb | 2024-02-23 | 1 | -1/+0 | |
| | | ||||||
| * | Added some various wrapped function (for rpcs3, but still not working) | ptitSeb | 2024-02-23 | 11 | -500/+686 | |
| | | ||||||
| * | Added some more symbol to wrapped libgnutls | ptitSeb | 2024-02-18 | 4 | -1/+11 | |
| | | ||||||
| * | Added VK_KHR_calibrated_timestamps extension to wrapped vulkan (for #1256) | ptitSeb | 2024-02-18 | 1 | -0/+4 | |
| | | ||||||
| * | [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose) | ptitSeb | 2024-02-16 | 1 | -1/+5 | |
| | | ||||||
| * | Added a few more function to libicuuc.so.* | ptitSeb | 2024-02-16 | 4 | -0/+12 | |
| | | ||||||
| * | Added some more wrapped function to libc, libXt and libX11 | ptitSeb | 2024-02-16 | 8 | -9/+122 | |
| | | ||||||
| * | Added wrapped libanl | ptitSeb | 2024-02-16 | 6 | -0/+57 | |
| | | ||||||
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ | ptitSeb | 2024-02-15 | 3 | -32/+19 | |
| | | | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others) | |||||
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 1 | -17/+21 | |
| | | ||||||
| * | more wrapped functions in libxcb-randr and libcap (#1260) | Coreforge | 2024-02-10 | 2 | -8/+8 | |
| | | | | | | * wrapped a few xcbrandr functions for steamvr * wrapped parts of libcap for vrcompositor-launcher | |||||
| * | [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258) | KreitinnSoftware | 2024-02-10 | 1 | -2/+0 | |
| | | | | Co-authored-by: Pablo Carlos <pablo@localhost.localdomain> | |||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 130 | -947/+235 | |
| | | | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs | |||||
| * | Added some more libc wrapped functions | ptitSeb | 2024-02-09 | 1 | -0/+4 | |
| | | ||||||
| * | Added some wrapped function to libxml2 | ptitSeb | 2024-02-09 | 4 | -4/+13 | |
| | | ||||||
| * | [WRAPPING] Added supot for the 'long double complex' type | ptitSeb | 2024-02-09 | 664 | -675/+724 | |
| | | ||||||
| * | Added some more symbols to wrapped libm | ptitSeb | 2024-02-09 | 5 | -21/+86 | |
| | | ||||||
| * | More work on libcurl and friends (and set to used emulated version of curl ↵ | ptitSeb | 2024-02-08 | 7 | -31/+158 | |
| | | | | | if possible) | |||||