about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlib_init.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797)rajdakin2024-09-051-30/+3
|
* [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)rajdakin2024-09-011-0/+23
| | | | | | | * [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs * [WRAPPERS] Version bump * [WRAPPED] Fixed wrapped glib2 on non-LD80BITS builds
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-261-7/+84
| | | | others tickets)
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-12/+36
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* Fixed potential issue with previous commitptitSeb2023-08-201-0/+1
|
* Refactored how wrapped symbols are fetch and storedptitSeb2023-08-201-4/+7
|
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | Closes: #895
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-3/+4
|
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-43/+4
|
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-22/+22
|
* Fixed SDL2 build, allowing to include structures in function signaturesrajdakin2021-08-011-0/+8
|
* Started adding GOWM macrorajdakin2021-07-311-68/+60
|
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-4/+14
|
* Oops-esrajdakin2021-04-141-2/+2
|
* Third pass, bumped the minimal CMake version up to 3.4rajdakin2021-04-141-4/+4
|
* First passrajdakin2021-04-141-1/+3
|
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+239