47 Commits

Author SHA1 Message Date
33f0ed3258 List.h改名为ArrayList.h 2025-04-23 00:29:44 +08:00
a7b0cb6112 List模板改名为ArrayList 2025-04-23 00:21:59 +08:00
d09fe4326e 旧的恢复MergeFilename,新的Combine重写并测试 2025-03-27 23:40:43 +08:00
54f484c442 MergeFilename改名为Combine 2025-03-27 23:07:32 +08:00
3f5baa99d0 ReplaceExtName supported find splite_char from left. 2025-03-03 22:58:44 +08:00
b5ef4424d4 fixed a but in ReplaceExtName that replace extname at . 2025-02-20 02:37:54 +08:00
e416162a1e Use U8String/U16String/WString instead of UTF8String/UTF16String/WideString 2024-12-24 22:39:02 +08:00
18efd0d6a6 use "fromString/fromInstance“ instead of "SetString/SetInstance" in String<> 2024-12-24 22:25:31 +08:00
1fab7b4ef2 fixed a bug in ComboFilename 2024-07-26 03:13:42 +08:00
924f4ab9f3 improved AccumMemoryManager 2024-03-09 20:47:19 +08:00
9e5df330ca added comments in Filename.h 2023-07-21 18:29:23 +08:00
65cab41a50 fixed a bug at filesystem::SplitFilename 2023-01-10 17:23:00 +08:00
4c696582be disabled MergetFilename<wchar_t> function at other OS. 2022-12-28 17:14:33 +08:00
b689edaf75 used GetFirstChar/GetLastChar instead of GetBeginChar/GetEndChar 2022-08-04 10:47:10 +08:00
fb765038f0 fixed few mistake in C++17 2022-05-31 17:21:17 +08:00
c799636f2b Merge branch 'master' of https://github.com/hyzboy/CMCore 2022-03-31 23:45:50 +08:00
0862db3d03 improved PlugInManage 2022-03-31 21:59:14 +08:00
08d2fa2a1f added GetOSLibararyPath and FindFileOnPaths functions. 2022-03-31 18:13:36 +08:00
c1fb0f3038 added FileLastWriteTime function. 2022-03-17 23:16:44 +08:00
6c2f5b255c added & at multi places. 2022-03-15 18:01:38 +08:00
6dccc324b6 added SplitFilename and ReplaceExtName functions at filesystem/Filename.h 2021-12-13 13:40:32 +08:00
7cdc507194 fixed ComboFilename funcs. 2021-09-14 09:55:58 +08:00
9c5cb2dc4a updated ComboFilename series functions. 2021-09-07 13:08:58 +08:00
e6b09705b4 updated VolumeInfo::DriverType to enum class. 2021-09-07 13:08:26 +08:00
b058361b1c added a few comment that they are talk about filename length limited. 2021-09-07 13:07:47 +08:00
0d46053149 added FixFilename function at filesystem namespace. 2021-09-04 13:44:24 +08:00
d065f24770 splited the filename functions to Filename.h from FileSystem.h 2021-01-21 11:52:37 +08:00
390f7618e3 use ProcFolderBegin/ProcFolderEnd instead of ProcFolder 2021-01-15 20:27:35 +08:00
52d0077fa9 fixed a bug it's add ! at error position. 2020-12-09 13:03:56 +08:00
41b70d4744 add comments 2020-11-09 15:14:28 +08:00
28bf928b3b add ComboFilename function. 2020-11-09 13:14:22 +08:00
f22bca1403 filesystem::ClipMainFilename use String::FindRightChars 2020-10-14 15:52:51 +08:00
d4d80e19df changed value name. 2020-10-12 19:18:13 +08:00
c016d33f1f 更新GetLocalAppdataPath函数参数格式 2020-10-09 18:24:40 +08:00
c890a59c32 fix zero-end bug in FileSystem.h 2020-09-21 20:39:38 +08:00
2aadf9005c upgrade function name. 2020-09-18 19:46:56 +08:00
dd5f22ef0a add ClipPathname function 2020-09-16 22:02:01 +08:00
93a2713ba7 append TrimFileExtName function. 2020-09-14 19:51:30 +08:00
512894f080 add new space char 2020-09-08 22:05:08 +08:00
7927586bd1 rename from BaseString to String 2020-09-03 15:52:46 +08:00
f6a846c655 support "u8char" type 2020-07-07 19:14:42 +08:00
12a766d021 增加新形式的LoadFileToMemory函数 2020-06-05 11:00:58 +08:00
34eef8fdab 改进FileComp函数 2020-05-06 17:13:16 +08:00
fb3f8b1c86 改进BaseString/StringInstance 2020-04-24 21:09:25 +08:00
0cdc519ee6 append param "append_zero" in filesystem::LoadFileToMemory 2020-04-08 18:08:18 +08:00
88e836be16 fix comment 2019-12-30 21:30:49 +08:00
2b71bf8135 first commit 2019-08-19 19:19:58 +08:00