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-28 | Integrate the new text interface | Tristan Riehs | |
A couple pieces of code have been made independant from the GUI implementation: calc_data and input. | |||
2024-06-28 | Add TUI to project | Tristan Riehs | |
2024-06-20 | Use cli and gui as shared libraries | Tristan Riehs | |
2024-06-20 | Integrate the raylib display to the build system | Tristan Riehs | |
2024-06-17 | Improve build system | Tristan Riehs | |
Add support for toggling debug on and off and for using GNU Readline or not. | |||
2024-05-31 | Fix the build system | Tristan Riehs | |
Simply use git to retrieve linenoise sources instead. | |||
2024-05-31 | Switch to linenoise instead of readline | Tristan Riehs | |
The API is the exact same, and this implementation is much lighter and memory-leak-free. | |||
2024-05-30 | Add proper compilation flags | Tristan Riehs | |
2024-05-30 | Initial commit | Tristan Riehs | |