YYCCommonplace/doc
yyc12345 72a48b703f feat: add various functions
- Add Win32 CopyFile, MoveFile, DeleteFile functions in WinFctHelper.
- rename FsPathPatch to StdPatch because this namespace will hold all standard library patches in future.
- add polyfill for std:basic_string::starts_with, std::basic_string::ends_with std::basic_string_view::starts_with, std::basic_string_view::ends_with in StdPatch.
- add polyfill for unordered and ordered associative standard library container's contains function in StdPatch.
- documentation and testbench will be fixed in later commits.
2024-08-13 09:38:12 +08:00
..
src feat: add various functions 2024-08-13 09:38:12 +08:00
CMakeLists.txt chore: update build script. 2024-07-22 13:56:00 +08:00
Doxyfile.in doc: finish all documentations 2024-07-26 15:08:12 +08:00