about summary refs log tree commit diff stats
path: root/src/libtools/myalign.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Fixed myStackAlignGVariantNew and refined the test too (#2038)Yang Liu2024-11-151-49/+31
|
* [LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) (#2031)Leslie Zhai2024-11-141-0/+60
| | | | | | | | | * [LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) * [LA64] Implement myStackAlignGVariantNew (#2025) * [LA64] Limit the log to LOG_DEBUG (#2055) * [LA64] Add missing file (#2025)
* Better X11 callback in list handlingptitSeb2024-07-211-0/+8
|
* Fixes (#1659)rajdakin2024-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures
* Put back 8 slots for xcb_connection_t wrappingptitSeb2024-03-091-1/+1
|
* Some more improvment to xcb wrappingptitSeb2024-03-061-12/+45
|
* Fixed xcb_connect wrappingptitSeb2024-01-151-3/+12
|
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-311-1/+1
|
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-0/+185
|
* And this one can be const tooptitSeb2023-10-131-1/+1
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | [WRAPPER] Fixed stack align on varargs (for #789) (#790)Yang Liu2023-05-161-3/+3
|/
* Simplified alignment of stat64 structureptitSeb2022-11-221-10/+4
|
* Improve support of MyAlign for printf type (for #356)ptitSeb2022-07-301-0/+4
|
* Added some untested support for loongarch64 va_listptitSeb2021-09-261-185/+510
|
* More work on gtk and nss3+friendsptitSeb2021-09-211-1/+1
|
* More work on gtk wrappingptitSeb2021-09-201-0/+7
|
* Added disabled wrapped libfuse (not working for now)ptitSeb2021-08-101-0/+20
|
* Improvment to a few libc wrapped functionsptitSeb2021-06-061-0/+34
|
* Added %zd support in myalign varg hadnlingptitSeb2021-05-191-2/+18
|
* Aligned struct epollptitSeb2021-04-261-1/+40
|
* Fixed handling of * in scnaf/printf Stack argument handlingptitSeb2021-04-171-16/+42
|
* More work on stack alignementsptitSeb2021-04-031-2/+2
|
* Added wrapped swscanfptitSeb2021-04-021-0/+94
|
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-18/+0
|
* Fixed swprintf wrappingptitSeb2021-03-261-112/+129
|
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-0/+93
|
* Added alignment for 'long double' handling in '...'ptitSeb2021-03-111-0/+4
|
* Alignement of struct stat / stat64ptitSeb2021-03-091-0/+45
|
* Attempts at conversion of va_listptitSeb2021-03-081-0/+1
|
* Fixed myalign handling for long double on ARM64ptitSeb2021-03-051-1/+3
|
* Somes fixes to float/double/long double handling in va_listptitSeb2021-03-051-3/+6
|
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-0/+427