Releases: dushibaiyu/yu
Releases · dushibaiyu/yu
升级到结构体复制构造函数
使用复制构造函数
添加快捷获取当前exe的位置
remove event loop
remove event loop, please use vibe-core or libasync
up to new ldc
buffer all data
v0.1.2 loadLib return bool
Ibuffer to read and write , and const to ubyte
v0.1.1 serialize
0.1
-
fix asyncsocket error
-
fix win and mac build error
-
Change async-socket all CallBack to nothrow
-
Rm yu.array.IAppder
-
fix alloctor in 2.075 , to use YuAlloctor
-
add hash function
-
add chacksum functionm
-
Add COW string
-
Rebuild Vector
-
- Use COW : when is the Value-type and struct don't hasElaborateAssign
-
- Use Deep-Copy : when hasElaborateAssign
-
- Disable copy: when is Ref-Type and Pointer
-
add yu.traits.isRefType
-
use the template to SnowflkeId
-
add Serialize
fix error and add serialize
- fix asyncsocket error
- use the template to SnowflkeId
- fix alloctor in 2.075 , to use YuAlloctor
- add Serialize
fix error and add hash with chacksum function
fix win and mac build error
add hash function
add chacksum functionm
add Contract to Vector and StringImpl
add opCmp to String
0.1.0-b1 : string and rewrite vector
- Add COW string
- Rebuild Vector
-
- Use COW : when is the Value-type and struct don't hasElaborateAssign
-
- Use Deep-Copy : when hasElaborateAssign
-
- Disable copy: when is Ref-Type and Pointer
- Change async-socket all CallBack to nothrow
- Rm yu.array.IAppder
- add yu.traits.isRefType
Note: The Api is not compatibility with 0.04
add Tools
add Buffer
add http 1x parser
add shared lib load
0.03
add read me and fix IAppender