summaryrefslogtreecommitdiff
path: root/dev-cpp/valijson
AgeCommit message (Collapse)Author
2025-10-20dev-cpp/valijson: drop 1.0.4, 1.0.5, 1.0.6Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-09-23dev-cpp/valijson: Stabilize 1.0.6-r1 amd64, #963232Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-23dev-cpp/valijson: Stabilize 1.0.6-r1 x86, #963232Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-15dev-cpp/valijson: Stabilize 1.0.6 amd64, #960178Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-15dev-cpp/valijson: Stabilize 1.0.6 x86, #960178Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08dev-cpp/valijson: Use default install targetSebastian Parborg
Valijson now has a valid install target for the headers. In addition to this, it also has an install target for the valijsonConfig.cmake file that some projects have started using. Signed-off-by: Sebastian Parborg <sebastian@blender.org> Part-of: https://github.com/gentoo/gentoo/pull/43370 Closes: https://github.com/gentoo/gentoo/pull/43370 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-23dev-cpp/valijson: Stabilize 1.0.5 x86, #958877Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-23dev-cpp/valijson: Stabilize 1.0.5 amd64, #958877Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-08dev-cpp/valijson: add 1.0.6Holger Hoffstätte
This release offers a way to use boost::regex instead of std::regex, however this has to be done by the importing client code and by setting VALIJSON_USE_BOOST_REGEX. This cannot be enabled globally, so there is no corresponding USE flag. Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/42491 Closes: https://github.com/gentoo/gentoo/pull/42491 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-08dev-cpp/valijson: set CMAKE_QA_COMPAT_SKIP=1Holger Hoffstätte
The unused & unbuilt "inspector" app has an outdated CMakeLists.txt. Instead of patching an unmaintained subproject just skip the cmake compatibility check. Closes: https://bugs.gentoo.org/957461 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/42491 Signed-off-by: Sam James <sam@gentoo.org>
2025-05-24dev-cpp/valijson: add comment wrt test restrictionSam James
It was added in 44f039de30123a9472590cc6d2c15aa520a1d82b. Signed-off-by: Sam James <sam@gentoo.org>
2025-04-16dev-cpp/valijson: clean up oldHolger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/41589 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-16dev-cpp/valijson: add 1.0.5Holger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-14dev-cpp/valijson: Stabilize 1.0.4 x86, #953820Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-04-14dev-cpp/valijson: Stabilize 1.0.4 amd64, #953820Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-02-15dev-cpp/valijson: add 1.0.4Holger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/40585 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-13dev-cpp/valijson: clean up oldHolger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/38314 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-09-13dev-cpp/valijson: add 1.0.3Holger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-08-17dev-cpp/valijson: Stabilize 1.0.2 x86, #938007Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-08-17dev-cpp/valijson: Stabilize 1.0.2 amd64, #938007Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-06-04dev-cpp/valijson: add 1.0.2Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-05-27dev-cpp/valijson: clean up oldHolger Hoffstätte
Can be cleaned up since 1.0 is stable. Closes: https://bugs.gentoo.org/891683 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/31040 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-03-27dev-cpp/valijson: Stabilize 1.0 amd64, #903249Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-03-27dev-cpp/valijson: Stabilize 1.0 x86, #903249Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-02-08dev-cpp/valijson: bump to 1.0Holger Hoffstätte
This also removes the test support since upstream has removed the vendored test dependencies from the tarball in favor of git submodules. Bug: https://bugs.gentoo.org/891683 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/29227 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-01-04dev-cpp/valijson: Stabilize 0.7 amd64, #889532Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-01-03dev-cpp/valijson: Stabilize 0.7 x86, #889532Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-08-23dev-cpp/valijson: bump to 0.7 & fix test compilation with gcc12Holger Hoffstätte
Bug: https://bugs.gentoo.org/866153 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/26988 Signed-off-by: Sam James <sam@gentoo.org>
2022-08-23dev-cpp/valijson: new packageHolger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Sam James <sam@gentoo.org>