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