Releases: david830wu/WCCommon
Releases · david830wu/WCCommon
Upgrade to C++20
New Features
- Add delegate for fast functional passing by variables
- Add FifoFile to manage Linux FIFO file
- Add DefEnum and DefTuple to define structures with reflection easily
What's Changed
- Upgrade LogConfig
- Predefined format for LogConfig in HJLogFormat
- add fmt format support for NumericTime type
New Contributors
v1.3.2
Fixed:
- use static type check for string and value conversion
- fixed flush buffer bug in write_csv() function
Config:
- add vscode launch.json for tests
v1.3.0 (Stable)
Features:
- CsvIO
- LogConfig
- NumericTime
- ProgressBar
- YAMLGetField
- UTF8Convertor
- WCCommonUtils