about summary refs log tree commit diff stats
path: root/src/include/env.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-1/+1
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-1/+1
* [DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use itptitSeb2025-03-121-1/+1
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-031-3/+6
* [RCFILE] Fixed ROLLING_LOG when setup in a profile onlyptitSeb2025-02-071-1/+2
* [RCFILE] Adjusted MALLOC_HACK to be an integer between 0 and 2 instead of a B...ptitSeb2025-02-061-1/+1
* More improvmnet to map with fd trackingptitSeb2025-01-291-1/+2
* [DYNAREC] Make BIGBLOCK=2 defaultptitSeb2025-01-291-1/+1
* Improved file map tracking, and use file map info in dynarec for bigblock set...ptitSeb2025-01-271-0/+1
* [ENV] Improved a bit env var handling and per file env varptitSeb2025-01-271-2/+1
* [ENV] Fixed the type of BOX64_DYNAREC_STRONGMEM (#2298)xctan2025-01-271-1/+1
* Expanded file mapping tracking for future use (might help #2295)ptitSeb2025-01-251-0/+1
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-1/+5
* [DOCS] Auto-generated USAGE.md and box64.pod (#2283)Yang Liu2025-01-221-1/+1
* Fixed various issues introduced in the env infra refactor (#2281)Yang Liu2025-01-221-93/+92
* [ENV] Optimized BOX64ENV log a bit (#2277)Yang Liu2025-01-211-1/+7
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-0/+200