ithewei 7f11480996 mv some code from header file to source file 2 yıl önce
..
RAII.cpp 8a84c3d7d3 WSAStartup => WSAInit 4 yıl önce
README.md 915cc8e2b8 update 3 yıl önce
ThreadLocalStorage.cpp 1f0e6fb250 optimize code from @mtdxc 3 yıl önce
ThreadLocalStorage.h ad2f267ada update 4 yıl önce
hasync.cpp 8cb296f94f Impl hv::async 4 yıl önce
hasync.h 324f6f6982 Add TimerThread 4 yıl önce
hdir.cpp 314e6ca37a fix UNICODE compile error 4 yıl önce
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hfile.h e9763f0d18 rm cppcheck warnings 2 yıl önce
hmap.h 33320d29c6 Add requests::downloadFile 3 yıl önce
hobjectpool.h 4c20221d98 Add tips 3 yıl önce
hpath.cpp 314e6ca37a fix UNICODE compile error 4 yıl önce
hpath.h 446c5edda1 optimize code 4 yıl önce
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hstring.cpp 33320d29c6 Add requests::downloadFile 3 yıl önce
hstring.h 33320d29c6 Add requests::downloadFile 3 yıl önce
hthreadpool.h 4c20221d98 Add tips 3 yıl önce
hurl.cpp 7f11480996 mv some code from header file to source file 2 yıl önce
hurl.h 7f11480996 mv some code from header file to source file 2 yıl önce
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
iniparser.cpp fe2cb726b3 Add IniParser::GetSections 3 yıl önce
iniparser.h fe2cb726b3 Add IniParser::GetSections 3 yıl önce
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce

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 线程本地存储类