Commit 51ab3d3
committed
Updated third-party modules
1 parent 7bcdb8c commit 51ab3d3
File tree
7 files changed
+7
-7
lines changed- ThirdParty
7 files changed
+7
-7
lines changedSubmodule SPIRV-Cross updated 193 files
Submodule SPIRV-Headers updated 13 files
- BUILD.bazel+5
- CMakeLists.txt+6
- SPIRV-Headers.pc.in+9
- include/spirv/spir-v.xml+3-2
- include/spirv/unified1/spirv.core.grammar.json+119-44
- include/spirv/unified1/spirv.cs+7
- include/spirv/unified1/spirv.h+9
- include/spirv/unified1/spirv.hpp+9
- include/spirv/unified1/spirv.hpp11+9
- include/spirv/unified1/spirv.json+7-1
- include/spirv/unified1/spirv.lua+7
- include/spirv/unified1/spirv.py+7
- include/spirv/unified1/spv.d+7
Submodule SPIRV-Tools updated 440 files
Submodule Vulkan-Headers updated 17 files
- README.md+11
- include/vulkan/vulkan.hpp+4.3k-3.0k
- include/vulkan/vulkan_android.h+14-1
- include/vulkan/vulkan_beta.h+49-50
- include/vulkan/vulkan_core.h+372-31
- include/vulkan/vulkan_enums.hpp+1.2k-703
- include/vulkan/vulkan_fuchsia.h+141
- include/vulkan/vulkan_funcs.hpp+1.9k-269
- include/vulkan/vulkan_handles.hpp+2.9k-2.2k
- include/vulkan/vulkan_raii.hpp+2.6k-1.6k
- include/vulkan/vulkan_structs.hpp+13.7k-5.4k
- registry/generator.py+5-3
- registry/genvk.py+34-6
- registry/reg.py+41-35
- registry/validusage.json+2.7k-591
- registry/vk.xml+852-283
- registry/vkconventions.py+1
Submodule googletest updated 91 files
- BUILD.bazel+1-3
- CMakeLists.txt+3-5
- CONTRIBUTING.md+2-1
- WORKSPACE+6-13
- docs/advanced.md+33-28
- docs/faq.md-1
- docs/gmock_cook_book.md+5-8
- docs/primer.md+9-9
- docs/quickstart-bazel.md-14
- docs/reference/matchers.md+12-11
- googlemock/CMakeLists.txt+3-7
- googlemock/README.md-4
- googlemock/include/gmock/gmock-actions.h-2
- googlemock/include/gmock/gmock-cardinalities.h-2
- googlemock/include/gmock/gmock-function-mocker.h+77-45
- googlemock/include/gmock/gmock-matchers.h+58-15
- googlemock/include/gmock/gmock-more-actions.h-2
- googlemock/include/gmock/gmock-more-matchers.h-2
- googlemock/include/gmock/gmock-nice-strict.h-2
- googlemock/include/gmock/gmock-spec-builders.h+2-4
- googlemock/include/gmock/gmock.h+2-4
- googlemock/include/gmock/internal/custom/README.md+2
- googlemock/include/gmock/internal/custom/gmock-generated-actions.h-2
- googlemock/include/gmock/internal/custom/gmock-matchers.h-2
- googlemock/include/gmock/internal/custom/gmock-port.h-2
- googlemock/include/gmock/internal/gmock-internal-utils.h+3-3
- googlemock/include/gmock/internal/gmock-port.h+29-13
- googlemock/scripts/README.md-5
- googlemock/scripts/fuse_gmock_files.py-256
- googlemock/scripts/generator/LICENSE-203
- googlemock/scripts/generator/README-34
- googlemock/scripts/generator/README.cppclean-115
- googlemock/scripts/generator/cpp/__init__.py
- googlemock/scripts/generator/cpp/ast.py-1.8k
- googlemock/scripts/generator/cpp/gmock_class.py-247
- googlemock/scripts/generator/cpp/gmock_class_test.py-570
- googlemock/scripts/generator/cpp/keywords.py-56
- googlemock/scripts/generator/cpp/tokenize.py-284
- googlemock/scripts/generator/cpp/utils.py-37
- googlemock/scripts/generator/gmock_gen.py-30
- googlemock/src/gmock-internal-utils.cc+56-2
- googlemock/src/gmock-spec-builders.cc+6-6
- googlemock/src/gmock.cc+35-25
- googlemock/test/BUILD.bazel-1
- googlemock/test/gmock-actions_test.cc+1-1
- googlemock/test/gmock-internal-utils_test.cc+51-11
- googlemock/test/gmock-matchers_test.cc+34-10
- googlemock/test/gmock-nice-strict_test.cc+21-22
- googlemock/test/gmock-spec-builders_test.cc+20-21
- googlemock/test/gmock_output_test_.cc+6-6
- googlemock/test/gmock_test.cc+17-19
- googletest/CMakeLists.txt+3-8
- googletest/README.md+3-1
- googletest/include/gtest/gtest-death-test.h-3
- googletest/include/gtest/gtest-message.h-2
- googletest/include/gtest/gtest-param-test.h-2
- googletest/include/gtest/gtest-printers.h+8-2
- googletest/include/gtest/gtest-spi.h-2
- googletest/include/gtest/gtest-test-part.h-2
- googletest/include/gtest/gtest-typed-test.h-2
- googletest/include/gtest/gtest.h+4-7
- googletest/include/gtest/gtest_pred_impl.h+1-2
- googletest/include/gtest/gtest_prod.h-1
- googletest/include/gtest/internal/gtest-death-test-internal.h-1
- googletest/include/gtest/internal/gtest-filepath.h-2
- googletest/include/gtest/internal/gtest-internal.h+2-4
- googletest/include/gtest/internal/gtest-param-util.h-2
- googletest/include/gtest/internal/gtest-port.h+10-12
- googletest/include/gtest/internal/gtest-string.h-2
- googletest/include/gtest/internal/gtest-type-util.h-2
- googletest/scripts/README.md-5
- googletest/scripts/common.py-83
- googletest/scripts/fuse_gtest_files.py-253
- googletest/scripts/gen_gtest_pred_impl.py-733
- googletest/scripts/gtest-config.in-274
- googletest/scripts/release_docs.py-158
- googletest/scripts/run_with_path.py-32
- googletest/scripts/test/Makefile-59
- googletest/scripts/upload.py-1.4k
- googletest/scripts/upload_gtest.py-78
- googletest/src/gtest-death-test.cc+2-2
- googletest/src/gtest-internal-inl.h+1-1
- googletest/src/gtest.cc+13-8
- googletest/test/BUILD.bazel-1
- googletest/test/googletest-catch-exceptions-test.py+5-5
- googletest/test/googletest-output-test-golden-lin.txt+18-2
- googletest/test/googletest-output-test_.cc+8
- googletest/test/googletest-printers-test.cc+1
- googletest/test/gtest_pred_impl_unittest.cc+6-6
- googletest/test/gtest_test_utils.py+2-2
- googletest/test/gtest_unittest.cc+2-2
0 commit comments