015ff874f8
feat: add windows function helper
...
- add windows function helper namespace for some commonly used windows functions.
- add corresponding testbench for added code.
2024-06-13 11:18:25 +08:00
67bd445885
refactor: update ParserHelper
...
- update the implementation of ParserHelper from locale-based std::to_string, std::stod, std::stoull, to locale-independent function std::from_chars and std::to_chars.
- rename TerminalHelper to ConsoleHelper.
2024-05-31 12:12:48 +08:00
72eb79ce1a
feat: basically finish parser helper.
...
- basically finish parser helper, including TryParse, Parse and ToString.
- only Parse has been tested. other test should be filled in future.
2024-05-28 19:59:41 +08:00
359aff82ac
feat: finish FileFilters class in dialog helper.
...
- finish FileFilters class representing the file types area in popup dialog.
2024-05-22 15:53:46 +08:00
6ebb457bd1
finish terminal helper
2024-05-20 21:41:48 +08:00
b6cffd8a97
first commit
2024-04-25 10:38:13 +08:00