| Commit message (Expand) | Author | Age | Files | Lines |
| * | Small cleanup in my_cpuid | ptitSeb | 2024-05-27 | 1 | -1/+1 |
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 2 | -0/+3 |
| * | more avx infrastructure | ptitSeb | 2024-05-24 | 1 | -5/+12 |
| * | Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too) | ptitSeb | 2024-05-24 | 1 | -8/+28 |
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -0/+8 |
| * | This should fix non-dynarec build | ptitSeb | 2024-04-29 | 1 | -0/+2 |
| * | Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM | ptitSeb | 2024-04-29 | 1 | -0/+4 |
| * | Added a way to hide SSE 4.2, as it might slow down things using the string op... | ptitSeb | 2024-04-29 | 2 | -1/+2 |
| * | Changed how wine prereserve is handled on box64 | ptitSeb | 2024-04-27 | 1 | -6/+2 |
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 1 | -1/+2 |
| * | Revert some cpuid changes, they are more wrong then right it seems | ptitSeb | 2024-04-12 | 1 | -2/+2 |
| * | Wrapped GstAudioFilter (for #1397) | ptitSeb | 2024-04-03 | 1 | -0/+42 |
| * | [RCFILE] Make sure strdup is coherent with free | ptitSeb | 2024-04-03 | 1 | -4/+4 |
| * | Added some path for termux/glibc builds | ptitSeb | 2024-03-27 | 1 | -6/+7 |
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration when... | ptitSeb | 2024-03-14 | 1 | -17/+1 |
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame... | ptitSeb | 2024-03-12 | 1 | -13/+30 |
| * | Changed how cpu cores are reported in cpuid for large number (>64) | ptitSeb | 2024-03-12 | 1 | -2/+9 |
| * | Do not expose FMA cpu extension, it's associated to AVX by some engines | ptitSeb | 2024-03-11 | 1 | -3/+4 |
| * | [TRACE] slignthly better log for ExitEmulation bridge | ptitSeb | 2024-03-10 | 1 | -2/+4 |
| * | Don't expose BMI1 for now, it's not really supported | ptitSeb | 2024-03-10 | 1 | -1/+1 |
| * | More work on X11 wrapping, allowing gtk to run fully emulated | ptitSeb | 2024-03-07 | 2 | -9/+3 |
| * | Added back full handling of winepreloader prereserve memory | ptitSeb | 2024-03-06 | 1 | -1/+2 |
| * | [RV64_INTERP] Added TSC freq support (#1293) | Yang Liu | 2024-02-28 | 1 | -1/+1 |
| * | Added empty command 14 to CPUID | ptitSeb | 2024-02-27 | 1 | -0/+11 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -1/+4 |
| * | Improved cpu detection for cpuid | ptitSeb | 2024-02-24 | 1 | -7/+38 |
| * | Fix Android builds | ptitSeb | 2024-02-23 | 1 | -0/+1 |
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),... | ptitSeb | 2024-02-23 | 2 | -2/+45 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 1 | -1/+1 |
| * | [ARM64_DYNAREC] Reworked, again, strongmem emulation | ptitSeb | 2024-02-06 | 1 | -1/+1 |
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ... | ptitSeb | 2024-02-05 | 1 | -0/+3 |
| * | [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit false... | ptitSeb | 2024-02-03 | 1 | -0/+1 |
| * | [DYNAREC] Improved trace a bit | ptitSeb | 2024-02-01 | 1 | -1/+1 |
| * | Made PageSize detection / Handling dynamic. nd fixed elfloading for pagesize ... | ptitSeb | 2024-01-31 | 1 | -9/+2 |
| * | [RCFIEL] Fixed BOX64_IGNOREINT3 | ptitSeb | 2024-01-28 | 1 | -1/+1 |
| * | Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) | ptitSeb | 2024-01-27 | 1 | -0/+1 |
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ... | ptitSeb | 2024-01-23 | 2 | -5/+5 |
| * | [DYNAREC] use an rbtree for dynablock size and max_db_size update | ptitSeb | 2024-01-23 | 1 | -0/+14 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 2 | -10/+12 |
| * | Ficxed an issue with rbtree rb_get_end utility function | ptitSeb | 2024-01-16 | 1 | -3/+4 |
| * | [RBTREE] Reverted memory tracking to 32 bits (#1201) | rajdakin | 2024-01-13 | 1 | -9/+9 |
| * | [RCFILE] Added more option to rcfile and added geekbench5 profile | ptitSeb | 2024-01-06 | 1 | -0/+20 |
| * | [RCFILE] Add a function to quickly get current process name | ptitSeb | 2024-01-02 | 1 | -1/+5 |
| * | Fixed issue on rbtree on rb_get_end when end is another block | ptitSeb | 2023-12-31 | 1 | -13/+19 |
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 2 | -2/+896 |
| * | [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on comman... | ptitSeb | 2023-12-23 | 1 | -1/+6 |
| * | Cleanup some code (#1157) | xctan | 2023-12-23 | 1 | -1/+1 |
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created... | ptitSeb | 2023-12-21 | 2 | -2/+3 |
| * | [RCFILE] Fixed file leak | ptitSeb | 2023-12-18 | 1 | -0/+1 |
| * | Limit the number of CPU Core repported to 64 when running wine (or proton) | ptitSeb | 2023-12-15 | 1 | -0/+2 |