about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added more libc wrapped functionsptitSeb2021-04-164-3/+8
|
* Added wrapped libSDL_net and libSDL_soundptitSeb2021-04-148-0/+198
|
* Oops-esrajdakin2021-04-141-2/+2
|
* Third pass, bumped the minimal CMake version up to 3.4rajdakin2021-04-141-4/+4
|
* First passrajdakin2021-04-1473-125/+233
|
* Added a few SDL2 wrapped function from v2.0.10ptitSeb2021-04-131-0/+4
|
* Added some libc wrapped functionsptitSeb2021-04-134-11/+26
|
* Better trace for pollptitSeb2021-04-134-1/+6
|
* Added some more wrapped functions in libcptitSeb2021-04-135-5/+12
|
* Added a few more libc wrapped function, and fixed glob64 wrappingptitSeb2021-04-122-17/+7
|
* Added one pango functionptitSeb2021-04-121-2/+2
|
* Added a few more libc wrapped functionsptitSeb2021-04-122-2/+3
|
* Added utime wrapped functionsptitSeb2021-04-121-1/+1
|
* Added a 1 more libc wrapped functionptitSeb2021-04-121-1/+1
|
* Improved pthread wrappingptitSeb2021-04-125-0/+39
|
* More alignment work on thread (some attr are bigger on arm64 than x86_64)ptitSeb2021-04-121-7/+35
|
* Fixed a warning in wrapped libsdl2ptitSeb2021-04-111-1/+1
|
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-1150-311/+1502
|\ | | | | General improvements to box64 and fixed some SDL2 functions
| * Forgot to add SDL1rajdakin2021-04-113-87/+37
| |
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-1149-225/+1466
| |
* | Added wrapped libSDL2_netptitSeb2021-04-116-1/+106
|/
* Added some libc symbolsrajdakin2021-04-102-5/+8
|
* Merge pull request #3 from rajdakin/exitFixptitSeb2021-04-092-8/+8
|\ | | | | box64 exit fix
| * Fixed the libraries free orderingrajdakin2021-04-091-2/+2
| |
| * Changed missed unwanted "box86"rajdakin2021-04-091-6/+6
| |
* | Added gethostbyname wrapped functionptitSeb2021-04-091-1/+1
|/
* Added one more wcs wrapped functionptitSeb2021-04-091-1/+1
|
* Added wcstof wrapped functionptitSeb2021-04-091-1/+1
|
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-094-1/+37
|
* More libc wrapped functionsptitSeb2021-04-081-1/+1
|
* A few more wrapped libc functionsptitSeb2021-04-081-9/+9
|
* Added a libvorbisfile wrapped function and fixed another one (structure as ↵ptitSeb2021-04-085-13/+25
| | | | argument are in the stack, always)
* Added a xcb wrapped functionptitSeb2021-04-084-7/+7
|
* Added fsync wrapped functionptitSeb2021-04-081-1/+1
|
* Fixed fcntl wrapperptitSeb2021-04-081-14/+13
|
* Added wrapped libcairo, libpango, libpangoft2 and libpangocairoptitSeb2021-04-0811-0/+1319
|
* Added a few more wrapped libc functionsptitSeb2021-04-084-2/+7
|
* Added some more libc wrapped functionsptitSeb2021-04-081-13/+13
|
* Added 2 _np wrapped function to pthreadsptitSeb2021-04-071-0/+2
|
* Added wrapped libcurl/libcurl-gnutlsptitSeb2021-04-075-0/+653
|
* Small changes to a few libGL wrapped function signatureptitSeb2021-04-074-9/+19
|
* Added wrapped ldiv functionptitSeb2021-04-064-1/+5
|
* Added wrapped libcrypto and libsslptitSeb2021-04-067-0/+5324
|
* Fixed __realpath_chk wrappingptitSeb2021-04-064-4/+4
|
* Fixed SDL AudioSpec structure definitionptitSeb2021-04-061-0/+1
|
* Added a couple of libc wrapped functionsptitSeb2021-04-052-16/+8
|
* Added some more GL wrapped functionsptitSeb2021-04-054-0/+27
|
* Merge pull request #1 from rajdakin/wrapper_addptitSeb2021-04-042-926/+1658
|\ | | | | [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64
| * [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-042-926/+1658
| |
* | Added some more libc wrapped functionsptitSeb2021-04-041-6/+6
| |