summaryrefslogtreecommitdiffstats
path: root/scu_builders.py
Commit message (Collapse)AuthorAgeFilesLines
* CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-3/+1
| | | | And apply it to the codebase, removing empty lines at the start of blocks.
* SCU build - make paths relative to project folderlawnjelly2023-06-091-1/+1
| | | | Making paths relative to the project folder rather than the SCU directory helps make stack traces more readable.
* Single Compilation Unit build.lawnjelly2023-06-061-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.