summaryrefslogtreecommitdiff
path: root/dev-cpp
AgeCommit message (Collapse)Author
2024-11-24dev-cpp/eigen: Restrict testsAndreas Sturmlechner
Otherwise we will never be able to stabilise anything here. Bug: https://bugs.gentoo.org/927892 Bug: https://bugs.gentoo.org/932646 Bug: https://bugs.gentoo.org/943401 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2024-11-23dev-cpp/cpptoml: fix build on system-libcxx systemssin-ack
I tried to find information about find_package(LIBCXX) but I couldn't find anything, and testing in a system-libcxx system shows it to work without this, so just remove any configuration related to it. Tested with USE=examples and by building dev-util/watchman which has this as a dependency. Closes: https://bugs.gentoo.org/944516 Signed-off-by: sin-ack <sin-ack@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39434 Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/cpptoml: keyword 0.1.1 for ~arm64sin-ack
Package provides no tests, but dev-util/watchman builds and passes tests fine with it. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/edencommon: keyword 2024.11.04.00 for ~arm64sin-ack
One test fails on GCC 13, regardless of architecture; reported to upstream. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/fb303: keyword 2024.11.04.00 for ~arm64sin-ack
Builds fine in the QEMU chroot. Can't test because upstream has broken testing. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/fbthrift: keyword 2024.11.04.00 for ~arm64sin-ack
Builds fine in the QEMU chroot. Can't test because upstream has broken testing. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/wangle: keyword 2024.11.04.00 for ~arm64sin-ack
One test fails in the QEMU chroot. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/mvfst: keyword 2024.11.04.00 for ~arm64sin-ack
Two tests segfault in the QEMU chroot. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/fizz: keyword 2024.11.04.00 for ~arm64sin-ack
All tests pass in the QEMU chroot. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/folly: keyword 2024.11.04.00-r1 for ~arm64sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/fast_float: keyword 6.1.6 for ~arm64sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/clhpp: Stabilize 2024.05.08 x86, #944689Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-23dev-cpp/clhpp: Stabilize 2024.05.08 amd64, #944689Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-23dev-cpp/nlohmann_json: Stabilize 3.11.3 amd64, #944708Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-23dev-cpp/mvfst: use the correct CMake variablessin-ack
For some reason these are different than most of the Facebook C++ libraries. Closes: https://bugs.gentoo.org/943625 Signed-off-by: sin-ack <sin-ack@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39365 Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/edencommon: skip a test with GCC 13sin-ack
There seems to be some optimization-related assumptions in this test which doesn't happen on GCC 13. Signed-off-by: sin-ack <sin-ack@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39296 Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/wangle: skip a test on arm64sin-ack
This test fails in the QEMU chroot. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/mvfst: skip some tests on arm64sin-ack
These tests segfault in a QEMU chroot. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/folly: skip some tests on arm64sin-ack
Only the tests that were found to be failing on hardware are skipped. Closes: https://bugs.gentoo.org/919669 Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/folly: fix build on arm64sin-ack
Some Folly tests require lax vector conversions (e.g. 'uint8x8_t' to 'uint64x1_t') to build. Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/nlohmann_json: Stabilize 3.11.3 x86, #944708Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-23dev-cpp/nlohmann_json: Stabilize 3.11.3 arm64, #944708Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/nlohmann_json: Stabilize 3.11.3 ppc, #944708Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/nlohmann_json: Stabilize 3.11.3 arm, #944708Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-cpp/scitokens-cpp: Stabilize 1.1.2 amd64, #944488Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-11-22dev-cpp/scitokens-cpp: Stabilize 1.1.2 x86, #944488Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-15dev-cpp/folly: restrict <libfmt-11 in 2023.06.19.00Petr Vaněk
The dev-ccp/folly-2023.06.19.00 does fails to build with libfmt-11. The issue was already addressed in new version in commit [1]. [1] https://github.com/facebook/folly/commit/21e8dcd464ee46b2144a1e4d4c0e452355ae15f0 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-11-13dev-cpp/azure-identity: Version bump to 1.10.1James Le Cuirot
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-11-13dev-cpp/azure-core: Version bump to 1.14.1James Le Cuirot
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-11-13dev-cpp/catch: drop 3.6.0David Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2024-11-13dev-cpp/catch: stabilize 3.7.1 for hppaDavid Seifert
Closes: https://bugs.gentoo.org/942835 Signed-off-by: David Seifert <soap@gentoo.org>
2024-11-13dev-cpp/azure-security-keyvault-certificates: Stabilise 4.2.1 on amd64James Le Cuirot
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-11-13dev-cpp/azure-security-keyvault-keys: Stabilise 4.4.1 on amd64James Le Cuirot
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-11-13dev-cpp/azure-identity: Stabilise 1.10.0 on amd64James Le Cuirot
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-11-13dev-cpp/azure-core: Stabilise 1.14.0 on amd64James Le Cuirot
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-11-11dev-cpp/edencommon: add myself as a maintainersin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/folly: add myself as a maintainersin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/cpptoml: new package, add 0.1.1sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/edencommon: add 2024.11.04.00sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/fb303: new package, add 2024.11.04.00sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/fbthrift: new package, add 2024.11.04.00sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/wangle: new package, add 2024.11.04.00sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/mvfst: new package, add 2024.11.04.00sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/fizz: new package, add 2024.11.04.00sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-11dev-cpp/folly: add 2024.11.04.00sin-ack
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-09dev-cpp/rapidfuzz-cpp: Stabilize 3.1.1 x86, #943054Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-09dev-cpp/rapidfuzz-cpp: Stabilize 3.1.1 amd64, #943054Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-09dev-cpp/rapidfuzz-cpp: Stabilize 3.1.1 arm64, #943054Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-09dev-cpp/rapidfuzz-cpp: Stabilize 3.1.1 arm, #943054Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-09dev-cpp/rapidfuzz-cpp: Stabilize 3.1.1 ppc64, #943054Sam James
Signed-off-by: Sam James <sam@gentoo.org>