Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | |
Part of #33027, also discussed in #29848. Enforcing the use of brackets even on single line statements would be preferred, but `clang-format` doesn't have this functionality yet. | |||
2020-04-02 | Replace NULL with nullptr | lupoDharkael | |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal ↵ | Juan Linietsky | |
objects and made them default. | |||
2020-02-17 | New PacketPeerDTLS and DTLSServer classes. | Fabio Alessandrelli | |
Custom instance implementation via the mbedtls module. |