OSDN Git Service

Update googletest to v1.11.0
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sun, 8 Aug 2021 14:04:48 +0000 (23:04 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sun, 8 Aug 2021 14:04:48 +0000 (23:04 +0900)
commit9f90164214d6f042c5a51aa2f034ba9a76381072
treecb5f0ff42bc1daa43bdb8a4041c63120fd85df26
parent1e253c5778609295aa7ab444d1470e07d389ecdc
Update googletest to v1.11.0
68 files changed:
ALL.vs2017.sln
ALL.vs2019.sln
Externals/googletest/CONTRIBUTORS [moved from Externals/gtest/CONTRIBUTORS with 61% similarity]
Externals/googletest/LICENSE [moved from Externals/gtest/LICENSE with 100% similarity]
Externals/googletest/README.md [new file with mode: 0644]
Externals/googletest/googletest/googletest.vcxitems [moved from Externals/gtest/gtest.vcxitems with 77% similarity]
Externals/googletest/googletest/googletest.vcxitems.filters [moved from Externals/gtest/gtest.vcxitems.filters with 81% similarity]
Externals/googletest/googletest/include/gtest/gtest-death-test.h [moved from Externals/gtest/include/gtest/gtest-death-test.h with 68% similarity]
Externals/googletest/googletest/include/gtest/gtest-matchers.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/gtest-message.h [moved from Externals/gtest/include/gtest/gtest-message.h with 81% similarity]
Externals/googletest/googletest/include/gtest/gtest-param-test.h [moved from Externals/gtest/include/gtest/gtest-param-test.h.pump with 57% similarity]
Externals/googletest/googletest/include/gtest/gtest-printers.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/gtest-spi.h [moved from Externals/gtest/include/gtest/gtest-spi.h with 94% similarity]
Externals/googletest/googletest/include/gtest/gtest-test-part.h [moved from Externals/gtest/include/gtest/gtest-test-part.h with 81% similarity]
Externals/googletest/googletest/include/gtest/gtest-typed-test.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/gtest.h [moved from Externals/gtest/include/gtest/gtest.h with 67% similarity]
Externals/googletest/googletest/include/gtest/gtest_pred_impl.h [moved from Externals/gtest/include/gtest/gtest_pred_impl.h with 83% similarity]
Externals/googletest/googletest/include/gtest/gtest_prod.h [moved from Externals/gtest/include/gtest/gtest_prod.h with 76% similarity]
Externals/googletest/googletest/include/gtest/internal/custom/README.md [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/internal/custom/gtest.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h [moved from Externals/gtest/include/gtest/internal/gtest-death-test-internal.h with 64% similarity]
Externals/googletest/googletest/include/gtest/internal/gtest-filepath.h [moved from Externals/gtest/include/gtest/internal/gtest-filepath.h with 94% similarity]
Externals/googletest/googletest/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
Externals/googletest/googletest/include/gtest/internal/gtest-port.h [moved from Externals/gtest/include/gtest/internal/gtest-port.h with 51% similarity]
Externals/googletest/googletest/include/gtest/internal/gtest-string.h [moved from Externals/gtest/include/gtest/internal/gtest-string.h with 85% similarity]
Externals/googletest/googletest/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
Externals/googletest/googletest/src/gtest-all.cc [moved from Externals/gtest/src/gtest-all.cc with 95% similarity]
Externals/googletest/googletest/src/gtest-death-test.cc [moved from Externals/gtest/src/gtest-death-test.cc with 70% similarity]
Externals/googletest/googletest/src/gtest-filepath.cc [moved from Externals/gtest/src/gtest-filepath.cc with 88% similarity]
Externals/googletest/googletest/src/gtest-internal-inl.h [moved from Externals/gtest/src/gtest-internal-inl.h with 78% similarity]
Externals/googletest/googletest/src/gtest-matchers.cc [new file with mode: 0644]
Externals/googletest/googletest/src/gtest-port.cc [new file with mode: 0644]
Externals/googletest/googletest/src/gtest-printers.cc [moved from Externals/gtest/src/gtest-printers.cc with 55% similarity]
Externals/googletest/googletest/src/gtest-test-part.cc [moved from Externals/gtest/src/gtest-test-part.cc with 79% similarity]
Externals/googletest/googletest/src/gtest-typed-test.cc [moved from Externals/gtest/src/gtest-typed-test.cc with 67% similarity]
Externals/googletest/googletest/src/gtest.cc [moved from Externals/gtest/src/gtest.cc with 52% similarity]
Externals/googletest/googletest/src/gtest_main.cc [moved from Externals/gtest/src/gtest_main.cc with 86% similarity]
Externals/gtest/README [deleted file]
Externals/gtest/include/gtest/gtest-param-test.h [deleted file]
Externals/gtest/include/gtest/gtest-printers.h [deleted file]
Externals/gtest/include/gtest/gtest-typed-test.h [deleted file]
Externals/gtest/include/gtest/internal/gtest-internal.h [deleted file]
Externals/gtest/include/gtest/internal/gtest-linked_ptr.h [deleted file]
Externals/gtest/include/gtest/internal/gtest-param-util-generated.h [deleted file]
Externals/gtest/include/gtest/internal/gtest-param-util-generated.h.pump [deleted file]
Externals/gtest/include/gtest/internal/gtest-param-util.h [deleted file]
Externals/gtest/include/gtest/internal/gtest-tuple.h [deleted file]
Externals/gtest/include/gtest/internal/gtest-tuple.h.pump [deleted file]
Externals/gtest/include/gtest/internal/gtest-type-util.h [deleted file]
Externals/gtest/include/gtest/internal/gtest-type-util.h.pump [deleted file]
Externals/gtest/src/gtest-port.cc [deleted file]
Externals/versions.txt
Src/Merge.vcxproj
Src/TestMain.cpp
Testing/GoogleTest/GUITests/ConfigTest.cpp
Testing/GoogleTest/GUITests/DirFrameTest.cpp
Testing/GoogleTest/GUITests/FileTest.cpp
Testing/GoogleTest/GUITests/GUITests.vcxproj
Testing/GoogleTest/GUITests/InstallerTest.cpp
Testing/GoogleTest/GUITests/MainFrameTest.cpp
Testing/GoogleTest/GUITests/OptionsDialogTest.cpp
Testing/GoogleTest/UnitTests/UnitTests.vcxproj
WinMerge.vs2017.sln
WinMerge.vs2019.sln