about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [MMAP] Better guessing of wine process mapping regionsptitSeb2025-04-181-10/+14
|
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-3/+4
|
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-3/+4
|
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ptitSeb2025-04-091-7/+7
| | | | only, RV64 and LA64 todo)
* Corrected arguments of my_epoll_pwait2 (#2501)Krzysztof Aleksander Pyrkosz2025-04-051-1/+1
|
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-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 Liu2025-04-011-0/+1
|
* [WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460)ptitSeb2025-03-314-0/+12
|
* Some fixes to ncurses / tinfo wrapped lib (for dialog shell helper, used in ↵ptitSeb2025-03-276-4/+8
| | | | some installer)
* [WRAPPER] Reverted previus commitptitSeb2025-03-202-527/+0
|
* [WRAPPER] Forgot those file in previous commitptitSeb2025-03-202-0/+527
|
* [WRAPPER] Added wrapping for libavutil.so.56, libavformat.so.58 and ↵ptitSeb2025-03-2018-0/+1452
| | | | libavcodec.so.58 (for new winedmo.so MediaFundation ffmpeg backend)
* [WRAPPER] Added a couple of GL extensionsptitSeb2025-03-204-0/+17
|
* [BOX32] Small refactor on memory managmentptitSeb2025-03-171-0/+6
|
* [VULKAN] Added support for Vulkan 1.4ptitSeb2025-03-121-0/+21
|
* [TRACE] Better logs for vulkan functions wrappersptitSeb2025-03-111-7/+7
|
* [WRAPPER] Added a few more Vulkan extensionsptitSeb2025-03-114-1/+48
|
* [WRAPPER] Completed and fixed VK_NV_cooperative_vector extensionptitSeb2025-03-111-1/+3
|
* [WRAPPER] missing functions and features (#2434)airidosas2522025-03-113-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 tracesptitSeb2025-03-081-0/+1
|
* [WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ↵ptitSeb2025-03-071-13/+13
| | | | and old glibc based system (also for #2425)
* Fix undefined reference to `epoll_pwait2' for LA64 ABI 1.0 (#2422)Leslie Zhai2025-03-061-1/+1
|
* [ANDROID] Fixed wrapping of epoll_pwait2 to epoll_pwait timeout parameterptitSeb2025-03-041-2/+2
|
* [ANDROID] Fix build, as epoll_pwait2 doesn't seems to existptitSeb2025-03-041-0/+11
|
* [WRAPPER] Added epoll_pwait2 wrapped functionptitSeb2025-03-046-0/+25
|
* [WRAPPER] add gnutls_fips140_set_mode (#2417)liuli2025-03-041-0/+1
| | | Change-Id: I8e9db9b5bbc16459154f30c4c29a4b1ec77c416a
* [WRAPPER] Display Box64 version in Vulkan driver info (#2385)xctan2025-02-184-1/+32
|
* Fixed dlsym_error logs prefix (#2383)Yang Liu2025-02-181-4/+4
|
* More improvmnet to map with fd trackingptitSeb2025-01-291-8/+8
|
* Improved map with fd trackingptitSeb2025-01-291-9/+10
|
* [WRAPPER] Added 1 wrapped function and fixed one on gstreamerptitSeb2025-01-294-4/+30
|
* Improved generic mmap trackingptitSeb2025-01-271-1/+16
|
* [WRAPPER] Added a few more wrapped function (to emulate recent SDL2)ptitSeb2025-01-265-4/+55
|
* Expanded file mapping tracking for future use (might help #2295)ptitSeb2025-01-251-2/+5
|
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-1/+2
|
* Clean up UnityPlayer.dll detection from my_mmap64 (#2286)Yang Liu2025-01-231-15/+2
|
* [WRAPPER] Reworked libatk wrapping with new wrapperhelper (will help #2280)ptitSeb2025-01-231-60/+64
|
* [WRAPPER] Added 1 more wrapped function to libnss3 (for #2280)ptitSeb2025-01-231-1/+1
|
* [WRAPPER] Reworked libcap wrapping with new wrapperhelperptitSeb2025-01-234-55/+67
|
* [WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282)ptitSeb2025-01-238-0/+174
|
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-213-8/+8
| | | | | | | * Added [BOX64] prefix for all the stdout logs * Remove some hardcoded prefix * review
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-2150-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 libsptitSeb2025-01-151-2/+2
|
* [WRAPPER] Added support of BOX64_MAXCPU in wrapped SDL2, plus some various ↵ptitSeb2025-01-094-3/+22
| | | | other CPUInfo fixes
* [WRAPPED] Added monstartup (#2241)Leslie Zhai2025-01-081-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 Zhai2025-01-061-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 workptitSeb2024-12-281-1/+1
|
* [WRAPPED][ANDROID] Add libGL ALTNAME (#2225)olegos22024-12-281-0/+1
|
* [ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224)olegos22024-12-2825-101/+23
| | | | | * [WRAPPED][ANDROID] A few more ALTNAMEs * [WRAPPED][ANDROID] Unwrap ifdefs for lib names
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-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