about summary refs log tree commit diff stats
path: root/src/wrapped32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32] More adjustments to x86 structures packing & alignment (or not)ptitSeb2024-10-088-21/+21
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-0711-262/+103
* [BOX32][WRAPPER] Reworked 32bits libGL with new wrapperhelperptitSeb2024-10-076-175/+634
* [BOX32][WRAPPER] Reworked 32bits libasound with new wrapperhelperptitSeb2024-10-076-1100/+1397
* [BOX32] Added a couple of 32bits function to libcptitSeb2024-10-075-2/+14
* [BOX32][WRAPPING] Added 32bits wrapped libXi (with new wrapperhelper)ptitSeb2024-10-0610-0/+418
* [BOX32] Added a few more 32bits libc symbolsptitSeb2024-10-064-3/+7
* [BOX32][WRAPPER] Added 32bits libuuid (with new wrapperhelper)ptitSeb2024-10-066-0/+73
* [BOX32][WRAPPER] Added 32bits wrapped libXcomposite (with new wrapperhelper)ptitSeb2024-10-066-0/+75
* [BOX32] Proper alignment for x86 structuresptitSeb2024-10-068-40/+48
* [BOX32] More work on various wrapper, and some bug fixesptitSeb2024-10-0622-143/+527
* [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works fr...ptitSeb2024-10-0510-15/+135
* [BOX32] Added many more 32bits wrapped function (some using wrapperhelper)ptitSeb2024-10-0521-143/+478
* [BOX32][WRAPPER] Added 32bits libXinerama, with new wrapperhelperptitSeb2024-10-056-0/+77
* [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelperptitSeb2024-10-059-584/+1757
* [BOX32][WRAPEPR] Reworked 32bits libfontconfig with new wrapperhelperptitSeb2024-10-056-173/+256
* [BOX32][WRAPPER] Added more 32bits wrapped function to libfreetypeptitSeb2024-10-056-16/+397
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter lin...ptitSeb2024-10-0410-21/+84
* [BOX32][WRAPPER] Reworked 32bits libXext with new wrapperhelperptitSeb2024-10-048-118/+398
* [BOX32] Initalized libX11 if used without loading (becauseit's loaded indirec...ptitSeb2024-10-041-0/+9
* [BOX32][WRAPPER] Added wraped mostly empty 32bits libXextptitSeb2024-10-0410-4/+599
* [BOX32][WRAPPER] Fixed 32bits mktimeptitSeb2024-10-044-1/+5
* [TRACE] Btter trace for ioctlptitSeb2024-10-044-5/+1
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...ptitSeb2024-10-043-1/+3
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-038-442/+478
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-6/+12
* [BOX32][WRAPPER] Added full wrapped support for 32bits libudev0 and libudev1ptitSeb2024-10-0313-0/+299
* [BOX32] Added rolling log print on Stack corrupted callptitSeb2024-10-031-0/+1
* [BOX32][WRAPPER] Added a few more libX11 32bits wrapped functionsptitSeb2024-10-036-4/+40
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few e...ptitSeb2024-09-3013-540/+649
* [BOX32][WRAPPER] Added 32bits wrapping for SDL2_imageptitSeb2024-09-308-0/+284
* [BOX32][WRAPPER] Added a few more wrapped functions to libGL, libasound and l...ptitSeb2024-09-308-23/+96
* [BOX32][WRAPPER] nl_langinfo signature needs t as return typeptitSeb2024-09-304-6/+6
* [BOX32] Handling of BOX64_MAXCPU for 32bits appsptitSeb2024-09-306-6/+29
* [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still don't...ptitSeb2024-09-301-6/+7
* [BOX32][WRAPPER] Manualy changed wctype_t to h in libc wrappingptitSeb2024-09-304-6/+7
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-3077-554/+645
* Revert a change ffrom previous build and pushed missing BOX32 generated files...ptitSeb2024-09-294-17/+0
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-292-1/+7
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing fon...ptitSeb2024-09-299-86/+474
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library...Pablo Labs2024-09-292-1/+13
* [BOX32][WRAPPER] Added some more 32bits libc functionsptitSeb2024-09-287-7/+50
* [BOX32][WRAPPER] Added 32bits wrapped/hacked libtcmallocminimalptitSeb2024-09-288-0/+521
* [BOX32][WRAPPER] Added some minimum 32bits wrpping for fontconfig, and some f...ptitSeb2024-09-289-5/+488
* [BOX32][WRAPPER] Some fixes to libexpat 32bits wrapping and more other 32bits...ptitSeb2024-09-287-37/+142
* [BOX32] Fixed wrapping for glShaderSourceARBptitSeb2024-09-284-2/+13
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed one from ...ptitSeb2024-09-2810-12/+122
* [BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped f...ptitSeb2024-09-2812-15/+1143
* [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libcptitSeb2024-09-2811-103/+263
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-276-98/+332