about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedtbbmallocproxydefs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-091-1/+1
|
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-051-1/+1
| | | | | * [WRAPPERS] Added an isSimpleWrapper function for RV64 * [WRAPPERS] Version bump
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-1/+1
|
* [WRAPPERS] Generator version bumprajdakin2023-07-171-1/+1
|
* Try to add complex function in libmptitSeb2023-04-061-1/+1
|
* [WRAPPERS] Version updaterajdakin2023-02-121-1/+1
|
* Malloc override (#437)ptitSeb2022-10-291-0/+8
* Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy