valijson: upgrade 0.4 -> 0.5

This is mostly a maintenance release.
It addresses a number of warnings that were produced when compiling
with warnings enabled (/W4) on MSVC.
In some cases, warnings have been suppressed on a per-file basis,
through the use of pragma statements.
This was done to minimise the potential impact of changes required
to exhaustively address these warnings.

Bundled versions of gtest and rapidjson have also been updated,
and several minor bug fixes have been included.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
zhengruoqin 2021-08-05 16:35:28 +08:00 committed by Khem Raj
parent 41fd0b4789
commit 41abd1a21f

View File

@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2"
SRC_URI = "git://github.com/tristanpenman/valijson.git"
SRCREV = "9183462118f58a3ca4be82b8f656f18707229737"
SRCREV = "c5487c39eb900b97535f8b3a38a17af098c784e3"
S = "${WORKDIR}/git"