| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-01-29 | 894 Bytes | |
| v3.3.0 source code.tar.gz | 2023-01-29 | 1.3 MB | |
| v3.3.0 source code.zip | 2023-01-29 | 1.4 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
Fixes:
- fixed null pointer dereference in parser when exceptions are disabled (#169) (@ncaklovic)
- fixed spurious warnings in MSVC 19.34
- fixed
toml::parse_file()on windows for non-ASCII paths - fixed a spurious table redefinition error (#187) (@jorisvr)
- fixed UB edge-case in integer parsing (#188) (@jorisvr)
- fixed some build issues with Apple-flavoured Clang (#189) (@eddelbuettel)
Additions:
- added
toml::format_flags::terse_key_value_pairs - added
TOML_ENABLE_FLOAT16config (#178) (@Scrumplex)
Removals:
- removed automatic detection of
_Float16(you must explicitly setTOML_ENABLE_FLOAT16to enable it) (#186) (@benthetechguy)
Build system:
- re-wrote the meson scripts to fix a number of issues (#185, [#186]) (@Tachi107, @benthetechguy)
- increased the minimum required meson version to
0.61.0