| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 2 | -3/+4 |
| * | Also needed a RunFunctionWindows, following the Windows Calling Convention (a... | ptitSeb | 2023-02-12 | 1 | -0/+44 |
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han... | ptitSeb | 2023-02-12 | 1 | -6/+6 |
| * | Fixed a memory leak in env handling | ptitSeb | 2023-02-12 | 1 | -0/+1 |
| * | Fixed a memory leak in rcfile | ptitSeb | 2023-02-12 | 1 | -1/+3 |
| * | [DYNAREC] Improved bridge handling | ptitSeb | 2023-02-11 | 1 | -25/+21 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 1 | -0/+2 |
| * | Fix build on non-dynarec build | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Added more command to rcfiles, and a default one when system version is not f... | ptitSeb | 2023-01-05 | 1 | -1/+46 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -0/+2 |
| * | [RCFILE] Fixed BOX64_NODYNAREC handling | ptitSeb | 2022-12-11 | 1 | -1/+2 |
| * | [RCFILE] Fixed handling of BOX64_TRACE_FILE | ptitSeb | 2022-12-04 | 1 | -2/+2 |
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's... | ptitSeb | 2022-12-04 | 1 | -0/+1 |
| * | [RCFILE] Fixed String reading | ptitSeb | 2022-12-03 | 1 | -1/+1 |
| * | Wrapped GstAllocator and GstObject structures | ptitSeb | 2022-12-03 | 1 | -0/+70 |
| * | Fixed handing of BOX86_ROLLING_LOG in rcfile | ptitSeb | 2022-12-02 | 1 | -1/+9 |
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed... | ptitSeb | 2022-12-01 | 1 | -0/+2 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 2 | -2/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ... | ptitSeb | 2022-11-29 | 1 | -0/+2 |
| * | Fixed 2 logs when applay trace setting from RCFiles | ptitSeb | 2022-11-28 | 1 | -2/+2 |
| * | Fixed an issue when an entry is found 2 times in RCFiles | ptitSeb | 2022-11-28 | 1 | -7/+6 |
| * | Fixed Dynarec non-trace build | ptitSeb | 2022-11-27 | 1 | -3/+12 |
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 2 | -0/+466 |
| * | Fix an issue with dynarec build when running without dynarec | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Improved cpu cores detection and reporting | ptitSeb | 2022-11-11 | 1 | -0/+1 |
| * | [DYNAREC] Reprotect bridge when emu is running | ptitSeb | 2022-10-30 | 1 | -1/+5 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 2 | -5/+64 |
| * | Added support for MOVBE extension ([DYNAREC] too) | ptitSeb | 2022-10-29 | 1 | -0/+1 |
| * | Imrpoved Bridges, again | ptitSeb | 2022-10-29 | 1 | -14/+21 |
| * | Wrapping of GtkTextView and GtkContainer classes for Gtk3 | ptitSeb | 2022-10-27 | 1 | -0/+112 |
| * | Fixed some issue with bridge memory protection handling | ptitSeb | 2022-10-27 | 1 | -3/+3 |
| * | Try to improve the shell detection, again (for #433) | ptitSeb | 2022-10-26 | 1 | -7/+4 |
| * | Changed elf signature detection to accomodate for AppImage | ptitSeb | 2022-10-25 | 1 | -0/+3 |
| * | Use box_strdup instead of realpath for the string allocation to be safe | ptitSeb | 2022-10-24 | 1 | -2/+5 |
| * | Fixed and improved Shell script detection | ptitSeb | 2022-10-10 | 1 | -2/+6 |
| * | Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ... | ptitSeb | 2022-09-30 | 2 | -6/+13 |
| * | More fixes and improvment to bash handling (helps #360) | ptitSeb | 2022-09-18 | 1 | -4/+18 |
| * | Some more wrapping on AtkUtils | ptitSeb | 2022-09-11 | 2 | -4/+64 |
| * | When running x86_64 bash, using x86_64 bash to run script automaticaly (for #... | ptitSeb | 2022-09-08 | 1 | -2/+20 |
| * | [DYNAREC] Improve memory protection tracking (help #361) | ptitSeb | 2022-09-04 | 1 | -6/+6 |
| * | Fixed x86/x86_64 binary detection (for #399) | ptitSeb | 2022-08-31 | 1 | -2/+4 |
| * | small improvment to x64/x86 signature detection | ptitSeb | 2022-08-30 | 1 | -10/+4 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 5 | -26/+26 |
| * | Added wrapping of GtkTextViewClass in gtk2 | ptitSeb | 2022-07-30 | 1 | -0/+58 |
| * | Improved wrapping of libatk | ptitSeb | 2022-07-27 | 1 | -0/+84 |
| * | Fixed a few more warnings | ptitSeb | 2022-07-17 | 1 | -7/+7 |
| * | Improved wrapping of MetaFrames in gtk2 | ptitSeb | 2022-07-16 | 1 | -4/+9 |
| * | Added wrapped gtk3 and gdk3 (from box86) | ptitSeb | 2022-07-15 | 1 | -362/+633 |
| * | Added bit29 of EDX for CPUID 0x80000001 leaf (for Xonotic v0.8.5) | ptitSeb | 2022-07-03 | 1 | -1/+1 |
| * | Improved initial stack build | ptitSeb | 2022-04-24 | 1 | -0/+4 |