about summary refs log tree commit diff stats
path: root/src/tools/env.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ENV] Introduced BOX64_PCLMULQDQ (#3086)Yang Liu2025-10-221-0/+1
| | | | | * [ENV] Introduced BOX64_PCLMULQDQ * review
* [ENV] Added a new BOX64_ARCH option (#3076)Yang Liu2025-10-171-8/+42
|
* Bumped version to v0.3.8ptitSeb2025-10-131-1/+1
|
* [ARM64_DYNAREC] Improved IRET handling of boggus parametersptitSeb2025-09-291-1/+1
|
* [DYNAREC] Small refactor on StrongMem emulator and lock prefixptitSeb2025-09-131-1/+1
|
* [ARM64_DYNAREC] Added some more UD handling in 64bits dynarecptitSeb2025-09-041-1/+1
|
* Make sure to use custom allocator for everything Env relatedptitSeb2025-09-031-1/+2
|
* [CORE] Better trace_file logging (#2958)Yang Liu2025-08-211-5/+1
|
* [DYNAREC] Bump ARCH_VERSION (#2947)Yang Liu2025-08-181-3/+3
|
* [RV64_DYNAREC][LA64_DYNAREC] Simplified defered flags handling and limited ↵Yang Liu2025-07-231-2/+2
| | | | case where UpdateFlags is actualy called (#2844)
* [DYNACACHE]LA64] Enabled dynacache for LA64 (#2836)Yang Liu2025-07-211-1/+1
| | | | | * [DYNACACHE]LA64] Enabled dynacache for LA64 * review
* [DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust ↵ptitSeb2025-06-301-2/+12
| | | | some launcher/games flags
* [DYNAREC] Better check of limit for a dynablockptitSeb2025-06-241-1/+1
|
* [ARM64_DYNAREC] Improved handling of last_ipptitSeb2025-06-241-1/+1
|
* [DYNACACHE] Added support for unaligned addressesptitSeb2025-06-231-4/+23
|
* [DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for ↵ptitSeb2025-06-231-1/+1
| | | | RV64 and LA64)
* [DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ↵ptitSeb2025-06-201-7/+4
| | | | ones, and made it default
* [DYNACACHE] Fixed a WarningptitSeb2025-06-201-1/+1
|
* [DYNACACHE][RV64] Enabled dynacache for RV64 (#2762)Yang Liu2025-06-201-1/+1
|
* [DYNACACHE] Make sure dynacache folder ends with pathsep (#2761)Yang Liu2025-06-201-29/+29
|
* [DYNACACHE] Try to fix non Dynarec buildptitSeb2025-06-191-1/+5
|
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-6/+581
|
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-0/+18
|
* This should fix non-dynarec buildptitSeb2025-06-111-0/+6
|
* [DYNACACHE] Dynarec memory is now part of MMpa file tracking when possibleptitSeb2025-06-111-0/+18
|
* [DYNAREC] Improved mmap'd file trackingptitSeb2025-06-101-2/+10
|
* Refine the naming scheme in rbtree (#2717)Chi-Kuan Chiu2025-06-091-1/+1
| | | | | | | | | | | | | Replaced all occurrences of `rb_get_righter` with `rb_get_rightmost` and `rb_get_lefter` with `rb_get_leftmost` for improved semantic clarity. Also updated related function declarations, definitions, and usage across: - rbtree.c - rbtree.h - custommem.c - dynablock.c - env.c - box64context.c
* [RCFILE] Fixed MAXCPU so it works for wine apps tooptitSeb2025-06-081-2/+4
|
* [WOW64] Added rcfile support (#2708)Yang Liu2025-06-051-33/+53
| | | | | | | | | * [WOW64] Fixed more compilation warnings * [WOW64] Messing around with file APIs * [WOW64] Added rcfile support * [DOCS] Update rcfile usage on WowBox64
* [ENV][WOW64] Not every env var applies to WowBox64 (#2700)Yang Liu2025-06-021-52/+72
| | | | | * [ENV] Not every env var applies to WowBox64 * [DOCS] Updated env docs for WowBox64
* [WOW64] Added support for cosim (#2683)Yang Liu2025-05-301-18/+18
|
* fix: env BOX64_EMULATED_LIBS triggers sigsegv (#2686)liuli2025-05-301-1/+1
|
* [WOW64][ENV] Clean up a bit (#2681)Yang Liu2025-05-281-64/+7
|
* Reprint env configs when special libraries detected (#2657)Yang Liu2025-05-211-2/+1
|
* Better mmap file tracking when loading multiple file with same name (like ↵ptitSeb2025-05-211-4/+7
| | | | 32bits and 64bits version of a same dll in wine wow64)
* [WOW64] Initial implementation patches (#2619)André Zwing2025-05-111-0/+79
| | | | | | | * [WOW64] Add stub for VolatileRangesContains * [WOW64] Implement BTCpu[GS]etContext * [WOW64] Add env support
* [GDBJIT] Added a new option to register debuginfo only after trapped into ↵Yang Liu2025-05-091-1/+1
| | | | signalhandler (#2614)
* [ENV] Refactored file-mapping handling (#2612)Yang Liu2025-05-081-0/+6
| | | | | * [ENV] Refactored file-mapping handling * fix
* [RCFILE] Fixed all regression of BOX64_ADDLIBS settingsptitSeb2025-05-051-0/+4
|
* [DYNAREC] Added ranged Dynablock dump (#2570)Yang Liu2025-04-241-24/+17
|
* [ENV][COSIM] Enable x87double only if it's off (#2554)Yang Liu2025-04-211-1/+2
|
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ptitSeb2025-04-091-0/+2
| | | | only, RV64 and LA64 todo)
* [RCFILE] Fixed BOX64_EMULATED_LIBS that was broken when used inside an rcfileptitSeb2025-03-201-0/+3
|
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-031-0/+22
|
* [RCFILE] Fixed load addr parse issue (#2413)Yang Liu2025-03-031-6/+7
|
* [RCFILE] Fixed ROLLING_LOG when setup in a profile onlyptitSeb2025-02-071-5/+11
|
* [RCFILE] Add some print of NODYNAREC and DYNAREC_TEST when applyedptitSeb2025-02-021-6/+21
|
* [ENV] More tweaks on recoding env mapping (#2309)Yang Liu2025-02-011-5/+5
| | | | | * [ENV] More tweaks on recoding env mapping * review
* [ENV] Fixed crash when rcfile does not exist (for #2295) (#2307)Yang Liu2025-02-011-4/+5
| | | | | * [ENV] Fixed crash when rcfile does not exist (for #2295) * review
* More improvmnet to map with fd trackingptitSeb2025-01-291-2/+22
|