ithewei 1f0e6fb250 optimize code from @mtdxc %!s(int64=3) %!d(string=hai) anos
..
RAII.cpp 8a84c3d7d3 WSAStartup => WSAInit %!s(int64=4) %!d(string=hai) anos
README.md 915cc8e2b8 update %!s(int64=3) %!d(string=hai) anos
ThreadLocalStorage.cpp 1f0e6fb250 optimize code from @mtdxc %!s(int64=3) %!d(string=hai) anos
ThreadLocalStorage.h ad2f267ada update %!s(int64=4) %!d(string=hai) anos
hasync.cpp 8cb296f94f Impl hv::async %!s(int64=4) %!d(string=hai) anos
hasync.h 324f6f6982 Add TimerThread %!s(int64=4) %!d(string=hai) anos
hdir.cpp 314e6ca37a fix UNICODE compile error %!s(int64=4) %!d(string=hai) anos
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
hfile.h 8fa05c1787 update %!s(int64=4) %!d(string=hai) anos
hmap.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
hpath.cpp 314e6ca37a fix UNICODE compile error %!s(int64=4) %!d(string=hai) anos
hpath.h 446c5edda1 optimize code %!s(int64=4) %!d(string=hai) anos
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
hstring.cpp 70430b8e2b hv::empty_string %!s(int64=4) %!d(string=hai) anos
hstring.h 70430b8e2b hv::empty_string %!s(int64=4) %!d(string=hai) anos
hthreadpool.h 8cb296f94f Impl hv::async %!s(int64=4) %!d(string=hai) anos
hurl.cpp 9442d940e7 Update hurl.cpp %!s(int64=4) %!d(string=hai) anos
hurl.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
iniparser.cpp e4090c146e use prefix hv %!s(int64=3) %!d(string=hai) anos
iniparser.h 37705499e5 format code %!s(int64=4) %!d(string=hai) anos
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos

README.md

目录结构

.
├── hasync.h        hv::async实现
├── hdir.h          目录(ls实现)
├── hfile.h         文件类
├── hobjectpool.h   对象池
├── hpath.h         路径操作
├── hscope.h        作用域模板类
├── hstring.h       字符串操作
├── hthreadpool.h   线程池
├── hurl.h          URL操作
├── ifconfig.h      网络配置(ifconfig实现)
├── iniparser.h     INI解析
├── json.hpp        JSON解析
├── singleton.h     单例模式宏
└── ThreadLocalStorage.h 线程本地存储类