File tree
5 files changed
+35
-8
lines changed- extern
- src
- test
5 files changed
+35
-8
lines changed- .gitignore+4
- .travis.yml+2-2
- WORKSPACE+22
- bindings/python/BUILD+3
- bindings/python/benchmark/BUILD+38
- bindings/python/benchmark/__init__.py+62
- bindings/python/benchmark/benchmark.cc+48
- bindings/python/benchmark/example.py+48
- bindings/python/build_defs.bzl+25
- bindings/python/pybind11.BUILD+20
- bindings/python/python_headers.BUILD+6
- bindings/python/requirements.txt+2
- docs/releasing.md
- mingw.py-320
- setup.py+124
- src/benchmark.cc+2-2
- src/benchmark_runner.cc+3-2
- src/cycleclock.h+29-15
- src/string_util.cc+3
- test/output_test_helper.cc+2-2
- test/statistics_gtest.cc+2-2
Submodule googletest updated 62 files
- .travis.yml+10-18
- BUILD.bazel+1
- README.md+3-3
- ci/build-linux-bazel.sh-1
- ci/env-linux.sh+2-2
- ci/install-linux.sh+1-1
- ci/travis.sh+5-20
- googlemock/CMakeLists.txt+2
- googlemock/README.md+16-16
- googlemock/cmake/gmock.pc.in+1-1
- googlemock/cmake/gmock_main.pc.in+1-1
- googlemock/docs/cheat_sheet.md+5
- googlemock/docs/community_created_documentation.md+9
- googlemock/docs/cook_book.md+5-5
- googlemock/docs/for_dummies.md+2-2
- googlemock/docs/gmock_faq.md+1-1
- googlemock/include/gmock/gmock-actions.h+33-40
- googlemock/include/gmock/gmock-generated-actions.h-75
- googlemock/include/gmock/gmock-generated-actions.h.pump-22
- googlemock/include/gmock/gmock-matchers.h+38-124
- googlemock/include/gmock/gmock-spec-builders.h+4-5
- googlemock/include/gmock/internal/gmock-internal-utils.h+6-4
- googlemock/include/gmock/internal/gmock-pp.h+3-3
- googlemock/src/gmock-matchers.cc-2
- googlemock/test/gmock-actions_test.cc+97-32
- googlemock/test/gmock-generated-actions_test.cc-55
- googlemock/test/gmock-matchers_test.cc+36-15
- googletest/CMakeLists.txt+2
- googletest/cmake/gtest_main.pc.in+1-1
- googletest/docs/advanced.md+27-10
- googletest/docs/pkgconfig.md-71
- googletest/docs/primer.md+1-1
- googletest/include/gtest/gtest-death-test.h+2-3
- googletest/include/gtest/gtest-matchers.h+12-6
- googletest/include/gtest/gtest-printers.h+94-12
- googletest/include/gtest/gtest.h+6-3
- googletest/include/gtest/internal/gtest-internal.h+11-6
- googletest/include/gtest/internal/gtest-port.h+111-7
- googletest/include/gtest/internal/gtest-type-util.h+21-17
- googletest/src/gtest-filepath.cc+12-24
- googletest/src/gtest-internal-inl.h+4
- googletest/src/gtest-port.cc+1-1
- googletest/src/gtest-printers.cc+6
- googletest/src/gtest-typed-test.cc+1-11
- googletest/src/gtest.cc+226-66
- googletest/test/googletest-death-test-test.cc+7-5
- googletest/test/googletest-death-test_ex_test.cc+1-1
- googletest/test/googletest-env-var-test.py+1
- googletest/test/googletest-env-var-test_.cc+5
- googletest/test/googletest-json-output-unittest.py+30-4
- googletest/test/googletest-output-test-golden-lin.txt+18-6
- googletest/test/googletest-output-test_.cc-57
- googletest/test/googletest-param-test-test.cc+6-5
- googletest/test/googletest-port-test.cc+2-4
- googletest/test/googletest-printers-test.cc+179-10
- googletest/test/gtest-unittest-api_test.cc+4-4
- googletest/test/gtest_help_test.py+1
- googletest/test/gtest_unittest.cc+46-3
- googletest/test/gtest_xml_outfiles_test.py+2-2
- googletest/test/gtest_xml_output_unittest.py+39-23
- googletest/test/gtest_xml_output_unittest_.cc+9
- googletest/test/gtest_xml_test_utils.py+2-1
Submodule qfr updated from 27b60fb to 86875fe
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
43 | 54 |
| |
44 | 55 |
| |
45 | 56 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
17 | 33 |
| |
18 | 34 |
| |
19 | 35 |
| |
|
0 commit comments