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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Fix the opcode bit in the generated TBX instruction.
Alexandre Julliard
2023-02-24
1
-4
/
+4
*
[D3DADAPTER9] Added support for CreateDeviceEx
ptitSeb
2023-02-23
6
-8
/
+64
*
Simply handling of pthread_mutex_t structure (for #522)
ptitSeb
2023-02-21
1
-184
/
+28
*
Added a large batch of libssl/libcrypto wrapped functions (for StardewValley)
ptitSeb
2023-02-21
10
-300
/
+584
*
wrap _XAsyncErrorHandler
Alyssa Rosenzweig
2023-02-20
1
-1
/
+1
*
Added some more libFAudio wrapped functions
ptitSeb
2023-02-20
1
-3
/
+3
*
Fixed a improved HotPage handling
ptitSeb
2023-02-20
2
-32
/
+28
*
[DYNAREC] Directly run program Segfault handler for Access Error with PROT_DY...
ptitSeb
2023-02-20
1
-1
/
+4
*
[DYNAREC] This small utility function can be static
ptitSeb
2023-02-20
1
-1
/
+1
*
[DYNAREC] Fixed LZCNT and TZCNT opcode, for good
ptitSeb
2023-02-20
1
-10
/
+10
*
[DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...
ptitSeb
2023-02-19
5
-27
/
+23
*
[DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...
ptitSeb
2023-02-19
4
-5
/
+29
*
[DYNAREC] Optimized DB /7 opcode
ptitSeb
2023-02-19
3
-3
/
+65
*
Added some more wrapped functions to gstreamer and gsttag
ptitSeb
2023-02-19
2
-6
/
+6
*
Hide a warning when running java stuffs
ptitSeb
2023-02-19
1
-2
/
+2
*
Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...
ptitSeb
2023-02-19
5
-10
/
+59
*
Fixed a regression with factorio
ptitSeb
2023-02-19
1
-2
/
+2
*
[DYNAREC] Small optim on getDB
ptitSeb
2023-02-19
2
-2
/
+1
*
Simplified dynablock handling (reduced memory consuption)
ptitSeb
2023-02-19
7
-323
/
+145
*
Added 67 0F B9 opcode
ptitSeb
2023-02-18
1
-0
/
+13
*
[RCFILE] Small fix to avoind applying same profile multiple time
ptitSeb
2023-02-18
1
-3
/
+3
*
Fix non-Dynarec builds
ptitSeb
2023-02-18
1
-0
/
+2
*
Force show Backtrace when SIGABRT is trapped (still depending on SHOWSEGV/LOG...
ptitSeb
2023-02-18
1
-1
/
+2
*
Imrpoved a bit backtrace again
ptitSeb
2023-02-18
1
-1
/
+17
*
Rmoved debug leftover
ptitSeb
2023-02-17
1
-1
/
+0
*
Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...
ptitSeb
2023-02-17
6
-81
/
+208
*
[DYNAREC] Added F0 0F AB/B3 opcodes
ptitSeb
2023-02-17
2
-0
/
+109
*
[DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)
ptitSeb
2023-02-16
4
-2
/
+21
*
[DYNAREC] Some more small fixes
ptitSeb
2023-02-16
1
-10
/
+4
*
Fixed an issue with Emulated lib refcount
ptitSeb
2023-02-16
1
-3
/
+4
*
Fixed interpretor for FIST(P) opcodes
ptitSeb
2023-02-16
2
-5
/
+5
*
[DYNAREC] Various small fixes and improvment on Dynarec
ptitSeb
2023-02-16
23
-709
/
+594
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
18
-259
/
+217
*
Small change to mallochook detector
ptitSeb
2023-02-16
1
-1
/
+1
*
wrapped: Wrap two more gsettings functions
Alfred Neumayer
2023-02-16
1
-2
/
+2
*
Some improvment to wrapped gtk3 and friends
ptitSeb
2023-02-14
4
-4
/
+9
*
Added 1 syscall
ptitSeb
2023-02-14
1
-0
/
+1
*
Refactored trace to file system, to be more resiliant
ptitSeb
2023-02-14
3
-8
/
+36
*
fprintf wrapped libasound dummy_error_handler to stderr instead of box trace ...
ptitSeb
2023-02-14
1
-4
/
+3
*
[DYNAREC] Don't forget to Cancel the block itself before bailling out of a fa...
ptitSeb
2023-02-14
1
-0
/
+1
*
[DYNAREC] Fixed an issue with custom memory alocator
ptitSeb
2023-02-14
1
-2
/
+1
*
Fixed a small warning
ptitSeb
2023-02-13
1
-1
/
+11
*
Various minor warning fixes
ptitSeb
2023-02-13
16
-46
/
+53
*
Also needed a RunFunctionWindows, following the Windows Calling Convention (a...
ptitSeb
2023-02-12
3
-3
/
+50
*
[WRAPPERS] Version update
rajdakin
2023-02-12
539
-539
/
+539
*
[WRAPPERS] Fixed the Windows ABI
rajdakin
2023-02-12
3
-332
/
+332
*
[WRAPPER] Forgot to filter out Windows function from isSimpleWrapper()
rajdakin
2023-02-12
1
-52
/
+0
*
Change all d3dadapter9 to W type of wrappers
ptitSeb
2023-02-12
8
-975
/
+1204
*
Added preliminary support for d3dadapter9, but need more work on calling conv...
ptitSeb
2023-02-12
19
-6
/
+2400
*
Fix non-dynarec builds
ptitSeb
2023-02-12
1
-0
/
+6
[next]