about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed detection and loading of program linked with glibc 2.34+ptitSeb2023-08-261-3/+3
* add /usr/x86_64-linux-gnu/lib to the shared library search pathJohannes Schauer Marin Rodrigues2023-07-231-0/+2
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Improved handling of malloc_hack_2ptitSeb2023-07-121-1/+3
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-091-2/+3
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-0/+1
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-1/+1
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+10
* | fix exit doesnt free jump table completely (#781)kaixindeken2023-05-121-4/+4
* | Optimized Exit bridge managmentptitSeb2023-05-101-1/+1
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-3/+8
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+10
* | [RV64_DYNAREC] Added undocumented BOX64_DYNAREC_RV64NOEXT to disable all RV64...ptitSeb2023-05-021-1/+2
* | [RV64_DYNAREC] Added more opcodes (#751)xctan2023-05-021-1/+1
* | Change default log value only if stdout is redirected, not box log outputptitSeb2023-05-011-1/+1
* | [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-011-0/+12
|/
* [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better...ptitSeb2023-04-261-1/+1
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-251-6/+13
* Prepend ld_library list instead of appendptitSeb2023-04-161-1/+1
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-4/+4
* [DYNAREC] Some fine-tunning to cosimptitSeb2023-04-011-0/+1
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+13
* fix some spelling mistakes (#640)josch2023-03-261-5/+5
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+3
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-071-0/+13
* [DYNAREC] Put box64 dynarec and cpu info on the same lineptitSeb2023-03-061-2/+2
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-4/+6
* Added automatic detection of libcef (will help zoon #510, #451, #302 and prob...ptitSeb2023-03-051-0/+10
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-1/+11
|\
| * Fixed a improved HotPage handlingptitSeb2023-02-201-1/+1
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...ptitSeb2023-02-191-0/+10
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-191-0/+7
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-201-0/+7
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-0/+14
|/
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+10
* Refactored trace to file system, to be more resiliantptitSeb2023-02-141-2/+28
* Various minor warning fixesptitSeb2023-02-131-1/+1
* Fixed parameter order for BOX64_DYNAREC_HOTPAGE env parsing. (#511)Tristan Morgan2023-02-091-1/+1
* [DYNAREC] Made FASTROUND the default (faster, less accurate)ptitSeb2023-01-291-3/+3
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-281-0/+10
* Fix, for good, non-dynarec buildptitSeb2023-01-051-1/+1
* Added more command to rcfiles, and a default one when system version is not f...ptitSeb2023-01-051-15/+16
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-5/+9
* [TRACE] Fixed BOX64_TRACE_INITptitSeb2022-12-041-2/+5
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-0/+7
* [DYNAREC] Small changes on pagesize and hotpageptitSeb2022-12-021-3/+3
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...ptitSeb2022-12-011-3/+13
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-011-0/+13
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...ptitSeb2022-11-291-0/+10