| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [MMAP] Better guessing of wine process mapping regions | ptitSeb | 2025-04-18 | 1 | -10/+14 |
| | | |||||
| * | Eliminated many compilation warnings (#2535) | Yang Liu | 2025-04-15 | 1 | -3/+4 |
| | | |||||
| * | [WOW64] Splitted freq and cleanup functions from x64emu (#2521) | Yang Liu | 2025-04-11 | 1 | -3/+4 |
| | | |||||
| * | [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ | ptitSeb | 2025-04-09 | 1 | -7/+7 |
| | | | | | only, RV64 and LA64 todo) | ||||
| * | Corrected arguments of my_epoll_pwait2 (#2501) | Krzysztof Aleksander Pyrkosz | 2025-04-05 | 1 | -1/+1 |
| | | |||||
| * | Moved more functions to os.h (#2497) | Yang Liu | 2025-04-03 | 1 | -1/+2 |
| | | | | | | | | * Removed some unused function declarations * Moved more functions to os.h * review | ||||
| * | Introduced box64cpu.h for exported interpreter and dynarec functions (#2490) | Yang Liu | 2025-04-01 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460) | ptitSeb | 2025-03-31 | 4 | -0/+12 |
| | | |||||
| * | Some fixes to ncurses / tinfo wrapped lib (for dialog shell helper, used in ↵ | ptitSeb | 2025-03-27 | 6 | -4/+8 |
| | | | | | some installer) | ||||
| * | [WRAPPER] Reverted previus commit | ptitSeb | 2025-03-20 | 2 | -527/+0 |
| | | |||||
| * | [WRAPPER] Forgot those file in previous commit | ptitSeb | 2025-03-20 | 2 | -0/+527 |
| | | |||||
| * | [WRAPPER] Added wrapping for libavutil.so.56, libavformat.so.58 and ↵ | ptitSeb | 2025-03-20 | 18 | -0/+1452 |
| | | | | | libavcodec.so.58 (for new winedmo.so MediaFundation ffmpeg backend) | ||||
| * | [WRAPPER] Added a couple of GL extensions | ptitSeb | 2025-03-20 | 4 | -0/+17 |
| | | |||||
| * | [BOX32] Small refactor on memory managment | ptitSeb | 2025-03-17 | 1 | -0/+6 |
| | | |||||
| * | [VULKAN] Added support for Vulkan 1.4 | ptitSeb | 2025-03-12 | 1 | -0/+21 |
| | | |||||
| * | [TRACE] Better logs for vulkan functions wrappers | ptitSeb | 2025-03-11 | 1 | -7/+7 |
| | | |||||
| * | [WRAPPER] Added a few more Vulkan extensions | ptitSeb | 2025-03-11 | 4 | -1/+48 |
| | | |||||
| * | [WRAPPER] Completed and fixed VK_NV_cooperative_vector extension | ptitSeb | 2025-03-11 | 1 | -1/+3 |
| | | |||||
| * | [WRAPPER] missing functions and features (#2434) | airidosas252 | 2025-03-11 | 3 | -1/+10 |
| | | | | | | | | | | | | * [WRAPPER] add missing Android specific shmem symbols It can't create X server without these symbols, it works after adding them. * [WRAPPER] add missing android_set_abort_message symbol * [WRAPPER] wrap VK_NV_cooperative_vector Seems like it's needed for newer versions of Wine | ||||
| * | [TRACE] Improved a bit a few traces | ptitSeb | 2025-03-08 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ↵ | ptitSeb | 2025-03-07 | 1 | -13/+13 |
| | | | | | and old glibc based system (also for #2425) | ||||
| * | Fix undefined reference to `epoll_pwait2' for LA64 ABI 1.0 (#2422) | Leslie Zhai | 2025-03-06 | 1 | -1/+1 |
| | | |||||
| * | [ANDROID] Fixed wrapping of epoll_pwait2 to epoll_pwait timeout parameter | ptitSeb | 2025-03-04 | 1 | -2/+2 |
| | | |||||
| * | [ANDROID] Fix build, as epoll_pwait2 doesn't seems to exist | ptitSeb | 2025-03-04 | 1 | -0/+11 |
| | | |||||
| * | [WRAPPER] Added epoll_pwait2 wrapped function | ptitSeb | 2025-03-04 | 6 | -0/+25 |
| | | |||||
| * | [WRAPPER] add gnutls_fips140_set_mode (#2417) | liuli | 2025-03-04 | 1 | -0/+1 |
| | | | | Change-Id: I8e9db9b5bbc16459154f30c4c29a4b1ec77c416a | ||||
| * | [WRAPPER] Display Box64 version in Vulkan driver info (#2385) | xctan | 2025-02-18 | 4 | -1/+32 |
| | | |||||
| * | Fixed dlsym_error logs prefix (#2383) | Yang Liu | 2025-02-18 | 1 | -4/+4 |
| | | |||||
| * | More improvmnet to map with fd tracking | ptitSeb | 2025-01-29 | 1 | -8/+8 |
| | | |||||
| * | Improved map with fd tracking | ptitSeb | 2025-01-29 | 1 | -9/+10 |
| | | |||||
| * | [WRAPPER] Added 1 wrapped function and fixed one on gstreamer | ptitSeb | 2025-01-29 | 4 | -4/+30 |
| | | |||||
| * | Improved generic mmap tracking | ptitSeb | 2025-01-27 | 1 | -1/+16 |
| | | |||||
| * | [WRAPPER] Added a few more wrapped function (to emulate recent SDL2) | ptitSeb | 2025-01-26 | 5 | -4/+55 |
| | | |||||
| * | Expanded file mapping tracking for future use (might help #2295) | ptitSeb | 2025-01-25 | 1 | -2/+5 |
| | | |||||
| * | [DYNAREC] Added preliminary per-file settings (#2288) | Yang Liu | 2025-01-23 | 1 | -1/+2 |
| | | |||||
| * | Clean up UnityPlayer.dll detection from my_mmap64 (#2286) | Yang Liu | 2025-01-23 | 1 | -15/+2 |
| | | |||||
| * | [WRAPPER] Reworked libatk wrapping with new wrapperhelper (will help #2280) | ptitSeb | 2025-01-23 | 1 | -60/+64 |
| | | |||||
| * | [WRAPPER] Added 1 more wrapped function to libnss3 (for #2280) | ptitSeb | 2025-01-23 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Reworked libcap wrapping with new wrapperhelper | ptitSeb | 2025-01-23 | 4 | -55/+67 |
| | | |||||
| * | [WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282) | ptitSeb | 2025-01-23 | 8 | -0/+174 |
| | | |||||
| * | Added [BOX64] prefix for all the stdout logs (#2279) | Yang Liu | 2025-01-21 | 3 | -8/+8 |
| | | | | | | | | * Added [BOX64] prefix for all the stdout logs * Remove some hardcoded prefix * review | ||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 50 | -109/+101 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | Fixed dlsym with RTLD_NEXT and preloaded libs | ptitSeb | 2025-01-15 | 1 | -2/+2 |
| | | |||||
| * | [WRAPPER] Added support of BOX64_MAXCPU in wrapped SDL2, plus some various ↵ | ptitSeb | 2025-01-09 | 4 | -3/+22 |
| | | | | | other CPUInfo fixes | ||||
| * | [WRAPPED] Added monstartup (#2241) | Leslie Zhai | 2025-01-08 | 1 | -1/+5 |
| | | | | | | | | | | | | * [WRAPPED] Added monstartup * [WRAPPED] Added monstartup for not defined STATICBUILD * [WRAPPED] Fix monstartup wrong signature * [WRAPPED] Change monstartup signature about STATICBUILD * [WRAPPED] monstartup is WEAK symbol. | ||||
| * | [WRAPPED] Added xdr_string and xdr_free (#2235) | Leslie Zhai | 2025-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | * [WRAPPED] Added xdr_string * [WRAPPED] Added check rpc/xdr header file * [WRAPPED] Add xdr_free * [WRAPPED] Use my->Func instead * [WRAPPED] Change GOM(xdr_string) to GO(xdr_string) | ||||
| * | [WRAPPER] Fixed a small mystake with latest ALTNAME work | ptitSeb | 2024-12-28 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPED][ANDROID] Add libGL ALTNAME (#2225) | olegos2 | 2024-12-28 | 1 | -0/+1 |
| | | |||||
| * | [ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224) | olegos2 | 2024-12-28 | 25 | -101/+23 |
| | | | | | | * [WRAPPED][ANDROID] A few more ALTNAMEs * [WRAPPED][ANDROID] Unwrap ifdefs for lib names | ||||
| * | Spelling/typo fixes in code and documentation updates (#2223) | olegos2 | 2024-12-28 | 1 | -4/+4 |
| | | | | | | | | | | | | * Fix typo DLOpenned->DLOpened * Fix a typo in comments: versionned->versioned * Fix a typo in comment: cleanning->cleaning * Update COMPILE.md and USAGE.md * A few more typos in comments | ||||