about summary refs log tree commit diff stats
path: root/src/tools/env.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* [ENV][WOW64] Not every env var applies to WowBox64 (#2700)Yang Liu2025-06-021-52/+72
* [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 32b...ptitSeb2025-05-211-4/+7
* [WOW64] Initial implementation patches (#2619)André Zwing2025-05-111-0/+79
* [GDBJIT] Added a new option to register debuginfo only after trapped into sig...Yang Liu2025-05-091-1/+1
* [ENV] Refactored file-mapping handling (#2612)Yang Liu2025-05-081-0/+6
* [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 on...ptitSeb2025-04-091-0/+2
* [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] Fixed crash when rcfile does not exist (for #2295) (#2307)Yang Liu2025-02-011-4/+5
* More improvmnet to map with fd trackingptitSeb2025-01-291-2/+22
* [ANDROID] Nope, re-disable map with fd tracking on AndroidptitSeb2025-01-291-0/+2
* [ANDROID] Try to re-enable map with fd tracking on AndroidptitSeb2025-01-291-2/+0
* Improved file map tracking, and use file map info in dynarec for bigblock set...ptitSeb2025-01-271-1/+32
* [ANDROID] Disable file map tracking on Android for now, as it seems to segfaultptitSeb2025-01-271-0/+2
* [ENV] Improved a bit env var handling and per file env varptitSeb2025-01-271-6/+4
* Expanded file mapping tracking for future use (might help #2295)ptitSeb2025-01-251-12/+43
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-20/+60
* Fixed various issues introduced in the env infra refactor (#2281)Yang Liu2025-01-221-6/+23
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-5/+5
* [ENV] Optimized BOX64ENV log a bit (#2277)Yang Liu2025-01-211-1/+18
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-0/+501