|
72f641c7a7
|
改正在动态库处理中,函数名使用AnsiString
|
2020-07-11 16:45:00 +08:00 |
|
|
dce9ade773
|
将win下的char8定义改到DataTypeWin.h,保持与gnu编译器一致
|
2020-07-11 16:25:36 +08:00 |
|
|
9191dcb73c
|
在GNU编译器下根据系统预置宏,正确识别是否支持char8_t。(注:仅根据文档实现,待LINUX下测试)
|
2020-07-11 16:13:19 +08:00 |
|
|
50aa9ce555
|
Merge pull request #2 from bhlzlx/master
添加MinGW64支持
|
2020-07-10 21:14:16 +08:00 |
|
kusugawa
|
9a17c0e998
|
恢复 void Log(LogLevel ll,const AnsiString &str) 并添加注释
|
2020-07-10 19:07:31 +08:00 |
|
kusugawa
|
e3bc5a94c6
|
char8_t类型处理
|
2020-07-10 18:57:35 +08:00 |
|
kusugawa
|
1d5e4ff03c
|
支持VS2015,去掉srand(time(0))
|
2020-07-10 18:18:03 +08:00 |
|
kusugawa
|
039d4f19ce
|
为MINGW32/64编译器添加支持
|
2020-07-10 17:01:59 +08:00 |
|
|
50b2f7a7a4
|
Merge branch 'master' of https://github.com/hyzboy/CMCore
|
2020-07-09 17:57:27 +08:00 |
|
|
f5291b6288
|
add WriteAnsiString/WriteAnsiShortString/WriteAnsiTinyString functions.
|
2020-07-09 17:57:10 +08:00 |
|
|
77a570d6be
|
add U32_TEXT macro
|
2020-07-08 10:48:16 +08:00 |
|
|
b0ac446322
|
move u8char position
|
2020-07-08 10:16:24 +08:00 |
|
|
f6a846c655
|
support "u8char" type
|
2020-07-07 19:14:42 +08:00 |
|
|
5e67c0cef7
|
fix a bug in IndexOfUnicodeBlock function
|
2020-07-04 15:39:15 +08:00 |
|
|
02cb4bb8b3
|
add IndexOfUnicodeBlock function
|
2020-07-04 13:46:37 +08:00 |
|
|
2e07688151
|
the UnicodeBlocks create .cpp
|
2020-07-01 17:44:32 +08:00 |
|
|
bb66ce1f5a
|
修改Map::Get函数名称为GetBySerial以避免可能的错误
|
2020-06-28 22:14:28 +08:00 |
|
|
5524bc7ebb
|
改进isspace函数
|
2020-06-28 22:13:59 +08:00 |
|
|
6056788079
|
add UnicodeBlocks.h
|
2020-06-28 21:11:13 +08:00 |
|
|
b078d6cbdc
|
fix a incompatible problem on Linux platform
|
2020-06-18 03:37:42 +08:00 |
|
|
7e90d9dead
|
Merge branch 'master' of https://github.com/hyzboy/CMCore
|
2020-06-13 19:08:46 +08:00 |
|
|
5f89344c84
|
VC最低支持版本改为vc2017
|
2020-06-13 19:08:29 +08:00 |
|
|
bc89ebae56
|
修正缺少const后缀的问题
|
2020-06-13 02:57:57 +08:00 |
|
|
e979871971
|
增加CheckBOM(void *)函数
|
2020-06-12 13:15:15 +08:00 |
|
|
73ca4a13d2
|
add PornHubRead/PornHubYellow colors
|
2020-06-10 21:16:43 +08:00 |
|
|
fa37096d7b
|
fix commit of DataInputStream
|
2020-06-09 20:06:14 +08:00 |
|
|
72f2b58e12
|
add TellPointer function in MemoryInputStream
|
2020-06-09 19:39:37 +08:00 |
|
|
6b4feef78e
|
修正OpenFileOutputStream调用FileOutputStream::Open没有正确传递mode的bug
|
2020-06-05 16:22:05 +08:00 |
|
|
b7329d10b5
|
AutoDelete/AutoDeleteArray增加!重载
|
2020-06-05 11:01:22 +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 |
|
|
3319d37da9
|
修正没有正确传递值的bug
|
2020-04-24 21:08:23 +08:00 |
|
|
d53a65b242
|
split codes of "char type" to CharType.h
|
2020-04-13 15:32:22 +08:00 |
|
|
0cdc519ee6
|
append param "append_zero" in filesystem::LoadFileToMemory
|
2020-04-08 18:08:18 +08:00 |
|
|
0e8a4a6d24
|
修正模板函数ParseHexStr调用转换错误
|
2020-03-06 23:27:17 +08:00 |
|
|
e7a9ea9e7d
|
Update code of Crossplatform redefine
|
2020-02-08 15:03:07 +08:00 |
|
|
45f80fb7f7
|
fix "CreateTextOutputStream" call namespace error.
|
2020-01-24 00:16:04 +08:00 |
|
|
2f96255420
|
delete "BaseString::BaseString(const T)"
|
2020-01-24 00:15:23 +08:00 |
|
|
d2cdbfcb84
|
add "=default" after "~PlugIn()"
|
2020-01-24 00:15:02 +08:00 |
|
|
0a0d23c08c
|
update #include
|
2020-01-23 21:01:08 +08:00 |
|
|
25748fde9b
|
fix thread macro in Linux
|
2020-01-23 20:37:42 +08:00 |
|
|
e90f8c9479
|
delete "return" in Construct function
|
2020-01-23 20:23:36 +08:00 |
|
|
4d8b4d8c73
|
fix use "Find" Function of parent class
|
2020-01-23 20:23:18 +08:00 |
|
|
6107f34e21
|
use "enum class" instead "enum" in Weekday/Month
|
2020-01-20 19:27:07 +08:00 |
|
|
8f024e1598
|
更新pow22算法
|
2020-01-20 17:05:13 +08:00 |
|
|
e2cf0d6041
|
add ApproxPow22
|
2020-01-20 16:57:33 +08:00 |
|
|
6344eecc07
|
fix bug
|
2020-01-19 19:22:24 +08:00 |
|
|
01aede5cb5
|
Merge branch 'master' of https://github.com/hyzboy/CMCore
|
2020-01-19 13:14:15 +08:00 |
|
|
e0c2a28567
|
add multi "strechar" functions,"BaseString::FindExcludeChar" functions.
|
2020-01-19 13:13:48 +08:00 |
|