index
:
google-benchmark
main
google benchmark mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
Commit message (
Expand
)
Author
Age
*
Bump oldest supported Python to 3.10, eliminate setuptools-scm (#1842)
HEAD
main
Nicholas Junge
2024-09-04
*
Fix Python manual timing example (#1722)
Alex Bilger
2024-08-16
*
Bump nanobind-bazel to v2.1.0, add stubgen target (#1824)
Nicholas Junge
2024-07-30
*
Update benchmark Python bindings for nanobind 2.0, and update to nanobind 2.0...
Peter Hawkins
2024-07-18
*
Add Python bindings build using bzlmod (#1764)
Nicholas Junge
2024-03-07
*
Add `setuptools_scm` for dynamic zero-config Python versioning (#1690)
Nicholas Junge
2023-11-01
*
Drop isort hook for ruff builtin import sorting (#1689)
Nicholas Junge
2023-10-31
*
Add pre-commit config and GitHub Actions job (#1688)
Nicholas Junge
2023-10-30
*
[bindings] Add LTO builds on Windows+MSVC (#1687)
Nicholas Junge
2023-10-27
*
Reapply size optimizations for clang & MSVC, LTO for Mac+Linux (#1685)
Nicholas Junge
2023-10-25
*
Change nanobind linkage to response file approach on macOS (#1638)
Nicholas Junge
2023-10-24
*
bump version to 1.8.3
v1.8.3
Dominic Hamon
2023-08-31
*
Delete unused requirements file, simplify nanobind build file (#1635)
Nicholas Junge
2023-07-17
*
Bump `nanobind` to stable v1.4.0 tag (#1626)
Nicholas Junge
2023-07-11
*
bump version to 1.8.2 ready for release
v1.8.2
Dominic Hamon
2023-07-06
*
bump version to 1.8.1 pre release
v1.8.1
Dominic Hamon
2023-07-04
*
update version to v1.8.0
v1.8.0
Dominic Hamon
2023-05-05
*
Convert uses of `const char*` to `std::string` (#1567)
dominic
2023-03-14
*
Bump nanobind to stable v0.2.0, change linker options (#1565)
Nicholas Junge
2023-03-07
*
Switch bindings implementation to `nanobind` (#1526)
Nicholas Junge
2023-02-06
*
Fix typos found by codespell (#1519)
SunBlack
2023-01-10
*
version bump for release
v1.7.1
Dominic Hamon
2022-11-11
*
run ClearRegisteredBenchmarks at exit (#1463)
Dominic Hamon
2022-08-08
*
version bump
v1.7.0
Dominic Hamon
2022-07-25
*
v1.6.2 bump
Dominic Hamon
2022-07-18
*
Expose google_benchmark.State for python bindings. (#1430)
Ross McIlroy
2022-07-15
*
Introduce warmup phase to BenchmarkRunner (#1130) (#1399)
Matthdonau
2022-05-23
*
Build `//:benchmark` as a static library only. (#1373)
Paul Wankadia
2022-03-17
*
Add BENCHMARK_STATIC_DEFINE to the Python bindings' `cc_binary` local defines...
Nicholas Junge
2022-03-14
*
annotate and export public symbols (#1321)
Sergiu Deitsch
2022-02-14
*
Creating release commit for v1.6.1
v1.6.1
Dominic Hamon
2022-01-10
*
Introduce accessors for currently public data members (threads and thread_ind...
Vy Nguyen
2021-08-23
*
Deduplicate test function name in python bindings example (#1189)
Mircea Trofin
2021-06-28
*
fix minor typo (though this is an external property)
Dominic Hamon
2021-04-09
*
fix minor typo
Dominic Hamon
2021-04-09
*
Add 'seconds' time unit (#1076)
feserr
2020-12-21
*
Bind benchmark builder to Python (#1040)
v1.5.2
Antoine Prouvost
2020-09-11
*
Bind more State methods/attributes to Python (#1037)
Antoine Prouvost
2020-09-10
*
Create pylint.yml (#1039)
Dominic Hamon
2020-09-09
*
Fix python extension import (#1000)
Chris Jones
2020-07-09
*
Rename python bindings package to `google_benchmark`. (#999)
Chris Jones
2020-07-09
*
Expose methods for custom main functions in Python. (#993)
Skye Wanderman-Milne
2020-06-30
*
Add some simple docs for installing the Python bindings from source. (#975)
Chris Jones
2020-06-08
*
Expose `SkipWithError` in Python bindings. (#968)
Chris Jones
2020-05-28
*
Add Python bindings. (#957)
Chris Jones
2020-05-06