about summary refs log tree commit diff stats
path: root/src/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CORE] Better trace_file logging (#2958)Yang Liu2025-08-211-78/+49
* [BOX32] Use box64path instead of argv[0] in personality relaunch sequence (co...ptitSeb2025-07-231-1/+1
* [BOX32] Better error on box32 personnality re-launch faillureptitSeb2025-07-221-1/+1
* [BOX32] Enable personality setting for RV64 and LA64 (#2841)Yang Liu2025-07-221-2/+0
* [BOX32] Simplified and improved 32bits memory managementptitSeb2025-07-031-1/+5
* [BOX32] Do not try to switch personality on RV64 or LA64 archptitSeb2025-07-031-0/+2
* [BOX32] Relaunch box32 to set personality to 32bitsptitSeb2025-07-031-0/+26
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-5/+17
* [BIONIC] Fixed some compilation warnings (#2756)Yang Liu2025-06-181-1/+1
* [WOW64] Refactored host extention detection and added preliminary support for...Yang Liu2025-06-161-167/+7
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-141-96/+61
* [TRACE] Fixed explicit BOX64_TRACE=0 (#2721)Yang Liu2025-06-101-0/+4
* [RCFILE] Fixed MAXCPU so it works for wine apps tooptitSeb2025-06-081-2/+2
* [WOW64] Supported logging to stdout (#2679)Yang Liu2025-05-281-36/+6
* Added -k option to kill all box64 instances (#2661)Yang Liu2025-05-231-1/+65
* Small improvment on printf_trace utility functionptitSeb2025-05-121-12/+15
* Improved custom gstreamer-1.0 installation (for new Proton launched from lin...ptitSeb2025-05-111-0/+6
* Show Dynarec architecture in version string (#2580)Yang Liu2025-04-281-12/+11
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-0/+2
* [TRACE] Change log level for wine_main_preload_info not found, as it's not al...ptitSeb2025-04-071-1/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+3
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+1
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-031-1/+1
* [CORE] Limited some syscalls for Android build (#2412)Yang Liu2025-03-031-0/+2
* Made some tweaks to banner and help message (#2397)Yang Liu2025-02-201-24/+27
* Made error logs prefix has red color (#2396)Yang Liu2025-02-201-1/+6
* [CORE] Rework on function hookMangoHud (#2387)Yang Liu2025-02-181-12/+13
* [CORE] Display Box64 version info in mangohud (#2386)Yang Liu2025-02-181-1/+27
* [RCFILE] Improved support for windows setupptitSeb2025-02-121-1/+1
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-20/+22
* [ENV] Fixed zydis initialization regression (#2287)Yang Liu2025-01-231-3/+7
* Fixed various issues introduced in the env infra refactor (#2281)Yang Liu2025-01-221-23/+6
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-63/+67
* Changed some functions name and visibility (#2278)Yang Liu2025-01-211-14/+12
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-1174/+97
* [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use itptitSeb2025-01-151-0/+10
* Fixed dlsym with RTLD_NEXT and preloaded libsptitSeb2025-01-151-1/+1
* Small changes on envv and arv managmentptitSeb2025-01-141-5/+6
* [CORE] Simplified xhead* detection and standardized extension display (#2261)Yang Liu2025-01-141-20/+23
* [RV64_DYNAREC] Fixed some typos (#2244)xctan2025-01-091-2/+2
* Port rounding of some x87 instructions from Box86 (#2242)Hagb (Junyu Guo 郭俊余)2025-01-081-1/+1
* Fix crash with incorrect argv[0]: rewrite it only if "box64" is present (#2233)ValdikSS2025-01-061-3/+8
* [DYNAREC] Appended instruction name to symbol (#2228)Leslie Zhai2025-01-031-1/+1
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-3/+3
* Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD specifi...ptitSeb2024-12-271-0/+9
* [DYNAREC] Implement perf map (#2212)Leslie Zhai2024-12-261-0/+29
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-261-1/+1
* [LA64_DYNAREC] Added nativeflags support (#2202)Yang Liu2024-12-241-2/+2
* [ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.ptitSeb2024-12-231-0/+10
* [GDBJIT] Unified the experience for all the backends (#2183)Yang Liu2024-12-211-5/+5