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