about summary refs log tree commit diff stats
path: root/src/wrapped/wrappeddbus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Added more slot to libdbus callback wrappersptitSeb2025-07-221-1/+5
|
* [WRAPPER] Added some more dbus wrapped functionsptitSeb2025-07-221-0/+43
|
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-6/+0
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* 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
* | Added one more function to wrapped libdbusptitSeb2023-07-101-0/+16
| |
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-15/+15
| |
* | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ptitSeb2023-04-281-15/+15
|/ | | | platform), conversion not finished
* Added some more wrapped function to libdbusptitSeb2023-04-101-0/+43
|
* [RV64][LA464][PPC64] Fixed some issues with VALIST handlingptitSeb2023-03-251-0/+57
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-59/+3
| | | | more straight forward usage of native wrapped functions (ported from box86)
* More untested support for loongarch64 va_listptitSeb2021-09-261-0/+8
|
* More work on gtk and nss3+friendsptitSeb2021-09-211-0/+17
|
* Added wrapped dbus_message_get_args and a generic mothod to convert VAARG ↵ptitSeb2021-07-271-3/+4
| | | | '...' to valist (helps wine64)
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-25/+1
|
* First passrajdakin2021-04-141-1/+17
|
* Added wrapped libdbus-1ptitSeb2021-03-261-0/+555