about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-041-6/+16
|
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-031-1/+1
|
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-291-1/+1
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-271-0/+1
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-251-0/+2
|
* [WRAPPER] Reworked wrapped libwayland-client with new wrapperhelperptitSeb2024-09-231-0/+1
|
* [WRAPPER] Reworked wrapped libopenal with new wrapperhelperptitSeb2024-09-231-4/+1
|
* [WRAPPER] Reworked wrapping of libXcurse, libXfixes, libXrender and ↵ptitSeb2024-09-221-18/+30
| | | | libXrandr with new wrapperhelper
* [WRAPPER] Reworked libX11 with new wrapperhelperptitSeb2024-09-201-11/+8
|
* [WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb2024-09-201-1/+8
|
* [WRAPPER] Reworked libasound with new wrapperhelperptitSeb2024-09-191-7/+19
|
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-191-1/+1
| | | | libxcb-private
* [WRAPPER] Reworked libGLU with new wrapper helperptitSeb2024-09-181-10/+10
|
* [WRAPPER] Reworked libEGL with new wrapperhelperptitSeb2024-09-181-0/+2
|
* [WRAPPER] Reworked libgobject-2.0 with new wrapperhelperptitSeb2024-09-181-12/+13
|
* [WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)ptitSeb2024-09-181-19/+22
|
* [WRAPPER] Reworked wrapped libgio-2.0ptitSeb2024-09-181-22/+22
|
* [WRAPEPR] Reworked wrapping of libgdk3ptitSeb2024-09-171-5/+4
|
* [WRAPPER] Reworked gtk3 wrappingptitSeb2024-09-171-11/+17
|
* [WRAPPER] Updat generated wrapper filesptitSeb2024-09-101-1/+0
|
* [WRAPPER] Minors adjustments to pulse audio wrappingptitSeb2024-09-101-2/+3
|
* [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic ↵ptitSeb2024-09-091-4/+5
| | | | (for linux BeamNG)
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-081-3/+3
| | | | | | | | | * [WRAPPED] Fixed some libc wrapped functions * [WRAPPED] Fixed static build, added back * [WRAPPED] Fixed unlimited wrapping * [WRAPPED] Forgot to update
* [WRAPPING] Updated gtk3 wrapping (still more work to do)ptitSeb2024-09-081-2/+2
|
* [WRAPPER] Fixed some OpenGL function signaturesptitSeb2024-09-071-56/+41
|
* Added some more wrapeed function to libusb1 (for #1802)ptitSeb2024-09-071-0/+1
|
* Added a workaround with syscall if statx function is not defined in libcptitSeb2024-09-071-1/+1
|
* [WRAPPED] Update libc wrappers (#1800)rajdakin2024-09-061-20/+60
| | | | | | | * [WRAPPED] Fixed some issues in libc_private.h and the wrapper generator * [WRAPPED] Forgot to run the Python script * [WRAPPED] Oops
* [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)rajdakin2024-09-011-29/+11
| | | | | | | * [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs * [WRAPPERS] Version bump * [WRAPPED] Fixed wrapped glib2 on non-LD80BITS builds
* Wrapped 1 more function for libxcb (#1776)Yang Liu2024-08-301-0/+1
|
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com>
* Added more curl function wrapper (#1738)Yang Liu2024-08-161-0/+1
|
* [WRAPPER] Wrapped libdrm_amdgpu.so.1ptitSeb2024-08-101-0/+14
|
* Fix hidden error in PR 1677 (#1678)kaixindeken2024-07-151-0/+2
| | | | | | | | | * Fix most of tiff5 and ltdl7 functions * Adding missing file * delete libltdl7 wrapped * re-wrapped libtiff5 and list all symbols
* Wrapped lots of new function t be abble to run emulated libgnutls.so.30ptitSeb2024-07-141-0/+37
|
* This should fix regular buildptitSeb2024-07-101-13/+2490
|
* [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)ptitSeb2024-07-101-2492/+13
|
* Wrap some functions for libc (#1635)Yip Coekjan2024-07-041-0/+4
|
* Wrapped libsqlite3 (#1625)Yang Liu2024-07-011-0/+5
| | | | | * Wrapped libsqlite3 * More functions
* Wrapped more functions (#1624)Yang Liu2024-07-011-0/+2
| | | | | | | | | * Wrapped more gtk functions * Wrapped 1 more gdk3 function * Wrapped more gnutls functions * Added generated files
* Small fix for a signature of a gnutls functionptitSeb2024-06-211-0/+1
|
* Added more wrapped functions to gmp and idn2 (#1598)LiZhuoheng2024-06-181-0/+5
|
* Added more wrapped functions (#1593)LiZhuoheng2024-06-181-0/+2
|
* Fixed some symbols not found error for libc and libresolv wrapping (#1591)Yang Liu2024-06-171-2/+2
|
* Fixed some vulkan wrapper functions (#1585)Yang Liu2024-06-151-21/+20
| | | | | * Fixed some vulkan wrapper functions * Forgot to submit generated files
* Added more wrapped function to libunistring2 (#1582)LiZhuoheng2024-06-131-0/+1
| | | | | * Added more wrapped function to libunistring2 * add wrapper.c
* Better wrapping for libwayland-client, removed the x64 versions of the libs, ↵ptitSeb2024-06-121-0/+5
| | | | using wrapped one instead
* Removed wrapped libwayland-client and libwayland-cursor, the wrapping is ↵ptitSeb2024-06-121-5/+0
| | | | wrong, and use native libs instead
* Wrapped libtasn1-6 (#1563)LiZhuoheng2024-06-061-0/+1
|
* Wrapped libssh2 (#1538)LiZhuoheng2024-05-301-0/+1
| | | | | * Wrapped libssh2 * Add more libssh2 wrapped functions