Skip to content

Commit

Permalink
tomlplusplus: update to 3.2.0.
Browse files Browse the repository at this point in the history
## v3.2.0

#### Fixes:
- fixed `[dotted.table]` source columns sometimes being off by one (#152) (@vaartis)
- fixed spurious `Wnull-dereference` warning on GCC (#164) (@zaporozhets)
- fixed `print_to_stream` ambiguity for `size_t` (#167) (@acronce)

#### Additions:
- added value type deduction to `emplace()` methods
- added `toml::path` utility type (#153, #156, #168) (@jonestristand, @kcsaul)
- added config option `TOML_CALLCONV`
- added missing relational operators for `source_position`

#### Changes:
- relaxed cvref requirements of `is_homogeneous()`, `emplace()`, `emplace_back()`, `emplace_hint()`
- relaxed mantissa and digits10 requirements of extended float support
  • Loading branch information
wiz committed Sep 9, 2022
1 parent 583893a commit aabe912
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/tomlplusplus/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2022/05/04 06:44:12 wiz Exp $
# $NetBSD: Makefile,v 1.4 2022/09/09 15:04:37 wiz Exp $

DISTNAME= tomlplusplus-3.1.0
DISTNAME= tomlplusplus-3.2.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=marzer/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
5 changes: 4 additions & 1 deletion devel/tomlplusplus/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2022/05/04 06:44:12 wiz Exp $
@comment $NetBSD: PLIST,v 1.4 2022/09/09 15:04:37 wiz Exp $
include/toml++/impl/array.h
include/toml++/impl/array.inl
include/toml++/impl/at_path.h
Expand All @@ -20,6 +20,8 @@ include/toml++/impl/parse_error.h
include/toml++/impl/parse_result.h
include/toml++/impl/parser.h
include/toml++/impl/parser.inl
include/toml++/impl/path.h
include/toml++/impl/path.inl
include/toml++/impl/preprocessor.h
include/toml++/impl/print_to_stream.h
include/toml++/impl/print_to_stream.inl
Expand All @@ -33,6 +35,7 @@ include/toml++/impl/std_optional.h
include/toml++/impl/std_string.h
include/toml++/impl/std_string.inl
include/toml++/impl/std_utility.h
include/toml++/impl/std_variant.h
include/toml++/impl/std_vector.h
include/toml++/impl/table.h
include/toml++/impl/table.inl
Expand Down
8 changes: 4 additions & 4 deletions devel/tomlplusplus/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2022/05/04 06:44:12 wiz Exp $
$NetBSD: distinfo,v 1.4 2022/09/09 15:04:37 wiz Exp $

BLAKE2s (tomlplusplus-3.1.0.tar.gz) = 9802e04f4d80fb814404798c88252d520006234416c52ac801aa4e125aebff3d
SHA512 (tomlplusplus-3.1.0.tar.gz) = b5223fa978b606f6b14fa74495884ccd491fa6017ef44b2ac9a384fa1df7100745145163e2a139255927fb51e5ecd779ee2643c19579eab6e4533b15e75c9be9
Size (tomlplusplus-3.1.0.tar.gz) = 1010465 bytes
BLAKE2s (tomlplusplus-3.2.0.tar.gz) = 723cdacea685e8ad2ae3fa5fe25adcd1b31d16ed3719881efdfd4126fb298389
SHA512 (tomlplusplus-3.2.0.tar.gz) = 091c26a024b3a2ae6251038a99758acca8623f18a0137e662df43f865e7e77e255cb79d22acd5962bcb0feb8e9abf21ea4968bd61e8dd61f8ca3413a920d2ba9
Size (tomlplusplus-3.2.0.tar.gz) = 1294294 bytes

0 comments on commit aabe912

Please sign in to comment.