Skip to content

Releases: david830wu/WCCommon

Upgrade to C++20

30 Apr 02:40
Compare
Choose a tag to compare

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

19 Aug 02:24
Compare
Choose a tag to compare

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)

18 Aug 01:01
83b8316
Compare
Choose a tag to compare

Features:

  • CsvIO
  • LogConfig
  • NumericTime
  • ProgressBar
  • YAMLGetField
  • UTF8Convertor
  • WCCommonUtils