Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some comments | Alessio Vanni | 2019-06-23 | 1 | -4/+0 |
| | | | | | | While they are technically informative, the splitting makes things easier to follow already (somewhat) and there's not really a need to list each global variable (there aren't many anyway.) | ||||
* | Make CallbackWrapper a module | Alessio Vanni | 2019-06-23 | 1 | -0/+2 |
| | | | | | | In theory this way it can be used anywhere else if needed, but right now it's simply because it has to be placed somewhere and a module seems the best place for an object definition (constructor, etc.) | ||||
* | Make messaging its own file | Alessio Vanni | 2019-06-23 | 1 | -0/+144 |
Also reorganize the Makefile a bit. |