about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [WRAPPER] Reworked libXss with new wrapperhelperptitSeb2024-10-101-2/+2
|
* [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed ↵ptitSeb2024-10-081-0/+11
| | | | potential issue with static build)
* [WRAPPER] Reworked wrapped libXi with new wrapperhelperptitSeb2024-10-061-25/+64
|
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-041-12/+40
|
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-113/+409
|
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-031-4/+3
|
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-291-2/+2
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-271-0/+2
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-251-0/+5
|
* [WRAPPER] Reworked wrapped libwayland-client with new wrapperhelperptitSeb2024-09-231-0/+3
|
* [WRAPPER] Reworked wrapped libopenal with new wrapperhelperptitSeb2024-09-231-12/+3
|
* [WRAPPER] Reworked wrapping of libXcurse, libXfixes, libXrender and ↵ptitSeb2024-09-221-40/+76
| | | | libXrandr with new wrapperhelper
* [WRAPPER] Reworked libX11 with new wrapperhelperptitSeb2024-09-201-25/+17
|
* [WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb2024-09-201-2/+17
|
* [WRAPPER] Reworked libasound with new wrapperhelperptitSeb2024-09-191-17/+56
|
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-191-2/+2
| | | | libxcb-private
* [WRAPPER] Reworked libGLU with new wrapper helperptitSeb2024-09-181-22/+22
|
* [WRAPPER] Reworked libEGL with new wrapperhelperptitSeb2024-09-181-0/+6
|
* [WRAPPER] Reworked libgobject-2.0 with new wrapperhelperptitSeb2024-09-181-25/+27
|
* [WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)ptitSeb2024-09-181-48/+56
|
* [WRAPPER] Reworked wrapped libgio-2.0ptitSeb2024-09-181-46/+46
|
* [WRAPEPR] Reworked wrapping of libgdk3ptitSeb2024-09-171-12/+9
|
* [WRAPPER] Reworked gtk3 wrappingptitSeb2024-09-171-24/+45
|
* [WRAPPER] Updat generated wrapper filesptitSeb2024-09-101-2/+0
|
* [WRAPPER] Minors adjustments to pulse audio wrappingptitSeb2024-09-101-4/+6
|
* [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic ↵ptitSeb2024-09-091-6/+10
| | | | (for linux BeamNG)
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-081-6/+7
| | | | | | | | | * [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-4/+4
|
* [WRAPPER] Fixed some OpenGL function signaturesptitSeb2024-09-071-161/+123
|
* Added some more wrapeed function to libusb1 (for #1802)ptitSeb2024-09-071-0/+3
|
* Added a workaround with syscall if statx function is not defined in libcptitSeb2024-09-071-3/+2
|
* [WRAPPED] Update libc wrappers (#1800)rajdakin2024-09-061-58/+153
| | | | | | | * [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-75/+85
| | | | | | | * [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/+2
|
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+2
|
* [WRAPPER] Wrapped libdrm_amdgpu.so.1ptitSeb2024-08-101-0/+39
|
* Fix hidden error in PR 1677 (#1678)kaixindeken2024-07-151-0/+5
| | | | | | | | | * 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/+86
|
* This should fix regular buildptitSeb2024-07-101-39/+6737
|
* [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)ptitSeb2024-07-101-6743/+39
|
* Wrap some functions for libc (#1635)Yip Coekjan2024-07-041-0/+11
|
* Wrapped libsqlite3 (#1625)Yang Liu2024-07-011-0/+14
| | | | | * Wrapped libsqlite3 * More functions
* Wrapped more functions (#1624)Yang Liu2024-07-011-0/+4
| | | | | | | | | * 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/+2
|
* Added more wrapped functions to gmp and idn2 (#1598)LiZhuoheng2024-06-181-0/+14
|
* Added more wrapped functions (#1593)LiZhuoheng2024-06-181-0/+5
|
* Fixed some symbols not found error for libc and libresolv wrapping (#1591)Yang Liu2024-06-171-6/+4
|
* Fixed some vulkan wrapper functions (#1585)Yang Liu2024-06-151-52/+49
| | | | | * Fixed some vulkan wrapper functions * Forgot to submit generated files
* Added more wrapped function to libunistring2 (#1582)LiZhuoheng2024-06-131-0/+3
| | | | | * Added more wrapped function to libunistring2 * add wrapper.c