Skip to content

Tags: DroidChow/toml11

Tags

v3.0.0

Toggle v3.0.0's commit message
doc: update README

v3.0.0-beta

Toggle v3.0.0-beta's commit message
refactor: remove needless code snippet

v2.4.0

Toggle v2.4.0's commit message
chore: update version

v2.3.1

Toggle v2.3.1's commit message
feat: use detail::none_t instead of char

Although the error value from combinators currently does not have any
information, it can have an information because it is a char value. It
is better to use no-information-type explicitly to make it clear that
it does not have any information. So I added none_t in toml::detai and
use it in combinators and parsers as an error value from combinators.

v2.3.0

Toggle v2.3.0's commit message
feat: remove deprecated functions

v2.2.3

Toggle v2.2.3's commit message
chore: fix typo in README

v2.2.2

Toggle v2.2.2's commit message
fix: improve err msg for multiline inline table

show "missing curly brace" instead of "missing table key-value separator"

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ToruNiina#52 from ToruNiina/speedup-for-large-files

Speedup parsing large files

v2.2.0

Toggle v2.2.0's commit message
chore: fix example of err msg by re-running sample

v2.1.3

Toggle v2.1.3's commit message
fix: remove extraneous null character after float

the bug was introduced by snprintf