This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 235d71f Fix pair::operator=(TupleLike&&). new f76a087 Update Google Benchmark library.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: utils/google-benchmark/CMakeLists.txt | 23 +- utils/google-benchmark/README.md | 7 + utils/google-benchmark/cmake/CXXFeatureCheck.cmake | 4 +- .../include/benchmark/benchmark_api.h | 37 ++- utils/google-benchmark/include/benchmark/macros.h | 2 + utils/google-benchmark/mingw.py | 320 --------------------- utils/google-benchmark/src/CMakeLists.txt | 8 +- utils/google-benchmark/src/benchmark.cc | 183 ++++++++---- utils/google-benchmark/test/CMakeLists.txt | 20 +- utils/google-benchmark/test/complexity_test.cc | 224 +++------------ utils/google-benchmark/test/cxx03_test.cc | 13 +- .../google-benchmark/test/multiple_ranges_test.cc | 17 +- utils/google-benchmark/test/output_test.h | 72 +++++ utils/google-benchmark/test/output_test_helper.cc | 224 +++++++++++++++ .../google-benchmark/test/reporter_output_test.cc | 265 ++++++----------- 15 files changed, 658 insertions(+), 761 deletions(-) delete mode 100644 utils/google-benchmark/mingw.py create mode 100644 utils/google-benchmark/test/output_test.h create mode 100644 utils/google-benchmark/test/output_test_helper.cc