618 Commits

Author SHA1 Message Date
f867a283b3 added 4bits constexpr values at Binary.h. 2022-12-30 14:55:26 +08:00
e8376618c4 added Binary.h 2022-12-30 11:43:33 +08:00
e2d4caa59c added convert between Celsius and Fahrenheit Kelvin 2022-12-30 11:15:19 +08:00
4c696582be disabled MergetFilename<wchar_t> function at other OS. 2022-12-28 17:14:33 +08:00
48abdf2a89 removed "enum class ColorSpace" 2022-08-18 18:58:25 +08:00
43eb0d657f changed to UTF8CharSet from DefaultCharSet() 2022-08-11 19:10:34 +08:00
6d186e5812 improved find_str_array 2022-08-08 18:02:16 +08:00
40dbeac772 added default param at LoadStringListFromText/LoadStringListFromTextFile functions. 2022-08-05 14:19:03 +08:00
37e6af6385 recreate SplitString calsses,and split LoadString/LoadStringList/SaveStringList/MergeString/SplitString...... 2022-08-05 12:21:25 +08:00
c1893a83ec added SplitString.h and MergeString.h 2022-08-04 21:35:30 +08:00
01a3f3da25 删除大量旧平台标识符 2022-08-04 16:27:53 +08:00
b689edaf75 used GetFirstChar/GetLastChar instead of GetBeginChar/GetEndChar 2022-08-04 10:47:10 +08:00
d3608bee15 splited ASyncEvent 2022-07-07 21:32:35 +08:00
5a88a6072c Merge branch 'master' of https://github.com/hyzboy/CMCore into HEAD 2022-06-25 21:41:43 +08:00
88277a6026 added a newly hgl_set function. 2022-06-25 21:40:39 +08:00
9f9436e49b added HEXColor3/3f macro. 2022-06-16 10:44:29 +08:00
45e8725f36 added ToAnsiString functions at Windows platform. 2022-06-15 16:05:54 +08:00
58c8f1db90 fixed Log that they didn't use Logger system. 2022-06-14 17:57:57 +08:00
d92f08d3c3 fixed [] at MemBlock 2022-06-14 17:57:27 +08:00
22267b5f6f added get_utf16_length/to_utf16 functions. 2022-06-14 15:55:42 +08:00
1874288c2a used uint16 instead of CharCodePage at CodePage.h/Endian.h 2022-06-13 18:15:31 +08:00
fb765038f0 fixed few mistake in C++17 2022-05-31 17:21:17 +08:00
f2ad8ce5bf renamed few functions at StdString.h 2022-05-28 20:32:04 +08:00
a62f822f73 added URI.h/.cpp 2022-05-27 10:46:34 +08:00
14bca2e58f improved codes of Color and ColorSpace 2022-05-17 14:38:17 +08:00
f28508e98c removed "namespace graph" in ColorSpace.h 2022-05-13 21:40:24 +08:00
6807143584 fixed GAMMA to 2.4, and used newly function's name same GLSL 2022-05-12 17:02:38 +08:00
7260cdfc00 added ColorSpace.h at CMakeLists.txt 2022-05-12 16:00:54 +08:00
431bf503b9 added ColorSpace.h 2022-05-12 14:50:09 +08:00
0646143522 layout StringList.h 2022-05-09 01:39:03 +08:00
71dbff0497 added LoadStringFromTextFile(UTF8String,....) 2022-04-07 20:29:09 +08:00
6b47b1d367 added HGL_COPYRIGHT_STRING macros. 2022-04-07 20:28:50 +08:00
337d4a7fa4 Fixed a error at StringList::Add(const StringList 2022-04-01 00:14:48 +08:00
4327870a08 fixed ENUM_CLASS_RANGE_ERROR_RETURN macros. 2022-04-01 00:08:59 +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
e17d3d6b9f fixed a bug about CaseComp at String/StringInstance 2022-03-31 21:58:55 +08:00
08d2fa2a1f added GetOSLibararyPath and FindFileOnPaths functions. 2022-03-31 18:13:36 +08:00
a4d1ed0c3c improved StringList<> 2022-03-31 18:13:07 +08:00
d23a1d8639 added CharType at String<> 2022-03-31 18:12:37 +08:00
a14f4c13b4 moved macros to TypeFunc.h from Macro.h 2022-03-31 18:12:12 +08:00
42ecbe46ff Merge branch 'master' of https://github.com/hyzboy/CMCore 2022-03-21 23:05:00 +08:00
bfed461c84 fixed half_to_float 2022-03-21 21:29:14 +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
2958c9c448 fixed isspace 2022-03-12 19:30:26 +08:00
98978c5363 added a newly clamp function that only a param 2022-03-12 19:30:08 +08:00
f305b89cd3 delete hgl_cpy(T *,T *) function. 2022-03-11 17:58:08 +08:00
afec00dc90 defined union/struct at Color3f/4f 2022-03-11 17:48:59 +08:00
1aa976a30a cleared "COLOR enum class" at Color3f/4f 2022-03-11 17:37:32 +08:00