Commit Graph

  • 0b0894d1c5 Accepting request 1141438 from devel:tools factory Ana Guerrero 2024-01-25 17:39:19 +0000
  • 2f2402adfd Accepting request 1141280 from home:StefanBruens:branches:openSUSE:Factory Martin Pluskal 2024-01-25 07:34:43 +0000
  • bd6bb4d0cd Accepting request 1040615 from devel:tools Dominique Leuenberger 2022-12-07 16:34:28 +0000
  • 348cda82a9 Accepting request 1040167 from home:dirkmueller:Factory Martin Pluskal 2022-12-06 10:59:57 +0000
  • 005428847b Accepting request 998776 from devel:tools Dominique Leuenberger 2022-08-24 13:10:39 +0000
  • 8cbcb58d14 Accepting request 995149 from home:dirkmueller:Factory Martin Pluskal 2022-08-23 08:58:18 +0000
  • 62e2d8aca2 Accepting request 961637 from devel:tools Dominique Leuenberger 2022-03-15 18:03:45 +0000
  • 644d69d03a Accepting request 961605 from home:marxin:branches:devel:tools Martin Pluskal 2022-03-14 10:40:47 +0000
  • 0a583d2715 Accepting request 946943 from devel:tools Dominique Leuenberger 2022-01-19 23:12:02 +0000
  • d5aa753ce4 - Update to version 1.6.1: * Creating release commit for v1.6.1 * Destructor not returning is expected in some cases (#1316) * Address c4267 warning on MSVC (#1315) * Fix -DBENCHMARK_ENABLE_INSTALL=OFF (Fixes #1275) (#1305) * Avoid errors due to "default label in switch which covers all enumeration values" in Windows codepath (#1302) * update googletest to latest release tag 1.11.0 (#1301) * clang-tidy: readability-redundant and performance (#1298) * Update user_guide.md (#1296) * Fix broken link to Setup/Teardown section (#1291) * Add clang-tidy check (#1290) * compare.py: compute and print 'OVERALL GEOMEAN' aggregate (#1289) * remove long-defunct cli parameter * lose some build warnings * Disable clang-tidy (unused-using-decls) (#1287) * disable lint check where we know it'd fail (#1286) * Add Setup/Teardown option on Benchmark. (#1269) * Googletest renamed master to main today. (#1285) * Remove bazelbuild/rules_cc dependency (#1283) * Support for building with LLVM clang-10/clang-11 on Windows. (#1227) * Fix dependency typo and unpin cibuildwheel version in wheel building … (#1263) * check clang format on pull requests and merges (#1281) * format tests with clang-format (#1282) * clang-format Google on {src/,include/} (#1280) * Fix warning with MacOS (#1276) * Fixed typo in doc: s/marcro/macro (#1274) * Fix error with Fix Werror=old-style-cast (#1272) * Fix error Wshorten-64-to-32 (#1273) * [cleanup] Change == "" to .empty() on string to avoid clang-tidy warnings (#1271) * Fix un-initted error in test and fix change the API previously proposed to use std::string instead of raw char* (#1266) Martin Pluskal 2022-01-17 12:07:48 +0000
  • ff3b261731 Accepting request 918664 from devel:tools Dominique Leuenberger 2021-09-16 21:14:39 +0000
  • 39483d371a - Update to version 1.5.5: * [NFCI] Drop warning to satisfy clang's -Wunused-but-set-variable diag (#1174) * Add support for new architecture loongarch (#1173) * Use modern clang/libc++ for sanitizers (#1171) * Enable various sanitizer builds in github actions (#1167) * Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163) * Fix leak in test, and provide path to remove leak from library (#1169) * [NFCI] Make BenchmarkRunner non-internal to it's .cpp file * [NFCI] RunBenchmarks(): extract FlushStreams()/Report() functions * compare.py: sort the results (#1168) * Make 'complexity reports' cache per-family, not global (#1166) * Introduce per-family instance index (#1165) * Introduce "family index" field into JSON output (#1164) * BenchmarkFamilies::FindBenchmarks(): correctly use std::vector<>::reserve() * Ensure that we print repetition count even when it was specified via flag --benchmark_repetitions= * Revert "Implementation of random interleaving. (#1105)" (#1161) * Fix perf counter argument parsing (#1160) * Run build-and-test on all branches * Un-disable github actions :] * Run build-and-test on all branches * Set theme jekyll-theme-hacker * bump version to v1.5.4 * Removing freenode from README * Fix pedantic compilation flag violation (#1156) * fix version recorded in releases (#1047) * Implementation of random interleaving. (#1105) * remove appveyor and add libera.chat as IRC resource * [PFM] Extend perf counter support to multi-threaded cases. (#1153) * Support -Wsuggest-override (#1059) * Refactor BenchmarkInstance (#1148) Martin Pluskal 2021-09-13 08:44:39 +0000
  • 194c9ad553 Accepting request 888936 from devel:tools Dominique Leuenberger 2021-04-29 20:44:42 +0000
  • 5183db3486 OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=37 Martin Pluskal 2021-04-28 06:58:07 +0000
  • 30dbbecd38 - Update to version 1.5.3: * Be compliant and return 0 from main. * Fix windows warning on type conversion (#1121) * Add verbosity to CI logs (#1122) * fix cmake issue with referencing a non-existing function argument (#1118) * [tools] Fix dumb mistake in previous commit - print aggregates only means aggregates, not non-aggregates * [tools] Don't forget to print UTest when printing aggregates only * [sysinfo] Fix CPU Frequency reading on AMD Ryzen CPU's (#1117) * Use fewer ramp up repetitions when KeepRunningBatch is used (#1113) * Add bazel status to README * Re-enable bazel without bazelisk and with scoped build/test targets (#1109) - Drop no longer needed 0001-src-benchmark_register.h-add-missing-limits-inclusio.patch Martin Pluskal 2021-04-28 06:51:05 +0000
  • 963ca0adc3 Accepting request 870401 from devel:tools Dominique Leuenberger 2021-02-15 22:10:05 +0000
  • 99d3eb3acd Accepting request 870357 from home:cgiboudeaux:branches:devel:tools Martin Pluskal 2021-02-09 06:39:34 +0000
  • 166752228c Accepting request 859259 from devel:tools Dominique Leuenberger 2020-12-30 16:12:22 +0000
  • 5021c57bf3 - Update to version 1.5.2: * Timestamps in output are now rfc3339-formatted #965 * overflow warnings with timers fixed #980 * Python dependencies are now covered by a requirements.txt #994 * JSON output cleaned up when no CPU scaling is present (#1008) * CartesianProduct added for easier settings of multiple ranges (#1029) * Python bindings improvements: + Custom main functions (#993) + A rename to google_benchmark (#199 + More state methods bound (#1037) with a builder interface (#1040) * Workflow additions in github include pylint (#1039) and bindings runs (#1041) Martin Pluskal 2020-12-29 15:49:16 +0000
  • ede5342005 Accepting request 749315 from devel:tools Dominique Leuenberger 2019-11-23 22:18:59 +0000
  • 6cac598349 Accepting request 749235 from home:simotek:branches:devel:tools Martin Pluskal 2019-11-18 13:48:41 +0000
  • 7f43c1e8ed Accepting request 739945 from devel:tools Dominique Leuenberger 2019-11-07 22:13:36 +0000
  • cef67a8b28 Accepting request 739936 from home:RBrownSUSE:branches:devel:tools Martin Pluskal 2019-10-17 14:35:12 +0000
  • 6aed1034f0 Accepting request 711652 from devel:tools Dominique Leuenberger 2019-06-24 19:53:17 +0000
  • 097b562d97 - Update to version 1.5.0: * Bump CMake minimum version to 3.5.1 (see dependencies.md) * Add threads and repetitions to the JSON outputa * Memory management and reporting hooks * Documentation improvements * Miscellaneous build fixes - Disable gtest part of tests untill new gtest is available Martin Pluskal 2019-06-24 07:30:35 +0000
  • b9299e11f5 Accepting request 678652 from devel:tools Stephan Kulow 2019-02-25 16:57:04 +0000
  • 41461f9f08 Accepting request 678399 from home:alois:branches:devel:tools Martin Pluskal 2019-02-25 07:59:04 +0000
  • ccaf14738a Accepting request 677089 from devel:tools Yuchen Lin 2019-02-19 11:00:56 +0000
  • b649a017a5 Accepting request 677002 from home:alois:branches:devel:tools Martin Pluskal 2019-02-18 10:56:07 +0000
  • feb7e548dd Accepting request 618947 from devel:tools Dominique Leuenberger 2018-06-27 08:21:17 +0000
  • 04efcb2153 - Enable lto - Update dependencies Martin Pluskal 2018-06-25 12:02:02 +0000
  • 659af0b220 Accepting request 612786 from devel:tools Dominique Leuenberger 2018-05-29 14:52:29 +0000
  • caa53cf4c7 Accepting request 612703 from home:avindra:branches:devel:tools Martin Pluskal 2018-05-29 07:05:25 +0000
  • 72fb6ec381 Accepting request 593723 from devel:tools Dominique Leuenberger 2018-04-05 13:35:12 +0000
  • ae8eea20f8 Accepting request 593634 from home:avindra:branches:devel:tools Martin Pluskal 2018-04-05 07:58:10 +0000
  • 72b9b85859 Accepting request 591547 from devel:tools Dominique Leuenberger 2018-03-28 08:32:48 +0000
  • 779f8bddfa Accepting request 591315 from home:StefanBruens:branches:openSUSE:Factory:ARM Dirk Mueller 2018-03-27 10:13:50 +0000
  • f2c0ac5b09 Accepting request 588118 from devel:tools Dominique Leuenberger 2018-03-18 20:45:08 +0000
  • eb998c2c98 Accepting request 587996 from home:avindra Martin Pluskal 2018-03-17 08:57:15 +0000
  • 069a9ac223 Accepting request 452974 from devel:tools Dominique Leuenberger 2017-01-31 11:41:33 +0000
  • a1eb8fab45 - add support for s390x: * benchmark-s390.patch Martin Pluskal 2017-01-27 15:19:02 +0000
  • 336e0dc7c5 - add support for s390x benchmark-s390.patch Martin Pluskal 2017-01-27 15:17:49 +0000
  • f9261c4bbc - Update to version 1.1.0: * ArgNames support * Fixes for OSX and Cygwin and MSVC builds * PauseTiming and ResumeTiming are per thread (#286) * Better Range and Arg specifications * Complexity reporting Martin Pluskal 2017-01-27 14:50:46 +0000
  • 5d8a0ba942 Accepting request 452963 from openSUSE:Factory:zSystems Dirk Mueller 2017-01-27 14:43:29 +0000
  • 1c16945e94 Accepting request 440026 from devel:tools Dominique Leuenberger 2016-11-14 19:15:00 +0000
  • 92f19253c5 Accepting request 440024 from home:oertel:branches:devel:tools Martin Pluskal 2016-11-12 13:13:12 +0000
  • be701d15d9 Accepting request 406298 from devel:tools Dominique Leuenberger 2016-07-05 07:52:31 +0000
  • 9d73ffffa2 - Disable lto as it does not seem to go well with -fPIE Martin Pluskal 2016-07-04 09:25:28 +0000
  • 8b2a07b106 Accepting request 395525 from devel:tools Dominique Leuenberger 2016-06-09 14:04:55 +0000
  • 67873a7f20 osc copypac from project:home:pluskalm package:benchmark revision:3 Martin Pluskal 2016-05-14 18:31:50 +0000