ulib/README.md

26 lines
545 B
Markdown
Raw Normal View History

2023-11-16 07:57:41 +08:00
# ulib
2023-12-28 12:25:34 +08:00
基于C++11的框架
2023-12-05 14:54:34 +08:00
## 依赖
2023-12-05 14:50:37 +08:00
- [x] support [fmt-4.1](https://github.com/fmtlib/fmt/tree/4.x)
- https://stackoverflow.com/questions/77067214/do-any-old-versions-of-fmt-support-c98
2024-01-08 19:11:26 +08:00
- [x] support [libmysqlclient]()
2024-01-10 09:35:18 +08:00
- [x] support optional
- [x] support any
- [x] support mongoose
- [x] support jsoncpp
- [x] support inja
- [x] support fmt
2023-12-05 14:50:37 +08:00
- [ ] support [libzmq]()
2023-12-28 12:25:34 +08:00
- [x] thread and thread pool
2023-12-05 14:54:34 +08:00
## 支持平台
- [x] himix200
- [x] hisiv500
- [x] hisiv510
- [x] mipsel64el
- [x] mipsel
2024-01-08 19:11:26 +08:00
- [x] Linux-x86_64
2024-01-10 09:35:18 +08:00
## libraries
* `rxcpp`: `v4.1.1`