Skip to content

Tags: martinus/nanobench

Tags

v4.3.11

Toggle v4.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add linter for version & clang-format. Updated version (#90)

v4.3.10

Toggle v4.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
clang-tidy improvements, recreate documentation (#83)

* Lots of clang-tidy fixes

This enables a bunch of clang-tidy rules, and fixes nanobench.h wherever
possible, and otherwise disables the warning at that line.

* Updated documentation, adding missing files

Also update highlighting locations

* only use W4 warnings for MSVC

v4.3.9

Toggle v4.3.9's commit message

Verified

This commit was signed with the committer’s verified signature.
martinus Martin Leitner-Ankerl
Fix #80 - shuffle with containers that have 32bit index

v4.3.8

Toggle v4.3.8's commit message

Verified

This commit was signed with the committer’s verified signature.
martinus Martin Leitner-Ankerl
recreated documentation

This was a bit more difficult due to doxygen update to version 1.9.5.

Also updated my name to Martin Leitner-Ankerl. I've been married for over a year now! :-)

v4.3.7

Toggle v4.3.7's commit message

Verified

This commit was signed with the committer’s verified signature.
martinus Martin Leitner-Ankerl
* Raise minimum time to 1ms for one epoch

* Bump version to 4.3.7
* regenerate documentation

v4.3.6

Toggle v4.3.6's commit message
updated documentation

v4.3.5

Toggle v4.3.5's commit message
Undo incorrect "fix" for old linux headers.

I have used #if defined(...) to check for enum values, which is... simply incorrect and not possible.

Removing this check again. If compilation does not work, define the macro ANKERL_NANOBENCH_DISABLE_PERF_COUNTERS.

v4.3.4

Toggle v4.3.4's commit message
Add missing sanitizer suppression to rotl

v4.3.3

Toggle v4.3.3's commit message
do not use locale-dependent std::to_string

v4.3.2

Toggle v4.3.2's commit message
Back to version 4.3.2, so we don't skip a number for the release