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