about summary refs log tree commit diff stats
path: root/src/include/myalign.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ANDROID] Another change on some internal structure for AndroidptitSeb2025-04-121-1/+4
|
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-0/+2
| | | | | * [WOW64] More work on the PE wow64 build * added a TODO
* [LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) (#2031)Leslie Zhai2024-11-141-1/+2
| | | | | | | | | * [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/+1
|
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-0/+5
|
* Various changes on pthread cancel and tls destructor, should be easier to ↵ptitSeb2023-10-131-0/+22
| | | | maintain
* 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-1/+1
|/
* [RV64][LA464][PPC64] Fixed some issues with VALIST handlingptitSeb2023-03-251-6/+7
|
* Better way to use CREATE_VALIST_FROM_VAARG macroptitSeb2023-03-031-1/+3
|
* Add SW64 base support (#382)wannacu2022-08-111-0/+37
| | | | | * Add SW64 base support * Add a few syscalls
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-281-0/+4
|
* Add support for RISCV to myalign.hAlexmitter2021-12-301-2/+2
| | | | based on https://github.com/riscv-non-isa/riscv-toolchain-conventions correct preprocessor definition for RISCV is __riscv
* Minor changes to allow box64 to build and run on ppc64le.Joseph Allen2021-11-181-11/+1
|
* And yet another build fixe for the untested loogarch64 supportptitSeb2021-09-261-1/+1
|
* Another build fixe for the untested loogarch64 supportptitSeb2021-09-261-1/+1
|
* Some build fixes for the untested loogarch64 supportptitSeb2021-09-261-3/+3
|
* More untested support for loongarch64 va_listptitSeb2021-09-261-3/+13
|
* Added some untested support for loongarch64 va_listptitSeb2021-09-261-1/+21
|
* More work on gtk wrappingptitSeb2021-09-201-0/+2
|
* Fixed va_list conversion for aarch64ptitSeb2021-09-191-31/+31
|
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 ↵ptitSeb2021-09-181-9/+9
| | | | samples)
* Added disabled wrapped libfuse (not working for now)ptitSeb2021-08-101-0/+1
|
* Added wrapped dbus_message_get_args and a generic mothod to convert VAARG ↵ptitSeb2021-07-271-6/+34
| | | | '...' to valist (helps wine64)
* Improvment to a few libc wrapped functionsptitSeb2021-06-061-0/+3
|
* Aligned struct epollptitSeb2021-04-261-0/+3
|
* Added wrapped swscanfptitSeb2021-04-021-0/+1
|
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-0/+18
|
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-0/+1
|
* Alignement of struct stat / stat64ptitSeb2021-03-091-0/+2
|
* Fixed va_list conversion for aarch64ptitSeb2021-03-081-5/+5
|
* Attempts at conversion of va_listptitSeb2021-03-081-2/+33
|
* Somes fixes to float/double/long double handling in va_listptitSeb2021-03-051-0/+1
|
* Fixed va_list handling on aarch64ptitSeb2021-03-051-3/+3
|
* A bit more work on va_list handlingptitSeb2021-03-051-3/+22
|
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-0/+43