Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Tinkoff/uconfig

v2.1.0

19 May 16:04

Choose a tag to compare

Features

  • Default-constructed Config isn't initialized if all its' children aren't

v2.0.4

19 May 11:54

Choose a tag to compare

Bug Fixes

  • Fix ODR violations
  • Fix macOS building

Misc

  • Improve docstrings

v2.0.3

02 May 11:27

Choose a tag to compare

Misc

  • Use rapidjson include folder if found
  • Append CMAKE_MODULE_PATH
  • Fix gcc 10 compile errors and warnings

v2.0.2

30 Apr 13:23

Choose a tag to compare

Misc

  • Require cmake 3.0+
  • Add virtual dctor for abstract classes
  • Move test -> tests
  • Update README
  • Refactor rapidjson macro definitions

v2.0.1

13 Mar 15:27

Choose a tag to compare

Bug Fixes

  • Do not loop indefinitely while parsing vector with default-value elements

Misc

  • Update README

v2.0.0 First major public version

11 Mar 09:56

Choose a tag to compare

Features

  • Section -> Config
  • Support Vector of plain types
  • Support optional and default values for Vector
  • Config template is multiformat
  • Cofig::Register is format templated
  • Add doxygen-format docs
  • Add tests
  • Add README
  • Add CHANGELOG