summaryrefslogtreecommitdiffstats
path: root/core/callable.h
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+4
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-0/+1
* Created the callable_mp macro, for signals to call method pointers directly.Juan Linietsky2020-02-211-4/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-0/+162