YYCCommonplace/src
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
..
ArgParser.cpp feat: add helper macro and new Win32 function. 2024-08-04 11:57:56 +08:00
ArgParser.hpp feat: add helper macro and new Win32 function. 2024-08-04 11:57:56 +08:00
CMakeLists.txt feat: add various functions 2024-08-13 09:38:12 +08:00
COMHelper.cpp fix: use new method to do the convertion among UTF8, UTF16 and UTF32. 2024-06-20 10:16:13 +08:00
COMHelper.hpp doc: update documentation in code 2024-07-25 11:22:50 +08:00
ConfigManager.cpp feat: add smart FILE pointer. 2024-08-02 09:50:15 +08:00
ConfigManager.hpp feat: add helper macro and new Win32 function. 2024-08-04 11:57:56 +08:00
ConsoleHelper.cpp refactor: rename Native String to Ordinary String. 2024-07-05 10:36:24 +08:00
ConsoleHelper.hpp doc: update documentation in code 2024-07-25 18:15:39 +08:00
Constraints.hpp doc: update documentation 2024-07-30 22:13:59 +08:00
DialogHelper.cpp refactor: update all modules for UTF8 string. waiting for debugging 2024-06-28 15:46:58 +08:00
DialogHelper.hpp feat: add helper macro and new Win32 function. 2024-08-04 11:57:56 +08:00
EncodingHelper.cpp feat: add convertion functions between utf8 and code page string 2024-07-09 21:02:26 +08:00
EncodingHelper.hpp doc: update documentation in code 2024-07-25 18:15:39 +08:00
ExceptionHelper.cpp feat: add various functions 2024-08-13 09:38:12 +08:00
ExceptionHelper.hpp fix: fix fatal error of ExceptionHelper in x86 environemnt. 2024-07-31 20:32:11 +08:00
IOHelper.cpp feat: add smart FILE pointer. 2024-08-02 09:50:15 +08:00
IOHelper.hpp feat: add smart FILE pointer. 2024-08-02 09:50:15 +08:00
ParserHelper.hpp doc: update documentation in code 2024-07-24 15:03:31 +08:00
StdPatch.cpp feat: add various functions 2024-08-13 09:38:12 +08:00
StdPatch.hpp feat: add various functions 2024-08-13 09:38:12 +08:00
StringHelper.cpp doc: update documentation in code 2024-07-24 15:03:31 +08:00
StringHelper.hpp doc: update documentation in code 2024-07-24 15:03:31 +08:00
WinFctHelper.cpp feat: add various functions 2024-08-13 09:38:12 +08:00
WinFctHelper.hpp feat: add various functions 2024-08-13 09:38:12 +08:00
WinImportPrefix.hpp feat: add some work 2024-05-23 09:37:41 +08:00
WinImportSuffix.hpp feat: add various functions 2024-08-13 09:38:12 +08:00
YYCC.natvis chore: add Natvis in MSVC CMake build. 2024-07-15 22:47:49 +08:00
YYCCInternal.hpp feat: add helper macro and new Win32 function. 2024-08-04 11:57:56 +08:00
YYCCommonplace.hpp feat: add various functions 2024-08-13 09:38:12 +08:00