dev v1.0.4 part1
This commit is contained in:
parent
92ac3d94bc
commit
86042281ae
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,8 +2,10 @@
|
|||||||
!.gitignore
|
!.gitignore
|
||||||
!README.txt
|
!README.txt
|
||||||
!version.txt
|
!version.txt
|
||||||
|
!doc.md
|
||||||
!*/
|
!*/
|
||||||
!include/*
|
!include/*
|
||||||
|
!doc/*
|
||||||
!test/client/client.c
|
!test/client/client.c
|
||||||
!test/client/CMakeLists.txt
|
!test/client/CMakeLists.txt
|
||||||
!test/server/server.c
|
!test/server/server.c
|
||||||
|
0
doc/document.md
Normal file
0
doc/document.md
Normal file
@ -9,4 +9,8 @@ v1.0.3 dev
|
|||||||
使用多头文件分离的方法将系统环境,线程,套接字分成三个文档
|
使用多头文件分离的方法将系统环境,线程,套接字分成三个文档
|
||||||
暂时兼容老版本,将在下个版本取消对前版本的兼容性
|
暂时兼容老版本,将在下个版本取消对前版本的兼容性
|
||||||
v1.0.4 alpha
|
v1.0.4 alpha
|
||||||
通过了Windows和Linux的基础测试(不完全),
|
通过了Windows和Linux的基础测试(测试仅包括tcp-ipv4,tcp-ipv6,测试不完全)
|
||||||
|
添加了tthread.h专用于Windows和Linux的线程函数,错误码方面函数未完工(注意可能低版本的Windows不支持)
|
||||||
|
添加bkfifo.h为后续线程池函数做准备
|
||||||
|
添加各个函数的函数文档,重构README.txt
|
||||||
|
取消部分函数兼容
|
Loading…
x
Reference in New Issue
Block a user