summaryrefslogtreecommitdiffstats
path: root/Designs/config_parser_design.md
Commit message (Collapse)AuthorAge
* Drop rymlyum2023-02-25
Rapidyaml started refusing to parse config files so I dropped it. * Add ConfigMarshal clas to support very simple config marshalling * No versioning, no type indicators, nothing. * Supports int, bool, and string. * Bool are serialized as int. * Log no longer segfaults if given nullptr wxTextCtrl*. * Fix how whisper CPP GUI fields restore from config