Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 00c99afd4c | |||
| 4a62ddf1fc | |||
| 9261dbf6e4 | |||
| 7f06938c66 |
4
_service
4
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="revision">v1.8.5</param>
|
||||
<param name="versionformat">1.8.5</param>
|
||||
<param name="revision">v1.9.1</param>
|
||||
<param name="versionformat">1.9.1</param>
|
||||
<param name="url">https://github.com/google/benchmark.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/google/benchmark.git</param>
|
||||
<param name="changesrevision">a6ad7fbbdc2e14fab82bb8a6d27760d700198cbf</param></service></servicedata>
|
||||
<param name="changesrevision">c58e6d0710581e3a08d65c349664128a8d9a2461</param></service></servicedata>
|
||||
BIN
benchmark-1.8.5.obscpio
LFS
BIN
benchmark-1.8.5.obscpio
LFS
Binary file not shown.
3
benchmark-1.9.1.obscpio
Normal file
3
benchmark-1.9.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d0cce788c44952d37e98c4b3bf9a18078e13f4f38a01bc601c04964c38df322
|
||||
size 1033228
|
||||
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 12:30:33 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.9.1:
|
||||
* v1.9.1 bump
|
||||
* Improve examples on `ComputeStatistics` (#1881)
|
||||
* update standard to C++17 per C++ build support (#1875)
|
||||
* Declare a Python 3.13 toolchain, revert setup.py toolchain arget selection (#1876)
|
||||
* Add a Python matrix to ensure the bindings build on all supported versions (#1871)
|
||||
* Add `nb::is_flag()` annotation to Counter::Flags (#1870)
|
||||
* [#1487] ensure that when printing color text the background color of the terminal on windows is preserved (#1865)
|
||||
* Verify RegisterProfilerManager doesn't overwrite an existing registration (#1837)
|
||||
* bump googletest version to match bazel (#1868)
|
||||
* Update nanobind_bazel to v2.2.0 (#1866)
|
||||
* upgrade bazel mods. requires c++14 for tests (#1867)
|
||||
* Update user_guide.md (#1863)
|
||||
* Fix spurious warning 'misc-use-anonymous-namespace' (#1860) (#1861)
|
||||
* Add enum value from newest Windows SDK (#1859)
|
||||
* Version string correction in pkg-config files (#1858)
|
||||
* add dry run docs
|
||||
* Added the functionality for a dry run benchmark called through the cli argument --benchmark_dry_run. (#1851)
|
||||
* enable the /MP MSVC compiler argument for parallel compilation (#1846)
|
||||
* Bump oldest supported Python to 3.10, eliminate setuptools-scm (#1842)
|
||||
* Fix C4459: Rename a function parameter `profiler_manager` to avoid hiding the global declaration. (#1839)
|
||||
* Align benchmark::State to a cacheline. (#1230)
|
||||
* Fix Python manual timing example (#1722)
|
||||
* separate wheel versions in an effort to avoid timeouts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 19 15:40:54 UTC 2024 - andrea.manzini@suse.com
|
||||
|
||||
- Update to version 1.9.0:
|
||||
* Ensure reported Time is walltime by removing spurious scaling by threads (#1836)
|
||||
* Update clang-format-lint-action (#1829)
|
||||
* Cache upd (#1830)
|
||||
* Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1818)
|
||||
* Bump nanobind-bazel to v2.1.0, add stubgen target (#1824)
|
||||
* Update nanobind into benchmark_deps.bzl (#1826)
|
||||
* Update libs into .pre-commit-config.yaml (#1825)
|
||||
* Use log2 now that NDK requires at least API 21 which includes it. (#1822)
|
||||
* Suppress invalid-offsetof warning for clang (#1821)
|
||||
* Update benchmark Python bindings for nanobind 2.0, and update to nanobind 2.0. (#1817)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 09:23:50 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: benchmark
|
||||
version: 1.8.5
|
||||
mtime: 1721297584
|
||||
commit: a6ad7fbbdc2e14fab82bb8a6d27760d700198cbf
|
||||
version: 1.9.1
|
||||
mtime: 1732812698
|
||||
commit: c58e6d0710581e3a08d65c349664128a8d9a2461
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define soname lib%{name}
|
||||
%define sover 1
|
||||
Name: benchmark
|
||||
Version: 1.8.5
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: A microbenchmark support library
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user