about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improved jmpbuff handling a bitptitSeb2023-08-131-3/+3
* Merge pull request #896 from josch/exeptitSeb2023-07-218-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-218-0/+0
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for spot...ptitSeb2023-07-121-4/+45
* | Fixed previous commitptitSeb2023-07-091-3/+2
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-092-39/+33
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-082-3/+3
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-69/+30
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-1/+1
* | [32BITS] Fixed an issue with 66 A1/A3 opcodesptitSeb2023-06-181-2/+4
* | [DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805)ptitSeb2023-06-041-0/+3
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+2
* | Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-281-0/+43
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-512/+512
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+2
* | Adjusted default rcfile for steamptitSeb2023-05-061-1/+1
* | Introduced RunFunctionFmt (should help RV64 and other signe extended platform...ptitSeb2023-04-281-0/+93
|/
* Added more gtk3 wrapped functions (#731)lizhuoheng2023-04-231-7/+330
* Added more gtk3 wrapped functions (#727)lizhuoheng2023-04-231-0/+190
* [DYNAREC] Fixed vsyscall bridgeptitSeb2023-04-221-28/+9
* Fixed a macro and change chinese comment to englishptitSeb2023-04-211-1/+1
* Added more gtk3 wrapped functions (#720)lizhuoheng2023-04-211-0/+94
* [RV64_DYNAREC] Fixed 0F BD opcode (Fixed SV)ptitSeb2023-04-111-1/+1
* [RV64_DYNAREC] Added 0F BC/BD opcodesptitSeb2023-04-111-1/+6
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-1/+2
* [DYNAREC] Never protect bridge memory (ported from box86)ptitSeb2023-04-021-16/+3
* Improved test17 and finetuned factorio profile to disable FASTROUND on DynarecptitSeb2023-04-011-0/+3
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+2
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
* [RV64_DYNAREC] Optimize MOV64 emitter (#572)Yang Liu2023-03-161-0/+17
* Expose POPCNT capability tooptitSeb2023-03-121-0/+1
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-122-1/+4
* [DYNAREC] Soma need FASTROUND disabled for it's physics engineptitSeb2023-03-111-0/+3
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-071-0/+9
* Removed ONCE optim in gtkclassptitSeb2023-03-071-41/+0
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-27/+35
* [RCFLE] Better default for heroic launcher when no rcfile is foundptitSeb2023-03-051-0/+4
* Added automatic detection of libcef (will help zoon #510, #451, #302 and prob...ptitSeb2023-03-051-0/+1
* Added wrapped libibus and a few other libgtk fixedptitSeb2023-03-041-1/+43
* Better default rcfile for when no rcfile are presentptitSeb2023-03-021-1/+3
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-3/+5
|\
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...ptitSeb2023-02-191-3/+5
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-191-0/+1
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-201-0/+1
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-0/+1
|/
* [RCFILE] Small fix to avoind applying same profile multiple timeptitSeb2023-02-181-3/+3
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-1/+4
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+2
* Some improvment to wrapped gtk3 and friendsptitSeb2023-02-141-1/+6
* Refactored trace to file system, to be more resiliantptitSeb2023-02-141-1/+3