about summary refs log tree commit diff stats
path: root/src/wrapped/generated (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-062-0/+2
|
* [WRAPPER] Wrapped 3 more symbols for libc (#2000)Yang Liu2024-11-052-0/+6
|
* [WRAPPER] Small rework on wrapper return valuesptitSeb2024-11-021-1007/+1007
|
* Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually)ptitSeb2024-11-013-0/+13
|
* [WRAPPER] Wrapped remaining 2 function to libbrotidec (for #1860)ptitSeb2024-10-302-1/+9
|
* [WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with ↵ptitSeb2024-10-303-0/+28
| | | | hidden callback (for #1860)
* [WRAPPER] Reworked ssl3 and crypto3 with new wrapperhelper (for #1860)ptitSeb2024-10-294-4/+45
|
* [WRAPPER] Added some ssl3 and crypto3 wrapped functions (for #1860)ptitSeb2024-10-252-0/+12
|
* [WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860)ptitSeb2024-10-256-0/+40
|
* [VULKAN] Added 2 more extensionsptitSeb2024-10-183-0/+5
|
* [WRAPPER] Reworked libcups wrapping with new wrapperhelperptitSeb2024-10-173-4/+137
|
* Added 1 more wrapped symbol to gtk2 (for #1943)ptitSeb2024-10-172-0/+4
|
* [WRAPPER] Reworked libgnutls wrapping with new wrapperhelperptitSeb2024-10-133-0/+136
|
* [RV64_DYNAREC] Wrapped icuuc75 (#1926)Yang Liu2024-10-117-0/+68
|
* [WRAPPER] Reworked libXss with new wrapperhelperptitSeb2024-10-103-4/+4
|
* [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed ↵ptitSeb2024-10-083-0/+21
| | | | potential issue with static build)
* [WRAPPER] Reworked wrapped libXi with new wrapperhelperptitSeb2024-10-063-49/+116
|
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-044-30/+78
|
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-113/+409
|
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-033-6/+5
|
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-294-8/+8
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-274-3/+7
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-253-0/+9
|
* [WRAPPER] Reworked wrapped libwayland-client with new wrapperhelperptitSeb2024-09-234-0/+9
|
* [WRAPPER] Reworked wrapped libopenal with new wrapperhelperptitSeb2024-09-233-20/+5
|
* [WRAPPER] Reworked wrapping of libXcurse, libXfixes, libXrender and ↵ptitSeb2024-09-223-76/+136
| | | | libXrandr with new wrapperhelper
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX ↵ptitSeb2024-09-222-0/+4
| | | | wrapping, and more 32bits wrapped functions
* [WRAPPER] Reworked libX11 with new wrapperhelperptitSeb2024-09-205-66/+50
|
* [WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb2024-09-204-5/+42
|
* [WRAPPER] Added 1 wrapped function to libX11 (for #1204 and #1841)ptitSeb2024-09-202-0/+2
|
* [WRAPPER] Reworked libasound with new wrapperhelperptitSeb2024-09-194-32/+119
|
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-193-4/+4
| | | | libxcb-private
* [WRAPPER] Reworked libGLU with new wrapper helperptitSeb2024-09-184-47/+47
|
* [WRAPPER] Reworked libEGL with new wrapperhelperptitSeb2024-09-183-0/+10
|
* [WRAPPER] Reworked libgobject-2.0 with new wrapperhelperptitSeb2024-09-184-93/+97
|
* [WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)ptitSeb2024-09-184-124/+138
|
* [WRAPPER] Reworked wrapped libgio-2.0ptitSeb2024-09-184-152/+150
|
* [WRAPEPR] Reworked wrapping of libgdk3ptitSeb2024-09-174-30/+17
|
* [WRAPPER] Reworked gtk3 wrappingptitSeb2024-09-174-89/+80
|
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-122-0/+18
|
* [WRAPPER] Updat generated wrapper filesptitSeb2024-09-104-6/+8
|
* [WRAPPER] Minors adjustments to pulse audio wrappingptitSeb2024-09-104-20/+22
|
* [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic ↵ptitSeb2024-09-093-13/+20
| | | | (for linux BeamNG)
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-084-12/+31
| | | | | | | | | * [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-084-16/+24
|
* [WRAPPER] Fixed some OpenGL function signaturesptitSeb2024-09-073-273/+205
|
* Added some more wrapeed function to libusb1 (for #1802)ptitSeb2024-09-074-0/+9
|
* Added a workaround with syscall if statx function is not defined in libcptitSeb2024-09-074-5/+8
|
* [WRAPPED] Update libc wrappers (#1800)rajdakin2024-09-064-136/+317
| | | | | | | * [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-01714-847/+825
| | | | | | | * [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs * [WRAPPERS] Version bump * [WRAPPED] Fixed wrapped glib2 on non-LD80BITS builds