index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libtools
/
obstack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-18
[RV64_DYNAREC] Fixed some found issues in vector (#1834)
Yang Liu
2
-39
/
+43
2024-09-18
[WRAPPER] Reworked libGLU with new wrapper helper
ptitSeb
6
-110
/
+111
2024-09-18
[WRAPPER] Reworked libEGL with new wrapperhelper
ptitSeb
4
-32
/
+42
2024-09-18
[WRAPPER] Reworked libgobject-2.0 with new wrapperhelper
ptitSeb
6
-194
/
+198
2024-09-18
[WRAPPER] Reworked wrapped libpsl.so.5 with new wrapperhelper
ptitSeb
1
-2
/
+21
2024-09-18
[WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)
ptitSeb
6
-492
/
+506
2024-09-18
[WRAPPER] Reworked wrapped libgio-2.0
ptitSeb
6
-829
/
+827
2024-09-18
[RV64_DYNAREC] Added more opcodes for vector (#1833)
Yang Liu
3
-43
/
+139
2024-09-17
[WRAPEPR] Reworked wrapping of libgdk3
ptitSeb
6
-467
/
+349
2024-09-17
[WRAPPER] Reworked gtk3 wrapping
ptitSeb
6
-983
/
+1232
2024-09-17
Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)
ptitSeb
2
-0
/
+25
2024-09-17
[DYNAREC] Track if a dynablock is for 32bits code (for future use)
ptitSeb
2
-6
/
+9
2024-09-17
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1832)
Yang Liu
1
-0
/
+164
2024-09-17
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1831)
Yang Liu
1
-0
/
+90
2024-09-16
[RV64_DYNAREC] Added more opcodes for vector (#1830)
Yang Liu
3
-3
/
+187
2024-09-16
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1829)
Yang Liu
1
-0
/
+69
2024-09-16
Fixed non-box32 builds
ptitSeb
1
-0
/
+2
2024-09-16
[BOX32][TRACE] Improved some trace and function calls for 32bits process
ptitSeb
2
-3
/
+22
2024-09-16
[BOX32] Added 1 more wrapped 32bits libc function
ptitSeb
4
-1
/
+5
2024-09-16
[BOX32] Fixed an issue with using 32bits OpenGL with SDL1.2
ptitSeb
1
-1
/
+1
2024-09-16
[BOX32] Added some more 32bits wrapped function, and fixing some SDL ones
ptitSeb
7
-7
/
+60
2024-09-16
[DYNAREC] Forgot some files in previous commit
ptitSeb
2
-2
/
+9
2024-09-16
[DYNAREC] Make sure jump address is wrapped on 32bits address space
ptitSeb
9
-16
/
+52
2024-09-16
[BOX32][TRACE] Added a warning when executing 32bits code in 64bits address s...
ptitSeb
1
-0
/
+5
2024-09-16
[BOX32] Partial handling of wrapped dl_iterate_phdr
ptitSeb
2
-1
/
+42
2024-09-16
Better handling of argv[0]
ptitSeb
1
-1
/
+4
2024-09-15
[ARM64_DYNAREC] Fixed most CD xx opcodes
ptitSeb
1
-0
/
+1
2024-09-14
Added a hack so program that wprintf to the console actualy work if box64 alr...
ptitSeb
3
-1
/
+20
2024-09-14
[BOX32][WRAPPER] Added more 32bits sdl1 and libc symbols
ptitSeb
11
-66
/
+277
2024-09-14
[BOX32][ELFLOADER] Fixed some issue with symbol resolver
ptitSeb
4
-13
/
+35
2024-09-14
Added 66 F3 0F BD opcode ([ARM64_DYNAREC] Too)
ptitSeb
2
-0
/
+39
2024-09-14
[BOX32] Added a few libc 32biyts wrapped functions
ptitSeb
4
-3
/
+12
2024-09-14
[BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ...
ptitSeb
22
-4
/
+8544
2024-09-14
Fixed flags for AVX.0F38 F2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2
-1
/
+23
2024-09-13
[RV64_DYNAREC] Added 1 more opcode for vector and some refactor and fixes too...
Yang Liu
7
-47
/
+74
2024-09-13
[BOX32][TRACE] More improved trace for some 32bits functions call
ptitSeb
1
-1
/
+3
2024-09-13
[BOX32][TRACE] Better trace for 32bits call to strtol and strtoul
ptitSeb
1
-0
/
+3
2024-09-13
[BOX32] More small 32bits signature adjustments
ptitSeb
1
-5
/
+5
2024-09-13
[BOX32][TRACE] Better trace for 32bits strncasecmp calls
ptitSeb
1
-0
/
+3
2024-09-13
[BOX32] Added one more wrapped 32bits libc function
ptitSeb
1
-1
/
+1
2024-09-13
[BOX32] Adjusted some 32bits wrapped functions
ptitSeb
5
-23
/
+23
2024-09-13
[BOX32][TRACE] Better trace for some 32bits wrapped function calls
ptitSeb
1
-12
/
+46
2024-09-13
[TRACE] Better trace for 32bits FF 52 opcode
ptitSeb
1
-0
/
+4
2024-09-13
[BOX32] Fixed 32bits wrapped localeconv (for #1780)
ptitSeb
1
-0
/
+1
2024-09-13
[BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still cras...
ptitSeb
1
-6
/
+9
2024-09-12
[DYNAREC] fix page calculation error (#1822)
JunChi1022
1
-3
/
+3
2024-09-12
[RV64_DYNAREC] Refactored vector SEW tracking (#1820)
Yang Liu
9
-48
/
+46
2024-09-12
[RV64_DYNAREC] Fixed a typo on vector_sew initialization (#1819)
Yang Liu
2
-2
/
+2
2024-09-12
[STATIC] Forgot this definition
ptitSeb
1
-0
/
+1
2024-09-12
Fixed a typo
ptitSeb
2
-2
/
+2
[next]