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

Skip to content

Releases: cktan/tomlc17

R250712

12 Jul 23:23

Choose a tag to compare

  • bug fix in C++ access methods
  • add toml::Result class
  • add toml::parse() function

R250703

03 Jul 20:00

Choose a tag to compare

  • small improvements in date and time parsing

R250622

23 Jun 06:38

Choose a tag to compare

  • add toml_seek()

R250601: add c++ accessors

01 Jun 07:44

Choose a tag to compare

This release adds the file tomlcpp.hpp, which provides convenient C++20 routines to access parsed result.

R250524

24 May 21:33

Choose a tag to compare

  • add toml_merge() to merge two results
  • add toml_equiv() to compare two results
  • add tests for toml_merge()
  • other miscellaneous cleanups

R250511

11 May 09:58

Choose a tag to compare

Fix a buffer overrun issue.

R250507

08 May 00:03

Choose a tag to compare

Minor changes internally.

R250506

06 May 22:52

Choose a tag to compare

  • prevent buffer overrun
  • more efficient

R250501x

01 May 20:42

Choose a tag to compare

bug fix release

R250430

30 Apr 23:44

Choose a tag to compare

Initial release!