d1c1743dc9
feat: basically finish ArgParser
...
- finish ArgParser and test it.
- Help output function will be added in next commit.
2024-07-29 16:58:52 +08:00
588946583c
feat: add universal config manager implementation.
2024-07-02 10:52:24 +08:00
ccb729c718
refactor: update all modules for UTF8 string. waiting for debugging
2024-06-28 15:46:58 +08:00
44dbbb1c99
refactor: refactor string helper for UTF8 string
2024-06-28 14:44:39 +08:00
0319be7e19
feat: finish exception helper.
...
- finish exception helper.
- switch to LOCALAPPDATA/CrashDumps as output directory.
- add testbench for exception helper.
- add lost testbench for GetLocalAppData in WinFctHelper.
- link with DbgHelp.lib on Windows in CMake.
2024-06-17 15:10:45 +08:00
5481898ad9
feat: move std::filesystem::path related function to independent namespace.
...
- create FsPathPatch namespace to hold std::filesystem::path related functions.
- add corresponding testbench code for it.
2024-06-15 17:57:33 +08:00
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