Accepting request 1227983 from devel:tools
- 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 OBS-URL: https://build.opensuse.org/request/show/1227983 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/benchmark?expand=0&rev=26
This commit is contained in:
commit
00c99afd4c
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="revision">v1.9.0</param>
|
||||
<param name="versionformat">1.9.0</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">12235e24652fc7f809373e7c11a5f73c5763fc4c</param></service></servicedata>
|
||||
<param name="changesrevision">c58e6d0710581e3a08d65c349664128a8d9a2461</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fec0f57478a8f6aeabaa6cbd198f0fb3148169eb16362450ed4320c6a9efeb3d
|
||||
size 1028620
|
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,31 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: benchmark
|
||||
version: 1.9.0
|
||||
mtime: 1723802895
|
||||
commit: 12235e24652fc7f809373e7c11a5f73c5763fc4c
|
||||
version: 1.9.1
|
||||
mtime: 1732812698
|
||||
commit: c58e6d0710581e3a08d65c349664128a8d9a2461
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define soname lib%{name}
|
||||
%define sover 1
|
||||
Name: benchmark
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: A microbenchmark support library
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user