Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-30 | Add support for release compilation modeHEADmaster | Tristan Riehs | |
Displays are not shared libraries, but object files that are part of the final executable. | |||
2024-06-30 | Improve dynamic loading | Tristan Riehs | |
Make loading code cleaner and prefix public function names to allow static compilation. | |||
2024-06-22 | Improve disp API and implement dynamic reload | Tristan Riehs | |
2024-06-22 | Add dynamix reloading functions | Tristan Riehs | |
Also reserve a couple return values for read_input. | |||
2024-06-20 | Use cli and gui as shared libraries | Tristan Riehs | |
2024-06-20 | Improve error handling | Tristan Riehs | |
2024-06-20 | Define a display interface | Tristan Riehs | |