Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: Update static checks to black 23.3.0 | Rémi Verschelde | 2023-06-19 | 1 | -3/+1 |
| | | | | And apply it to the codebase, removing empty lines at the start of blocks. | ||||
* | SCU build - make paths relative to project folder | lawnjelly | 2023-06-09 | 1 | -1/+1 |
| | | | | Making paths relative to the project folder rather than the SCU directory helps make stack traces more readable. | ||||
* | Single Compilation Unit build. | lawnjelly | 2023-06-06 | 1 | -0/+339 |
Adds support for simple SCU build (DEV_ENABLED only). This speeds up compilation by compiling multiple cpp files within a single translation unit. |