summaryrefslogtreecommitdiff
path: root/dev-cpp/benchmark/files
AgeCommit message (Collapse)Author
2025-03-05dev-cpp/benchmark: fix cmake package config with USE="libpfm"Alfred Wingate
Bug: https://bugs.gentoo.org/950573 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40899 Signed-off-by: Sam James <sam@gentoo.org>
2025-01-14dev-cpp/benchmark: add 1.9.1Sam James
* Skip tests which fail with GCC 15 for now (bug #941538). It's worth us looking at why they only fail with 15 but CMake warns on them being brittle w/ diff GCC versions and I'm not too worried about it. * Drop USE=libcxx, USE=exceptions, USE=lto. These should be determined by profile, upstream defaults / always on, and user *FLAGS, respectively. * Backport upstream patches to add clock detection for HPPA *and* fallback for other arches. Yay! * Fix libpfm (disable for multilib as it's not multilib-aware, bug #943293). * Add USE=debug for -DNDEBUG (bug #943629). Bug: https://bugs.gentoo.org/914038 Bug: https://bugs.gentoo.org/941538 Closes: https://bugs.gentoo.org/943293 Closes: https://bugs.gentoo.org/943629 Signed-off-by: Sam James <sam@gentoo.org>
2024-08-28dev-cpp/benchmark: drop 1.8.3-r1Mattéo Rossillol‑‑Laruelle
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38215 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-08-19dev-cpp/benchmark: add 1.9.0 and adoptionMattéo Rossillol‑‑Laruelle
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37993 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-03-21dev-cpp/benchmark: add patches for alpha architectureMatoro Mahri
Accepted upstream already. See: https://github.com/google/benchmark/pull/1753 See: https://github.com/google/benchmark/pull/1756 Bug: https://bugs.gentoo.org/922877 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/35729 Signed-off-by: Sam James <sam@gentoo.org>
2024-01-17dev-cpp/benchmark: fix tests on 32-bitMatoro Mahri
See: https://salsa.debian.org/science-team/benchmark/-/blob/master/debian/patches/0007-fix-32bit-test.patch?ref_type=heads Bug: https://bugs.gentoo.org/916278 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34830 Signed-off-by: Sam James <sam@gentoo.org>
2022-03-01dev-cpp/benchmark: drop 1.5.6, 1.6.0Marek Szuba
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-09-20dev-cpp/benchmark: add 1.6.0Marek Szuba
WARNING: This version features a breaking API change. See https://github.com/google/benchmark/releases/tag/v1.6.0 for details. Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-08-13dev-cpp/benchmark: add 1.5.6Marek Szuba
Have successfully made the ebuild run tests depending on dev-cpp/gtest too, however since the required version of the latter is not in the tree yet the committed ebuild has that bit disabled. Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-05-12dev-cpp/benchmark: drop 1.5.1, 1.5.2Marek Szuba
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-01-11dev-cpp/benchmark: Add patch to fix build failure on gcc-11William Breathitt Gray
Closes: https://bugs.gentoo.org/764647 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19012 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>