From 86042281ae7033a79190f218cd65d47a99b6fc0f Mon Sep 17 00:00:00 2001 From: zzy <2450266535@qq.com> Date: Thu, 26 Oct 2023 22:06:52 +0800 Subject: [PATCH] dev v1.0.4 part1 --- .gitignore | 2 ++ doc.md | 0 doc/document.md | 0 version.txt | 6 +++++- 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc.md create mode 100644 doc/document.md diff --git a/.gitignore b/.gitignore index ebc864e..e1f308b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,10 @@ !.gitignore !README.txt !version.txt +!doc.md !*/ !include/* +!doc/* !test/client/client.c !test/client/CMakeLists.txt !test/server/server.c diff --git a/doc.md b/doc.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/document.md b/doc/document.md new file mode 100644 index 0000000..e69de29 diff --git a/version.txt b/version.txt index fb23de9..a34d7f9 100644 --- a/version.txt +++ b/version.txt @@ -9,4 +9,8 @@ v1.0.3 dev 使用多头文件分离的方法将系统环境,线程,套接字分成三个文档 暂时兼容老版本,将在下个版本取消对前版本的兼容性 v1.0.4 alpha - 通过了Windows和Linux的基础测试(不完全), \ No newline at end of file + 通过了Windows和Linux的基础测试(测试仅包括tcp-ipv4,tcp-ipv6,测试不完全) + 添加了tthread.h专用于Windows和Linux的线程函数,错误码方面函数未完工(注意可能低版本的Windows不支持) + 添加bkfifo.h为后续线程池函数做准备 + 添加各个函数的函数文档,重构README.txt + 取消部分函数兼容 \ No newline at end of file