This website works better with JavaScript
Home
Explore
Help
Sign In
jon
/
libhv
mirror of
https://github.com/ithewei/libhv.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
No Description
124
Commits
6
Branches
14
Releases
Tree:
1a94e867bb
Branches
Tags
annotate
check_unicode
dev
kcptun
master
tfb
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.1.1
v1.1.0
v1.0.0
libhv
HTTP
SSH
ZIP
TAR.GZ
ithewei
1a94e867bb
update
6 years ago
base
1a94e867bb
update
6 years ago
etc
9cc79d1e5b
update
6 years ago
misc
258a3a3df8
update
6 years ago
utils
1a94e867bb
update
6 years ago
.gitignore
9dd2712280
update
6 years ago
Makefile
262425e75f
mkdir base utils misc
6 years ago
Makefile.in
262425e75f
mkdir base utils misc
6 years ago
README.md
1a94e867bb
update
6 years ago
h.h
258a3a3df8
update
6 years ago
main.cpp.tmpl
ca3d595346
update
6 years ago
README.md
Intro
hw 是一套跨平台c++工具集,类名以H开头
platform
gcc
mingw
msvc
required
c++11
Module
h.h:总头文件
hplatform.h: 平台相关
hdef.h: 宏定义
hversion.h: 版本
hsysinfo.h: 系统信息
hproc.h: 子进程/线程类
htime.h: 时间
herr.h: 错误码
hlog.h: 日志
hstring.h: 字符串
hvar.h: var变量
hobj.h: 对象基类
hgui.h: gui相关定义
hbuf.h: 缓存类
hfile.h: 文件类
hscope.h: 作用域RAII机制
hmutex.h:同步锁
hthread.h:线程
hthreadpool.h:线程池
hendian.h: 大小端
hmain.h: main_ctx: arg env
ifconfig.h: ifconfig实现
singleton.h: 单例模式
iniparser.h: ini解析
other
Makefile.in: 通用Makefile模板
main.cpp.tmpl: 通用main.cpp模板
BUILD
make test