Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use link time optimizations | Thomas Voss | 2022-11-14 | 1 | -1/+1 |
| | |||||
* | Actually cleanup after ourselvesv1.0.0 | Thomas Voss | 2022-10-13 | 1 | -2/+7 |
| | |||||
* | Move from make(1) to tup(1) | Thomas Voss | 2022-10-13 | 1 | -0/+12 |
| | |||||
* | Move functions to their own files | Thomas Voss | 2022-10-13 | 14 | -0/+503 |
Also we move the source code to a src/ directory. We also move from using `struct luxdisp` to `lux_t` to signify that we don’t want the user to be messing with the struct members. |