2023-11-16 07:57:41 +08:00
|
|
|
# ulib
|
2023-12-05 14:50:37 +08:00
|
|
|
基于C++98的框架
|
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
|
|
|
|
- [ ] support [libmysqlclient]()
|
|
|
|
- [ ] support [libzmq]()
|
|
|
|
- [ ] thread and thread pool
|
|
|
|
- [ ] Smart pointer
|
|
|
|
- [ ] shared_ptr
|
|
|
|
- [ ] weak_ptr
|
|
|
|
- [ ] unique_ptr
|
|
|
|
- [ ] scoped_ptr
|
|
|
|
- [ ] scoped_array
|
2023-12-05 14:54:34 +08:00
|
|
|
|
|
|
|
## 支持平台
|
|
|
|
- [x] himix200
|
|
|
|
- [x] hisiv500
|
|
|
|
- [x] hisiv510
|
|
|
|
- [x] mipsel64el
|
|
|
|
- [x] mipsel
|
|
|
|
- [x] Linux-x86_64
|