aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
Commit message (Expand)AuthorAge
* [bazel] Use `includes` instead of `strip_include_prefix` (#1803)Alexander Karatarakis2024-06-17
* bump standard to C++14 (#1799)dominic2024-06-07
* mitigate clang build warnings -Wconversion (#1763)dominic2024-03-07
* set library version in bazel (#1746)dominic2024-01-29
* Avoid leaking LFS flags to reverse dependencies (#1730)Li-Yu Yu2024-01-05
* Enable Large-file Support (#1726)Tommy Chiang2024-01-04
* Add pre-commit config and GitHub Actions job (#1688)Nicholas Junge2023-10-30
* remove old-style (C-style) casts (#1614)Gary Miguel2023-06-22
* Switch bindings implementation to `nanobind` (#1526)Nicholas Junge2023-02-06
* [bazel] Build libpfm as a dependency to allow collection of perf counters (#1...Raghu Raja2022-10-31
* Remove stray comment and added missing header (#1444)Vy Nguyen2022-07-26
* Stop generating the export header and just check it in (#1435)Dominic Hamon2022-07-20
* Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...Dominic Hamon2022-06-20
* Add possibility to ask for libbenchmark version number (#1004) (#1403)Matthias Donaubauer2022-06-20
* Fix Bazel build breakage caused by commit 6a894bd. (#1374)Paul Wankadia2022-03-17
* Build `//:benchmark` as a static library only. (#1373)Paul Wankadia2022-03-17
* Make generate_export_header.bzl work for Windows. (#1355)Paul Wankadia2022-02-24
* avoid case sensitive issues with duplicated names (#1354)Dominic Hamon2022-02-22
* move bzl file out of tools (#1352)Dominic Hamon2022-02-21
* simplify reference to internal path (#1349)Dominic Hamon2022-02-15
* annotate and export public symbols (#1321)Sergiu Deitsch2022-02-14
* Remove bazelbuild/rules_cc dependency (#1283)Teodor Spæren2021-11-14
* Bazel qnx (#1192)Manuel Binna2021-06-28
* Revert "Add bazel target for benchmark_release (#1078)" (#1081)Yannic2021-01-05
* Add bazel target for benchmark_release (#1078)Aidan Wolter2020-12-22
* Revert previous linker additions for FreeBSD as the problem is Bazel using /u...Yesudeep Mangalapilly2020-09-03
* Adds -lm linker flag for FreeBSD/OpenBSD and uses github.com/bazelbuil… (#1...Yesudeep Mangalapilly2020-08-28
* Switch to Starlark for C++ rules. (#887)Paul Wankadia2019-10-08
* Add benchmark_main target. (#601)v1.4.1Alex Strelnikov2018-05-25
* Update bazel WORKSPACE and BUILD files to work better on Windows. (#581)Alex Strelnikov2018-05-02
* Fix bazel config to link against pthread. (#579)Alex Strelnikov2018-05-01
* Rely on compiler intrinsics to identify regex engine. (#555)Dominic Hamon2018-03-23
* Add support for building with Bazel. (#533)jmillikin-stripe2018-03-08