| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make (most) pulse nullptr checks unnecessary. | Andreas Grois | 2021-05-08 | 1 | -4/+4 |
| | | | | | | This change makes respective functions return either a result or an option instead. The goal here is readability. | ||||
| * | Revert "Make runnable's run() method take a mutable self-reference." | Andreas Grois | 2021-05-03 | 1 | -1/+1 |
| | | | | | | | | This reverts commit e1f0525e4e1dcf674aa7489042a06b7c7d671a2a. I've decided against having mutable self-references. It's a bit less convenient, but more sane. Also, the revert can be reverted any time, should the need arise. | ||||
| * | Make runnable's run() method take a mutable self-reference. | Andreas Grois | 2021-05-02 | 1 | -1/+1 |
| | | | | | | Because there is no real reason speaking against it, and it makes plugin development a lot easier. | ||||
| * | Factor out all unsafe code into its own module (unfinished) | Andreas Grois | 2021-05-02 | 1 | -0/+34 |
