summaryrefslogtreecommitdiff
path: root/dev-cpp
AgeCommit message (Collapse)Author
2023-02-07dev-cpp/antlr-cpp: Stabilize 4.11.1 amd64, #892285Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-02-07dev-cpp/antlr-cpp: Stabilize 4.11.1 x86, #892285Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-02-07dev-cpp/msgpack-cxx: block older versions of dev-libs/msgpackMarek Szuba
See the description of the previous commit for details. Signed-off-by: Marek Szuba <marecki@gentoo.org>
2023-02-06dev-cpp/edencommon: add 2023.02.06.00Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-02-06dev-cpp/folly: add 2023.02.06.00Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-02-05dev-cpp/rapidyaml: bump to -std=c++17Ionen Wolkens
Does not seem to be anything that requires staying on c++11. Technically the new gtest-1.13 only needs >=14 but may as well go higher with current gcc's default. Closes: https://bugs.gentoo.org/893272 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-02-05dev-cpp/rapidyaml: drop 0.4.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-02-04dev-cpp/gtest: drop 1.12.1Peter Levine
Closes: https://github.com/gentoo/gentoo/pull/29187 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-02-04dev-cpp/gtest: add 1.13.0Peter Levine
Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-02-04dev-cpp/gtest: change the URI download naming patternPeter Levine
Now using the generic github v${PV}.tar.gz naming scheme. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-02-04dev-cpp/gtest: disable googletest-port-testPeter Levine
Apparently usersandbox messes with the expected number of spawned threads. Disable for now. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-02-03dev-cpp/msgpack-cxx: not-really-new package, add 5.0.0Marek Szuba
This used to be part of dev-libs/msgpack until upstream release 4.0.0. Signed-off-by: Marek Szuba <marecki@gentoo.org>
2023-02-01dev-cpp/gflags: drop 2.2.1-r1Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-02-01dev-cpp/cpp-hocon: drop 0.3.0Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-02-01dev-cpp/ms-gsl: drop 3.1.0Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-02-01dev-cpp/muParser: remove unused patch(es)Michael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29346 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2023-01-30dev-cpp/nlohmann_json: (partially) fix build w/ gcc 13Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-29dev-cpp/gulrak-filesystem: Strip out -Werror flagJames Le Cuirot
Closes: https://bugs.gentoo.org/891681 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2023-01-28dev-cpp/waylandpp: fix build (and runtime) w/ gcc 13Sam James
Generates programs, it seems, for others, so needs revbump. Signed-off-by: Sam James <sam@gentoo.org>
2023-01-24dev-cpp/libcmis: drop 0.5.2-r1Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-01-23dev-cpp/kokkos: add 3.7.1Matthias Maier
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2023-01-23dev-cpp/kokkos: add myself as a maintainerMatthias Maier
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2023-01-23dev-cpp/folly: depend on newer >=liburing-2.3 for IORING_RECV_MULTISHOTSam James
Closes: https://bugs.gentoo.org/891873 Signed-off-by: Sam James <sam@gentoo.org>
2023-01-23dev-cpp/muParser: Stabilize 2.3.4-r1 x86, #891801Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-23dev-cpp/muParser: Stabilize 2.3.4-r1 arm64, #891801Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-23dev-cpp/muParser: Stabilize 2.3.4-r1 amd64, #891801Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-22dev-cpp/muParser: add missing openmp checkMatthias Maier
Closes: https://bugs.gentoo.org/875257 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2023-01-22dev-cpp/muParser: Remove USE=wcharMatthias Maier
Unfortunately, this innocent looking USE flag incurs a silent ABI change that let's all its reverse dependencies fail. A number of the reverse dependencies of muParser already set muParser[-wchar] explicitly and the rest is probably also not compiling. Thus, remove the use flag. If someone wants to have wchar_t support in muParser then a proper solution would be to slot the package and install both ABI variants simultaneously. Closes: https://bugs.gentoo.org/880133 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2023-01-22dev-cpp/muParser: drop 2.3.2-r1, 2.3.3Matthias Maier
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
2023-01-22dev-cpp/folly: update patch to upstream variantSam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-21dev-cpp/edencommon: add 2023.01.16.00Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-21dev-cpp/folly: add 2023.01.16.00Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-21dev-cpp/libcmis: Stabilize 0.5.2-r2 x86, #888946Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-01-21dev-cpp/atkmm: Delete :2.36Matt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2023-01-17dev-cpp/libcmis: Stabilize 0.5.2-r2 arm64, #888946Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-01-17dev-cpp/libcmis: Stabilize 0.5.2-r2 amd64, #888946Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-14*/*: remove py3.8 from PYTHON_COMPATDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2023-01-14dev-cpp/eigen: Stabilize 3.4.0-r1 sparc, #879481Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-01-13dev-cpp/tbb: Stabilize 2021.7.0-r1 ppc, #889774Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-01-11dev-cpp/rapidyaml: Stabilize 0.5.0 amd64, #890350Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-11dev-cpp/rapidyaml: Stabilize 0.5.0 x86, #890350Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-11dev-cpp/rapidyaml: Stabilize 0.5.0 ppc64, #890350Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-11dev-cpp/rapidyaml: Stabilize 0.5.0 arm64, #890350Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-11dev-cpp/cpp-httplib: add 0.11.4Alexey Sokolov
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/29056 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-01-08dev-cpp/rapidfuzz-cpp: Stabilize 1.10.4 x86, #888421Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-01-08dev-cpp/catch: Stabilize 3.0.1 x86, #888421Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-01-08dev-cpp/taskflow: Stabilize 3.3.0 x86, #888421Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-01-08dev-cpp/magic_enum: new package, add 0.8.2Sam James
Needed for games-strategy/ja2-stracciatella in future, possibly. I packaged this given I thought it was required but ended up finding it was toggled on unnecessarily. It's cheap to build and it's likely it'll be needed in future, so.. Signed-off-by: Sam James <sam@gentoo.org>
2023-01-08dev-cpp/catch: fix build w/ gcc 13Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-05dev-cpp/cpp-httplib: add myself (xgqt) as another co-maintainerMaciej Barć
Signed-off-by: Maciej Barć <xgqt@gentoo.org>