Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | callable_mp: Fix non-debug branch | Rémi Verschelde | 2020-02-23 | 1 | -2/+15 |
| | | | | | | | | Was missed in #36393 because no `callable_mp()` calls were actually compiled with `tools=no` in that PR. Also work around GCC warning that also affects the `call_with_variant_args_ret_helper` variant. | ||||
* | Created the callable_mp macro, for signals to call method pointers directly. | Juan Linietsky | 2020-02-21 | 1 | -0/+279 |