~roguescholar/boost/+git/json:develop

Last commit made on 2024-05-17
Get this branch:
git clone -b develop https://git.launchpad.net/~roguescholar/boost/+git/json

Branch merges

Branch information

Name:
develop
Repository:
lp:~roguescholar/boost/+git/json

Recent commits

0b410ea... by Dmitry Arkhipov <email address hidden>

don't build tests in CMake by default

5db4418... by LeeRiva <email address hidden>

Fixed typo

1f6f1a2... by Dmitry Arkhipov <email address hidden>

handle missing error case in direct parsing

a573496... by Dmitry Arkhipov <email address hidden>

fix lcov markings

dc95216... by Vaishnav Katiyar <email address hidden>

allow_invalid_utf16

9f85ed6... by Dmitry Arkhipov <email address hidden>

fix value_to for variants

After we allowed exceptions to propagate through error_code-based
conversions (when the user invoked value_to, rather than try_value_to),
we inadvertently broke value_to for variants, because they relied on
exceptions being caught by try_value_to. This change disables exception
propagation for exactly one level of nesting.

3a7ee79... by Dmitry Arkhipov <email address hidden>

document dependency on Boost.Endian

2b9ad2a... by Dmitry Arkhipov <email address hidden>

b2 features for benchmarking are in separate module

This is so that the module could be easily imported in e.g.
project-config.jam and then used for default build, custom build
variants, etc.

37e3fd0... by Dmitry Arkhipov <email address hidden>

fuzzing uses Drone container

128dc38... by Dmitry Arkhipov <email address hidden>

update GHA actions' versions