aboutsummaryrefslogtreecommitdiff
path: root/src/calculer.c
AgeCommit message (Collapse)Author
2024-06-30Add support for release compilation modeHEADmasterTristan Riehs
Displays are not shared libraries, but object files that are part of the final executable.
2024-06-28Add TUI to projectTristan Riehs
2024-06-25Display time calculations takeTristan Riehs
2024-06-22Handle user input better in the main loopTristan Riehs
2024-06-20Use cli and gui as shared librariesTristan Riehs
2024-06-20Start integrating the new interface facilityTristan Riehs
2024-06-20Handle the new interface optionTristan Riehs
2024-06-20Add interface optionTristan Riehs
Also improve the usage message.
2024-06-19Add usage commentTristan Riehs
2024-06-17Improve build systemTristan Riehs
Add support for toggling debug on and off and for using GNU Readline or not.
2024-06-01Add a couple commentsTristan Riehs
2024-06-01Add option for setting max and minTristan Riehs
2024-06-01Add option for setting log fileTristan Riehs
2024-06-01Add basic command-line arguments parsingTristan Riehs
2024-06-01Improve loggingTristan Riehs
Also keep track of whether the user got right or wrong. Optimize the allocation and modification of the log character buffer.
2024-05-31Check user input before using itTristan Riehs
2024-05-31Switch to linenoise instead of readlineTristan Riehs
The API is the exact same, and this implementation is much lighter and memory-leak-free.
2024-05-31Start implementing loggingTristan Riehs
2024-05-30Make a minimal working programTristan Riehs
2024-05-30Initial commitTristan Riehs