diff --git a/_service b/_service index fd9cabf..a0b3b8e 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - v1.6.1 - 1.6.1 + v1.7.0 + 1.7.0 https://github.com/google/benchmark.git git enable diff --git a/_servicedata b/_servicedata index e63ebfe..9fe35cf 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/google/benchmark.git - 0d98dba29d66e93259db7daa53a9327df767a415 \ No newline at end of file + 361e8d1cfe0c6c36d30b39f1b61302ece5507320 \ No newline at end of file diff --git a/benchmark-1.6.1.obscpio b/benchmark-1.6.1.obscpio deleted file mode 100644 index 466a6d9..0000000 --- a/benchmark-1.6.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42199aad9aa222a92cd6219824a7ef4417d873bfe0c7a106e7edd8964040b043 -size 821772 diff --git a/benchmark-1.7.0.obscpio b/benchmark-1.7.0.obscpio new file mode 100644 index 0000000..09237cd --- /dev/null +++ b/benchmark-1.7.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f951c0085e6f735aa49629e01e2ab5080567271c848eb7336bf94079a6de55 +size 856076 diff --git a/benchmark.changes b/benchmark.changes index 6701c69..76fc404 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Mon Aug 15 11:19:19 UTC 2022 - dmueller@suse.com + +- Update to version 1.7.0: + * version bump + * simplified code (#1439) + * use target_compile_definitions (#1440) + * Stop generating the export header and just check it in (#1435) + * Also fix the SOVERSION for benchmark_main + * Fix SOVERSION of shared library + * v1.6.2 bump + * Expose google_benchmark.State for python bindings. (#1430) + * Suppress nvcc `offsetof` warning (#1429) + * Correct typo in Passing Arguments section + * cleanup comments + * fix sanitizer builds by using clang 13 (#1426) + * fix dependabot numpy version warning + * fix cmake warning for libcxx setup + * Expose default help printer function (#1425) + * Fix DoNotOptimize() GCC compile error with some types (#1340) (#1424) + * Remove redundant formatting tags (#1420) + * Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403)" (#1417) + * Clarify that the cpu frequency is not used for benchmark timings. (#1414) + * Fix DoNotOptimize() GCC copy overhead (#1340) (#1410) + * Add possibility to ask for libbenchmark version number (#1004) (#1403) + * add multiple OSes to bazel workflow (#1412) + * fix some build warnings on type conversions + * fix typo in comment + * Report large numbers in scientific notation in console reporter (#1303) (#1402) + * Introduce warmup phase to BenchmarkRunner (#1130) (#1399) + * Add support to get clock for new architecture CSKY (#1400) + * Add option to get the verbosity provided by commandline flag -v (#1330) (#1397) + * fix some typos (#1393) + * Add installation and build instructions for Python bindings (#1392) + * Enable -Wconversion (#1390) + * Add benchmark labels to the output of the comparison tool (#1388) + * Filter out benchmarks that start with "DISABLED_" (#1387) + * Fix wheel job name for PyPI uploads (#1384) + * Shut down Bazel gracefully and revert wheel build strategy to job matrix (#1383) + * Small optimization to counter map management (#1382) + * getting sysinfo in line with Google style (#1381) + * Promote inclusive language. (#1360) + * [nfc] Reformat doc-string in generate_export_header (#1376) + * Fix Bazel build breakage caused by commit 6a894bd. (#1374) + * Build `//:benchmark` as a static library only. (#1373) + * add note about wheels action to releasing docs + * Change artifact download name to dist to match upload name (#1371) + * Remove conditional trigger from PyPI upload job (#1370) + * Add BENCHMARK_STATIC_DEFINE to the Python bindings' `cc_binary` local defines. (#1369) + * Update LICENSE file to clearly state which file needs BSD 3 (#1366) + * Fix float comparaison and add float comparison warning (#1368) + * Add PyPI upload job to wheel building workflow (#1359) + * Appended additional BSD 3-Clause to LICENSE (#1363) + * Add SetBenchmarkFilter() to set --benchmark_filter flag value in user code (#1362) + * Add long description and content type for proper PyPI presentation (#1361) + * Allow setting the default time unit globally (#1337) + * restore BENCHMARK_MAIN() (#1357) + * @platforms is magical; remove it from WORKSPACE. (#1356) + * Make generate_export_header.bzl work for Windows. (#1355) + * avoid case sensitive issues with duplicated names (#1354) + * move bzl file out of tools (#1352) + * Introduce the possibility to customize the help printer function (#1342) + * simplify reference to internal path (#1349) + * Check for macro existence before using (#1347) + * annotate and export public symbols (#1321) + * Expose default display reporter creation in public API (#1344) + * Avoid potential truncation issues for the integral type parameterized tests. (#1341) + * Add mutex when reading counters_ (Fixes #1335) (#1338) + * Use Win32 API only for Win32 apps (#1333) + * bump numby, as per dependabot (#1336) + * Fix cross compilation for macOS ARM builds in `cibuildwheel` (#1334) + * Cache PerfCounters instance in PerfCountersMeasurement (#1308) + * Fix some errors in Custom Statistics demo code. (#1332) + * Refine the User Guide CPU Frequency Scaling section (#1331) + * Refine docs on changing cpufreq governor (#1325) + * Expand documentation for unpacking arbitrary arguments. (#1324) + * Suppress GoogleTest warnings on windows (MSVC) too. (#1320) + * Add docs on Memory profiling (#1217). (#1319) + * Add docs for `ThreadRange`. (#1318) + ------------------------------------------------------------------- Mon Mar 14 08:41:35 UTC 2022 - Martin Liška diff --git a/benchmark.obsinfo b/benchmark.obsinfo index 0b057d8..de19d89 100644 --- a/benchmark.obsinfo +++ b/benchmark.obsinfo @@ -1,4 +1,4 @@ name: benchmark -version: 1.6.1 -mtime: 1641842067 -commit: 0d98dba29d66e93259db7daa53a9327df767a415 +version: 1.7.0 +mtime: 1658748938 +commit: 361e8d1cfe0c6c36d30b39f1b61302ece5507320 diff --git a/benchmark.spec b/benchmark.spec index 6aec0e9..5e81f0f 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -19,7 +19,7 @@ %define soname lib%{name} %define sover 1 Name: benchmark -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: A microbenchmark support library License: Apache-2.0