Skip to content

Releases: cfnptr/conf

v1.5.0

v1.4.2

31 May 19:52
Compare
Choose a tag to compare
  • Updated docs
  • Improved code readability
  • Updated MPIO library

Full Changelog: v1.4.1...v1.4.2

v1.4.1

03 Feb 18:13
Compare
Choose a tag to compare
  • Updated MPIO library
  • Improved C++ wrapper
  • Added documentation
  • Added better build scripts
  • Added building instructions

v1.4.0

11 Nov 11:59
23b2cd5
Compare
Choose a tag to compare
  • Refactored code style.
  • Added repeating config file keys check.
  • Added C++ wrapper.
  • Added custom writer float precision.
  • Updated MPIO.
  • Added required spacing around '='.

v1.3.2

24 Jul 19:44
0d51dc2
Compare
Choose a tag to compare
  • Added README usage examples.
  • Fixed errno resulting.
  • Added negative float fraction protection.
  • Improved build scripts.
  • Fixed Windows libraries building.

v1.3.1

26 May 12:41
2121f7f
Compare
Choose a tag to compare
  • Fixed writer abortion on bad value.
  • Update libraries.

v1.3.0

28 Apr 14:44
7483059
Compare
Choose a tag to compare
  • Updated MPIO library.
  • Make writeConfString length explicit.
  • Minor fixes.

v1.2.0

13 Apr 06:52
8bc3486
Compare
Choose a tag to compare
  • Fixed CMake target protector.
  • Added string value length return.
  • Added Windows CRLF handling.
  • Fixed buffer overflow vulnerability.

v1.1.2

23 Feb 09:19
0388351
Compare
Choose a tag to compare
  • Fixed incorrect comment as value behaviour bug.
  • Suppressed linux warnings.
  • Fixed file close segmentation fault bug.

v1.1.1

19 Jan 19:09
Compare
Choose a tag to compare
  • Fixed tests memory leak.
  • Improved code.