about summary refs log tree commit diff stats
path: root/src/build_info.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WOW64] The name is WowBox64 (#2699)Yang Liu2025-06-021-2/+8
|
* Show Dynarec architecture in version string (#2580)Yang Liu2025-04-281-5/+17
|
* [WRAPPER] Display Box64 version in Vulkan driver info (#2385)xctan2025-02-181-0/+15
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+1
|/ | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers.
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-281-0/+6