summaryrefslogtreecommitdiffstats
path: root/core/callable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-7/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-0/+6
* ConnectionsDock: Fix error when parsing CustomCallable connectionsRémi Verschelde2020-02-281-1/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-0/+357