Skip to content

Releases: dushibaiyu/yu

升级到结构体复制构造函数

08 Oct 11:29
Compare
Choose a tag to compare

使用复制构造函数
添加快捷获取当前exe的位置

remove event loop

14 Sep 04:40
Compare
Choose a tag to compare

remove event loop, please use vibe-core or libasync
up to new ldc

buffer all data

16 Aug 07:26
Compare
Choose a tag to compare
v0.1.2

loadLib return bool

Ibuffer to read and write , and const to ubyte

07 Aug 08:58
Compare
Choose a tag to compare

0.1

27 Jul 02:58
Compare
Choose a tag to compare
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

13 Jul 08:19
Compare
Choose a tag to compare
Pre-release
  • 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

27 Jun 03:24
Compare
Choose a tag to compare

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

06 Jun 09:59
Compare
Choose a tag to compare
Pre-release
  • 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

18 May 07:16
Compare
Choose a tag to compare

add Buffer
add http 1x parser
add shared lib load

0.03

18 Apr 09:22
Compare
Choose a tag to compare

add read me and fix IAppender