Commit 8d8a52c
1 parent ef2e4d8 commit 8d8a52c
2 files changed
+2
-2
lines changedSubmodule googletest updated 75 files
- CMakeLists.txt+8-16
- README+92-82
- cmake/internal_utils.cmake+3-18
- docs/AdvancedGuide.md-2.2k
- docs/DevGuide.md-139
- docs/Documentation.md-14
- docs/FAQ.md-1.1k
- docs/Primer.md-501
- docs/ProjectHome.md-31
- docs/PumpManual.md-177
- docs/Samples.md-14
- docs/V1_5_AdvancedGuide.md-2.1k
- docs/V1_5_Documentation.md-12
- docs/V1_5_FAQ.md-885
- docs/V1_5_Primer.md-497
- docs/V1_5_PumpManual.md-177
- docs/V1_5_XcodeGuide.md-93
- docs/V1_6_AdvancedGuide.md-2.2k
- docs/V1_6_Documentation.md-14
- docs/V1_6_FAQ.md-1.0k
- docs/V1_6_Primer.md-501
- docs/V1_6_PumpManual.md-177
- docs/V1_6_Samples.md-14
- docs/V1_6_XcodeGuide.md-93
- docs/V1_7_AdvancedGuide.md-2.2k
- docs/V1_7_Documentation.md-14
- docs/V1_7_FAQ.md-1.1k
- docs/V1_7_Primer.md-501
- docs/V1_7_PumpManual.md-177
- docs/V1_7_Samples.md-14
- docs/V1_7_XcodeGuide.md-93
- docs/XcodeGuide.md-93
- include/gtest/gtest-param-test.h+12-35
- include/gtest/gtest-param-test.h.pump+12-35
- include/gtest/gtest-printers.h+53-191
- include/gtest/gtest-typed-test.h+2-6
- include/gtest/gtest.h+131-80
- include/gtest/internal/custom/gtest-port.h-69
- include/gtest/internal/custom/gtest-printers.h-42
- include/gtest/internal/custom/gtest.h-41
- include/gtest/internal/gtest-internal.h+56-136
- include/gtest/internal/gtest-linked_ptr.h+2-12
- include/gtest/internal/gtest-param-util-generated.h+40-43
- include/gtest/internal/gtest-param-util-generated.h.pump+22-7
- include/gtest/internal/gtest-param-util.h+20-132
- include/gtest/internal/gtest-port-arch.h-93
- include/gtest/internal/gtest-port.h+176-788
- include/gtest/internal/gtest-tuple.h-8
- include/gtest/internal/gtest-tuple.h.pump-8
- samples/sample8_unittest.cc+3-3
- scripts/common.py-83
- scripts/release_docs.py-158
- src/gtest-death-test.cc+23-19
- src/gtest-filepath.cc+4-9
- src/gtest-internal-inl.h+44-9
- src/gtest-port.cc+58-474
- src/gtest-printers.cc+1-11
- src/gtest-test-part.cc+3-3
- src/gtest-typed-test.cc+16-24
- src/gtest.cc+131-502
- test/gtest-death-test_test.cc+53-113
- test/gtest-filepath_test.cc+18
- test/gtest-listener_test.cc+5-6
- test/gtest-param-test_test.cc+3-154
- test/gtest-port_test.cc+76-127
- test/gtest-printers_test.cc+76-145
- test/gtest-typed-test_test.cc+1-21
- test/gtest-unittest-api_test.cc+2-2
- test/gtest_output_test.py+7-12
- test/gtest_output_test_.cc+9-37
- test/gtest_output_test_golden_lin.txt+6-29
- test/gtest_premature_exit_test.cc+14
- test/gtest_test_utils.py+3-3
- test/gtest_unittest.cc+28-312
- xcode/Scripts/versiongenerate.py
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
0 commit comments