727 Commits

Author SHA1 Message Date
1f1d1b8035 add AutoDeleteObjectArray template 2020-10-17 13:37:46 +08:00
bbfb3ccaa1 layout codes it's Color.cpp 2020-10-16 19:21:28 +08:00
0c045fb8b1 add GetSize() in RectScope 2020-10-14 21:01:57 +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
6f86d966bf add a macro of officel web url 2020-10-11 17:55:21 +08:00
da5138b920 add begin/end in ObjectList 2020-10-10 16:17:58 +08:00
7b79a61874 fix a bug, it's parse utf16 text. 2020-10-10 15:45:07 +08:00
c2a7691e5b add OSCharSet macro 2020-10-10 15:44:36 +08:00
d79e3d0219 support for each 2020-10-09 21:48:20 +08:00
7d8adb18c6 support new format of GetLocalAppdataPath 2020-10-09 21:48:01 +08:00
c016d33f1f 更新GetLocalAppdataPath函数参数格式 2020-10-09 18:24:40 +08:00
84147361fe delete "#pragma warning" in Microsoft.h 2020-09-30 22:04:47 +08:00
aa7e9a7eff add bvec.h 2020-09-30 14:16:42 +08:00
1ad31f6f6b add clamp and dot2 functions. 2020-09-30 14:16:30 +08:00
a24e522ffe add Matrix3x4f 2020-09-28 16:49:23 +08:00
91301417d5 Merge branch 'master' of https://github.com/hyzboy/CMCore 2020-09-27 21:16:37 +08:00
b4b9b32955 AutoDeleteArray append a new construct function. 2020-09-27 21:15:30 +08:00
c890a59c32 fix zero-end bug in FileSystem.h 2020-09-21 20:39:38 +08:00
2ec8168b16 use default destruct function. 2020-09-21 11:54:11 +08:00
d36b64cdb5 rename from Set<> to Sets<> 2020-09-21 11:53:52 +08:00
25a2605932 rename hgl_aligned_malloc to hgl_align_malloc 2020-09-20 02:40:40 +08:00
9d1ddc1ac4 use hgl_cpy instead hgl_typecpy 2020-09-20 02:40:21 +08:00
f230c3a8ff add new hgl_zero_new() function 2020-09-20 02:39:48 +08:00
29785b9d2a redefine hgl_cpy/hgl_move .... function name. 2020-09-19 18:31:07 +08:00
3e9b703ebc add hgl_align_realloc 2020-09-19 14:57:53 +08:00
2aadf9005c upgrade function name. 2020-09-18 19:46:56 +08:00
7ae1cf07ff upgrade the parse_number_array serials functions. 2020-09-18 19:46:37 +08:00
6f1249263e rename from string_to_enum to string_serial_from_list 2020-09-16 22:02:17 +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
7c69cfff60 use "enum class" in ByteOrderMask 2020-09-11 18:51:36 +08:00
c140850e37 add StringList to String function. 2020-09-11 16:28:32 +08:00
7cf856b4ee add notcodechar,clipleft,clipright functions.
enhanced trimleft,trimright,trim functions.
2020-09-11 15:40:31 +08:00
512894f080 add new space char 2020-09-08 22:05:08 +08:00
a30567c431 fix String::SetInstance/StrcpyInstance functions 2020-09-05 14:56:46 +08:00
857b758312 fix UTF8 parse error. 2020-09-05 10:52:35 +08:00
cc2b6c4952 add RangeCheck function 2020-09-05 10:52:11 +08:00
7927586bd1 rename from BaseString to String 2020-09-03 15:52:46 +08:00
51f22f0ed3 layout codes. 2020-09-03 15:39:00 +08:00
b37c9439e3 support new trim/trimleft/trimright 2020-09-03 11:06:04 +08:00
0b6e12c471 trim/trimleft/trimright系列函数不再new出字符串 2020-09-03 11:05:46 +08:00
80d1e17dcb add ENUM_CLASS_RANGE macro 2020-08-25 17:49:05 +08:00
8e2a935bae add isspace<char/char8_t> and getbetween functions. 2020-08-24 11:54:48 +08:00
def5b0f873 fixed BaseString::Trim... functions bug. 2020-08-24 11:54:17 +08:00
a65385a87b add HGL_OFFICAL_WEB macro 2020-08-24 11:53:50 +08:00
af0e232759 update LoadStringFromText functions. and it's don't delete[] the source_data. 2020-08-24 11:04:46 +08:00
b5fe20f6c3 update LoadStringListFrom/LoadStringFromText 2020-08-21 21:10:14 +08:00
936a7e7787 add DateTime struct 2020-08-20 21:30:13 +08:00
92662f6b94 add AutoFree<> 2020-08-19 11:46:22 +08:00