Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. adb0d3d [FR] state.SkipWithMessage #963 (#1564) by Mike Apodaca · 2 years, 2 months ago
  2. 4050b4b Fix build break with nvc++ when -Werror is ON (#1569) by Henrique Bucher · 2 years, 2 months ago
  3. f23fedb Fix examples in user guide using deprecated `DoNotOptimize`-API (#1568) by Marcel Jacobse · 2 years, 2 months ago
  4. 23dadfa Bump nanobind to stable v0.2.0, change linker options (#1565) by Nicholas Junge · 2 years, 2 months ago
  5. fbc6efa Refactoring of PerfCounters infrastructure (#1559) by Henrique Bucher · 2 years, 2 months ago
  6. 9885aef get rid of warnings in tests (#1562) by dominic · 2 years, 2 months ago
  7. 2d50122 Filter performance counter names, not invalidate all (#1554) by Henrique Bucher · 2 years, 2 months ago
  8. 27c1d8a Implement unlimited number of performance counters (#1552) by Henrique Bucher · 2 years, 2 months ago
  9. c71d040 add compiler to build-and-test and create min-cmake CI bot (#1550) by dominic · 2 years, 2 months ago
  10. 3b19d72 Fix CPU frequency estimation on riscv (#1549) by Yingwei Zheng · 2 years, 3 months ago
  11. b111d01 cleanup: support CMake >= 3.10 (#1544) by Carlos O'Ryan · 2 years, 3 months ago
  12. 1079d96 Werror all the time (#1546) by dominic · 2 years, 3 months ago
  13. 07996a8 Add missing parentheses in ParseBenchMinTime() (#1545) by Jonathon Reinhart · 2 years, 3 months ago
  14. bd721f9 Removing warnings appearing with C++20 / CLang 15 (#1542) by Yury Fedorov · 2 years, 3 months ago
  15. 0ce66c0 update github actions to latest versions (#1541) by dominic · 2 years, 3 months ago
  16. 6ebd82f replace complexity with simplicity for faster libc++ setup (#1539) by dominic · 2 years, 3 months ago
  17. 84c71fa Refactor links which include "master" and change it to "main" (#1540) by hamptonm1 · 2 years, 3 months ago
  18. 6cf7725 Allow specifying number of iterations via --benchmark_min_time. (#1525) by Vy Nguyen · 2 years, 3 months ago
  19. 6bc1775 Support --benchmarks_filter in the compare.py 'benchmarks' command (#1486) by Matt Armstrong · 2 years, 3 months ago
  20. f15f332 get rid of some deprecation warnings from tests by Dominic Hamon · 2 years, 3 months ago
  21. ff8d44c fix #1446 by removing the address operator (#1538) by dominic · 2 years, 3 months ago
  22. 4c9cee3 Fixing issue with ARM64EC and MSVC (#1514) by JbR · 2 years, 3 months ago
  23. 53df805 Deprecate constant reference API to DoNotOptimize. (#1493) by Chris Kennelly · 2 years, 3 months ago
  24. 94083ca remove best effort support for ubuntu 18.04 (#1537) by dominic · 2 years, 3 months ago
  25. 1318865 try disabling liquid for jekyll to fix curly braces (#1536) by dominic · 2 years, 3 months ago
  26. 80a3c5e Switch bindings implementation to `nanobind` (#1526) by Nicholas Junge · 2 years, 3 months ago
  27. f59d021 Modernize setup.py, extend Python bindings CI (#1535) by Nicholas Junge · 2 years, 3 months ago
  28. 5e78bed Add quick instructions on how to enable sans checks (#1529) by Vy Nguyen · 2 years, 4 months ago
  29. cfbc949 Fix Clang-Tidy warnings readability-else-after-return (#1528) by SunBlack · 2 years, 4 months ago
  30. a3235d7 Include the benchmark's family-name in State (#1511) by Vy Nguyen · 2 years, 4 months ago
  31. fe65457 Fix typos found by codespell (#1519) by SunBlack · 2 years, 4 months ago
  32. 37faf6f Fix Clang-Tidy warnings related to modernize-use-override (#1523) by SunBlack · 2 years, 4 months ago
  33. 62edc4f Bug fix variable 'actual_iterations' set but not used (#1517) by Yury Fedorov · 2 years, 5 months ago
  34. fe5a386 add more docs to index by Dominic Hamon · 2 years, 5 months ago
  35. dfd2ae5 Add a `benchmark_deps.bzl` function to Google Benchmark (#1520) by Nicholas Junge · 2 years, 5 months ago
  36. da652a7 Try removing attempt to set the C++ standard (#1464) by dominic hamon · 2 years, 5 months ago
  37. e67028c Fixes incorrect wide string conversion on win32 (#1516) by Jessy De Lannoit · 2 years, 5 months ago
  38. 2257fa4 Return option benchmark_perf_counters to help output (#1508) by Maxim Smolskiy · 2 years, 6 months ago
  39. 9714eb8 Removed deprecated function (#1506) by Vy Nguyen · 2 years, 6 months ago
  40. d572f47 version bump for release by Dominic Hamon · 2 years, 6 months ago v1.7.1
  41. 398a8ac [bazel] Build libpfm as a dependency to allow collection of perf counters (#1408) by Raghu Raja · 2 years, 6 months ago
  42. 4eaa0c8 Add information for supported Python versions to setup.py (#1502) by Nicholas Junge · 2 years, 7 months ago
  43. db4f581 Partially revert "Do not depend on unversioned python binary (#1496)" (#1501) by Roman Lebedev · 2 years, 7 months ago
  44. 229bc5a Do not depend on unversioned python binary (#1496) by Matthias Braun · 2 years, 7 months ago
  45. 12e0d70 Fix Solaris compilation (#1499) (#1500) by rorth · 2 years, 7 months ago
  46. d2a8a4e Support for QuRT OS (Hexagon RTOS) (#1497) by Marat Dukhan · 2 years, 7 months ago
  47. 49aa374 bump cmake dep and docs (#1468) by Dominic Hamon · 2 years, 8 months ago
  48. 9265511 Bump pybind11 version to enable Python 3.11 wheel builds (#1489) by Nicholas Junge · 2 years, 8 months ago
  49. 1c26d8a Discuss sources of variance in the user guide (#1481) by Matt Armstrong · 2 years, 8 months ago
  50. becf80f Stop using pandas.Timedelta (fixes #1482) (#1483) by Matt Armstrong · 2 years, 8 months ago
  51. db55c89 Eliminate usage of deprecated API in sysinfo.cc (#1474) by Vy Nguyen · 2 years, 8 months ago
  52. ff629d8 Enable aarch64 Linux wheel builds, use cibuildwheel action directly (#1472) by Nicholas Junge · 2 years, 8 months ago
  53. 13196ff Clean up test documentation formatting (#1475) by AJ Heller · 2 years, 8 months ago
  54. 2a78e8c use CMAKE_INSTALL_FULL in pkg-config file (#1473) by babbaj · 2 years, 9 months ago
  55. e8baf26 Link error when use as static library on windows. (#1470) by Pavel V. Sysolyatin · 2 years, 9 months ago
  56. 77d1e74 add debug option for enabling more output for failed cxxfeaturechecks (#1467) by Dominic Hamon · 2 years, 9 months ago
  57. 4366d66 FIx typo in benchmark.h (#1465) by Björn Daase · 2 years, 9 months ago
  58. af32e3f run ClearRegisteredBenchmarks at exit (#1463) by Dominic Hamon · 2 years, 9 months ago
  59. a476d0f Avoid deprecation warning in NVHPC (#1459) by Cezary Skrzyński · 2 years, 9 months ago
  60. 974cd5a Ensure we don't need benchmark installed to pass c++ feature checks (#1456) by Dominic Hamon · 2 years, 9 months ago
  61. 5eb16ee Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings (#1455) by Vy Nguyen · 2 years, 9 months ago
  62. 1cca1d0 Fixed build issues on window (#1449) by Vy Nguyen · 2 years, 9 months ago
  63. 7d48eff remove unnecessary generated include directory (#1451) by Dominic Hamon · 2 years, 9 months ago
  64. 892f295 Initialize help hook before actually parsing the command line (#1447) by Yuri Khan · 2 years, 10 months ago
  65. 141b554 Remove stray comment and added missing header (#1444) by Vy Nguyen · 2 years, 10 months ago
  66. 361e8d1 version bump by Dominic Hamon · 2 years, 10 months ago v1.7.0
  67. ef7f75f simplified code (#1439) by maochongxin · 2 years, 10 months ago
  68. e27c930 use target_compile_definitions (#1440) by Dominic Hamon · 2 years, 10 months ago
  69. 7b3ac07 Stop generating the export header and just check it in (#1435) by Dominic Hamon · 2 years, 10 months ago
  70. d845b7b Also fix the SOVERSION for benchmark_main by Dominic Hamon · 2 years, 10 months ago v1.6.2
  71. d4bc509 Fix SOVERSION of shared library by Dominic Hamon · 2 years, 10 months ago
  72. 7a2024e v1.6.2 bump by Dominic Hamon · 2 years, 10 months ago
  73. 48c2d1c Expose google_benchmark.State for python bindings. (#1430) by Ross McIlroy · 2 years, 10 months ago
  74. 4efcc47 Suppress nvcc `offsetof` warning (#1429) by Cezary Skrzyński · 2 years, 10 months ago
  75. 1531ee0 Correct typo in Passing Arguments section by Dominic Hamon · 2 years, 10 months ago
  76. ac8a6d3 cleanup comments by Dominic Hamon · 2 years, 10 months ago
  77. 8205547 fix sanitizer builds by using clang 13 (#1426) by Dominic Hamon · 2 years, 10 months ago
  78. 0a95a42 fix dependabot numpy version warning by Dominic Hamon · 2 years, 10 months ago
  79. a8bc318 fix cmake warning for libcxx setup by Dominic Hamon · 2 years, 10 months ago
  80. 4136c4a Expose default help printer function (#1425) by Yuri Khan · 2 years, 10 months ago
  81. dfdda57 Fix DoNotOptimize() GCC compile error with some types (#1340) (#1424) by Alexander Popov · 2 years, 10 months ago
  82. 7280499 Remove redundant formatting tags (#1420) by Tom Cobley · 2 years, 10 months ago
  83. b7afda2 Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403)" (#1417) by Dominic Hamon · 2 years, 11 months ago
  84. af7de86 Clarify that the cpu frequency is not used for benchmark timings. (#1414) by Dominic Hamon · 2 years, 11 months ago
  85. 8545dfb Fix DoNotOptimize() GCC copy overhead (#1340) (#1410) by Alexander Popov · 2 years, 11 months ago
  86. efadf67 Add possibility to ask for libbenchmark version number (#1004) (#1403) by Matthias Donaubauer · 2 years, 11 months ago
  87. 2365c4a add multiple OSes to bazel workflow (#1412) by Dominic Hamon · 2 years, 11 months ago
  88. 920fa14 fix some build warnings on type conversions by Dominic Hamon · 2 years, 11 months ago
  89. 108ca84 fix typo in comment by Dominic Hamon · 2 years, 11 months ago
  90. 6d50251 Report large numbers in scientific notation in console reporter (#1303) (#1402) by Matthdonau · 3 years ago
  91. 7eb8c0f Introduce warmup phase to BenchmarkRunner (#1130) (#1399) by Matthdonau · 3 years ago
  92. 6c46c9f Add support to get clock for new architecture CSKY (#1400) by Zi Xuan Wu (Zeson) · 3 years ago
  93. 37be1e8 Add option to get the verbosity provided by commandline flag -v (#1330) (#1397) by Matthdonau · 3 years ago
  94. aecbdbf fix some typos (#1393) by cui fliter · 3 years ago
  95. bc4639c Add installation and build instructions for Python bindings (#1392) by Nicholas Junge · 3 years ago
  96. 8d86026 Enable -Wconversion (#1390) by Dominic Hamon · 3 years ago
  97. b0d5adf Add benchmark labels to the output of the comparison tool (#1388) by Dominic Hamon · 3 years ago
  98. a162a38 Filter out benchmarks that start with "DISABLED_" (#1387) by Dominic Hamon · 3 years ago
  99. dc901ff Fix wheel job name for PyPI uploads (#1384) by Nicholas Junge · 3 years, 1 month ago
  100. 6f75bb5 Shut down Bazel gracefully and revert wheel build strategy to job matrix (#1383) by Nicholas Junge · 3 years, 1 month ago