Next | Query returned 30 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2020-04-26 15:32:18 by Roland Illig | Files touched by this commit (1)
Log message:
benchmark/google-benchmark: remove runtime dependency on Python
   2020-03-21 18:27:24 by Roland Illig | Files touched by this commit (1)
Log message:
benchmarks/google-benchmark: add build dependency to Python

Without the dependency, the build fails with:
> Scanning dependencies of target copy_clobber_memory_assembly_test
> env: python: No such file or directory
   2020-03-16 15:00:58 by Thomas Klausner | Files touched by this commit (1)
Log message:
google-benchmark: remove -Werror

Breaks build with stack check
   2020-01-24 17:13:03 by Min Sik Kim | Files touched by this commit (2)
Log message:
benchmarks/google-benchmark: Build fix

Apply upstream patch to define HOST_NAME_MAX.
   2019-05-21 11:55:15 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
google-benchmark: updated to 1.5

v1.5:
Bump CMake minimum version to 3.5.1 (see dependencies.md)
Add threads and repetitions to the JSON outputa
Memory management and reporting hooks
Documentation improvements
Miscellaneous build fixes (Mostly Intel compiler and Android)
   2019-03-21 23:16:26 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
google-benchmark: updated to 1.4.1

v1.4.1
Bug-fix release on v1.4.
Realign expectation that State::iterations() returns 0 before the main benchmark \ 
loop begins.
CMake error message fixes
Enscripten check fix
OpenBSD porting
Windows bazel fixes
Bazel pthread linking
Negative regexes
gmock fix

v1.4.0
Removal of deprecated headers
Improved CPU cache info reporting
Support State::KeepRunningBatch()
Support int64_t for AddRange()
New platform support: NetBSD, s390x, Solaris
Bazel build support
Support googletest unit tests
Add assembler tests
Various warnings fixed

v1.3.0
Ranged for loop optimization!
Make installation optional
Better stats including user-provided ones
JSON reporter format fixes
Documentation improvements
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2017-03-24 12:41:59 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Merge patch from upstream to always use std::string, the original
intention of optional inclusion no longer applies anyway.
   2017-02-08 00:54:08 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Don't break <atomic> with silly flags.
   2016-11-21 19:20:30 by Min Sik Kim | Files touched by this commit (5)
Log message:
Import google-benchmark-1.1.0

It is a library to support the benchmarking of functions, similar to
unit-tests.

Next | Query returned 30 messages, browsing 21 to 30 | previous