mesonbuild / google-benchmark

Meson build definitions for google-benchmark
https://github.com/google/benchmark
MIT License
0 stars 4 forks source link

Updated to version 1.5.2 #2

Closed o-mdr closed 3 years ago

o-mdr commented 3 years ago

Updated google benchmark 1.4.1 => 1.5.2

This PR includes:

Tested compilation on Ubuntu GCC 9.3 x64. Please update destination branch.

jpakkane commented 3 years ago

I have created a new branch and retargeted this. Please squash the commits so there is only one. Thanks.

o-mdr commented 3 years ago

Hi Jussi, thanks. I think that's done, I've used:

git checkout 1.5.2
git reset $(git merge-base 1.4.1 1.5.2)
git add -A
git commit -m "..."
git push --force