Commit 6240042
committed
File tree
9 files changed
+90
-7
lines changed- docs
- lcb/notes
- notes
- engine/src
- libcpptest
- libfoundation/src
- tests
- lcb/vm
- lcs/core/engine
9 files changed
+90
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
| 708 | + | |
708 | 709 | | |
709 | 710 | | |
710 | 711 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
| 616 | + | |
| 617 | + | |
617 | 618 | | |
618 | 619 | | |
619 | 620 | | |
| |||
Submodule googletest updated 82 files
- .travis.yml+3-3
- appveyor.yml+1-1
- ci/travis.sh+8
- googlemock/docs/CookBook.md+93-112
- googlemock/include/gmock/gmock-actions.h+79-22
- googlemock/include/gmock/gmock-generated-actions.h+261-67
- googlemock/include/gmock/gmock-generated-actions.h.pump+44-5
- googlemock/include/gmock/gmock-generated-function-mockers.h+650-366
- googlemock/include/gmock/gmock-generated-function-mockers.h.pump+76-20
- googlemock/include/gmock/gmock-generated-matchers.h+317-250
- googlemock/include/gmock/gmock-generated-matchers.h.pump+18-16
- googlemock/include/gmock/gmock-generated-nice-strict.h+87-26
- googlemock/include/gmock/gmock-generated-nice-strict.h.pump+33-16
- googlemock/include/gmock/gmock-matchers.h+871-245
- googlemock/include/gmock/gmock-more-matchers.h+17
- googlemock/include/gmock/gmock-spec-builders.h+128-58
- googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump+1-1
- googlemock/include/gmock/internal/custom/gmock-matchers.h+3-4
- googlemock/include/gmock/internal/gmock-internal-utils.h+32-1
- googlemock/scripts/generator/README+4-5
- googlemock/src/gmock-internal-utils.cc+14-2
- googlemock/src/gmock-matchers.cc+90-37
- googlemock/src/gmock-spec-builders.cc+95-42
- googlemock/src/gmock.cc+2-2
- googlemock/test/gmock-actions_test.cc+167-3
- googlemock/test/gmock-generated-actions_test.cc+8-6
- googlemock/test/gmock-generated-function-mockers_test.cc+23
- googlemock/test/gmock-generated-internal-utils_test.cc+11-9
- googlemock/test/gmock-generated-matchers_test.cc+59-4
- googlemock/test/gmock-internal-utils_test.cc+28
- googlemock/test/gmock-matchers_test.cc+1.1k-73
- googlemock/test/gmock-more-actions_test.cc+8-9
- googlemock/test/gmock-nice-strict_test.cc+68-3
- googlemock/test/gmock-spec-builders_test.cc+73-3
- googlemock/test/gmock_link2_test.cc+1-1
- googlemock/test/gmock_link_test.cc+1-1
- googlemock/test/gmock_link_test.h+2
- googlemock/test/gmock_output_test_.cc+20-1
- googlemock/test/gmock_output_test_golden.txt+8-1
- googlemock/test/gmock_test_utils.py+1-1
- googletest/include/gtest/gtest-death-test.h+2-2
- googletest/include/gtest/gtest-message.h+1-1
- googletest/include/gtest/gtest-param-test.h+3-5
- googletest/include/gtest/gtest-param-test.h.pump+3-5
- googletest/include/gtest/gtest-printers.h+12-6
- googletest/include/gtest/gtest.h+16-1
- googletest/include/gtest/gtest_prod.h+1-1
- googletest/include/gtest/internal/gtest-death-test-internal.h+13-9
- googletest/include/gtest/internal/gtest-internal.h+77-18
- googletest/include/gtest/internal/gtest-port-arch.h+1-1
- googletest/include/gtest/internal/gtest-port.h+72-56
- googletest/include/gtest/internal/gtest-string.h+1-1
- googletest/include/gtest/internal/gtest-type-util.h+17-1
- googletest/include/gtest/internal/gtest-type-util.h.pump+17-1
- googletest/scripts/gen_gtest_pred_impl.py+10-10
- googletest/src/gtest-all.cc+1-1
- googletest/src/gtest-death-test.cc+203-13
- googletest/src/gtest-port.cc+74-36
- googletest/src/gtest-printers.cc+1-1
- googletest/src/gtest-test-part.cc+1-1
- googletest/src/gtest.cc+114-48
- googletest/test/gtest-death-test_test.cc+4-3
- googletest/test/gtest-listener_test.cc+1-1
- googletest/test/gtest-options_test.cc+6
- googletest/test/gtest-param-test_test.cc+28
- googletest/test/gtest-param-test_test.h+1-1
- googletest/test/gtest-port_test.cc+4-4
- googletest/test/gtest-printers_test.cc+17-61
- googletest/test/gtest-unittest-api_test.cc+1-1
- googletest/test/gtest_all_test.cc+1-1
- googletest/test/gtest_env_var_test.py+4-2
- googletest/test/gtest_help_test.py+1-1
- googletest/test/gtest_json_outfiles_test.py+1-2
- googletest/test/gtest_json_output_unittest.py+1-2
- googletest/test/gtest_json_test_utils.py+1-1
- googletest/test/gtest_output_test.py+1-1
- googletest/test/gtest_test_utils.py+2-2
- googletest/test/gtest_uninitialized_test.py-1
- googletest/test/gtest_unittest.cc+97
- googletest/test/gtest_xml_outfiles_test.py+14-2
- googletest/test/gtest_xml_output_unittest.py+42-8
- googletest/test/gtest_xml_test_utils.py+22-13
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | | - | |
| 1297 | + | |
1298 | 1298 | | |
1299 | | - | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
1300 | 1307 | | |
1301 | 1308 | | |
1302 | 1309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
29 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments