summaryrefslogtreecommitdiff
path: root/core/callable.h
AgeCommit message (Expand)Author
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-17Fix C# bindings after recent breaking changesIgnacio Etcheverry
2020-02-21Created the callable_mp macro, for signals to call method pointers directly.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky