SPIRV-Tools/DEPS

27 lines
762 B
Plaintext
Raw Normal View History

use_relative_paths = True
vars = {
'github': 'https://github.com',
Update DEPS (#4625) Update DEPS ahead of the next Vulkan SDK release. * Roll external/effcee/ 2ec8f8738..ddf5e2bb9 (1 commit) https://github.com/google/effcee/compare/2ec8f8738118...ddf5e2bb9295 $ git log 2ec8f8738..ddf5e2bb9 --date=short --no-merges --format='%ad %ae %s' 2021-08-31 dneto Remove .travis.yml Created with: roll-dep external/effcee * Roll external/googletest/ 955c7f837..bf0701daa (32 commits) https://github.com/google/googletest/compare/955c7f837efa...bf0701daa9f5 $ git log 955c7f837..bf0701daa --date=short --no-merges --format='%ad %ae %s' 2021-11-03 absl-team Googletest export 2021-10-28 dmauro Googletest export 2021-10-27 dmauro Googletest export 2021-10-26 absl-team Googletest export 2021-10-26 absl-team Googletest export 2021-10-25 dmauro Googletest export 2021-10-25 dmauro Googletest export 2021-10-30 dartme18 Re #3637 Show Disabled Tests in testing output 2021-10-11 absl-team Googletest export 2021-10-11 absl-team Googletest export 2021-10-11 absl-team Googletest export 2021-10-08 yesudeep Fix linker errors on FreeBSD. 2021-09-30 absl-team Googletest export 2021-09-28 absl-team Googletest export 2021-09-24 cclauss Fix remaining typos discovered by codespell 2021-09-20 absl-team Googletest export 2021-09-20 absl-team Internal change 2021-09-17 julian.amann Remove bazelbuild/rules_cc dependency 2021-09-16 cclauss Fix typos discovered by codespell 2021-09-16 cclauss Fix typos discovered by codespell 2021-09-16 cclauss Fix typo discovered by codespell 2021-09-15 absl-team Googletest export 2021-09-15 dmauro Googletest export 2021-09-15 absl-team Googletest export 2021-09-14 dmauro Googletest export 2021-09-14 dmauro Googletest export 2021-09-14 absl-team Googletest export 2021-09-15 761129+derekmauro Revert grammatically incorrect change 2021-09-10 absl-team Googletest export 2021-08-10 akashkumarsingh11032001 add a missing 'a' 2021-08-10 akashkumarsingh11032001 Create CONTRIBUTING.md 2020-12-29 julien.jemine Using auto instead of container::const_iterator Created with: roll-dep external/googletest * Roll external/spirv-headers/ 19e835041..29817199b (3 commits) https://github.com/KhronosGroup/SPIRV-Headers/compare/19e8350415ed...29817199b706 $ git log 19e835041..29817199b --date=short --no-merges --format='%ad %ae %s' 2021-07-24 kpet Add SpecConstantSubgroupMaxSize to the clspv reflection non-semantic instruction set 2021-05-24 pmistry Implement header definitions for SPV_NV_bindless_texture 2021-10-12 ben.ashbaugh reserve SPIR-V enum block for Intel extensions Created with: roll-dep external/spirv-headers
2021-11-09 14:43:45 +00:00
'effcee_revision': 'ddf5e2bb92957dc8a12c5392f8495333d6844133',
Roll external/googletest/ 25dcdc7e8..548b13dc3 (38 commits) https://github.com/google/googletest/compare/25dcdc7e8bfa...548b13dc3c02 $ git log 25dcdc7e8..548b13dc3 --date=short --no-merges --format='%ad %ae %s' 2022-05-31 absl-team Fix internal files 2022-05-30 jacobsa gmock-spec-builders: remove the name for an unused parameter. 2022-05-27 jacobsa gmock-spec-builders: add support for non-moveable types. 2022-05-27 elixir Clarify that `this->` is needed to access members of type-parameterized tests. 2022-05-27 jacobsa gmock-actions: properly support non-moveable results in `is_callable_r`. 2022-05-26 jacobsa gmock-spec-builders: move a method to the header. 2022-05-25 absl-team Update GoogleTest documentation's spelling of "GoogleTest". 2022-05-24 absl-team Clarify the pitfalls of EXPECT_THAT and highlight it's best practices 2022-05-17 dinor gmock-internal-utils.cc: Avoid implicit conversion from int to char Fixes #3832 2022-05-12 jacobsa gmock-actions: add support for move-only values to Return. 2022-05-12 absl-team Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_FATAL_FAILURE. 2022-05-11 jacobsa gmock-actions: provide a const reference when converting in ReturnAction. 2022-05-10 absl-team Do a consistent way of searching for a temporary directory. 2022-05-10 jacobsa gmock-actions: simplify Return and add better documentation. 2022-05-10 jacobsa gmock-actions: make OnceAction public. 2022-05-10 absl-team Fixup some missing overrides in googletest. 2022-05-03 absl-team Fix example of DescribeMatcher to properly support negation. 2022-05-02 absl-team Use TEST_TMPDIR on MacOS as well if available. 2022-05-02 jacobsa gmock-actions: remove a no-longer-necessary friend declaration. 2022-05-02 jacobsa gmock-actions: support ByMove in a specialization of ReturnAction. 2022-04-30 ayush854032 Fix typo in the test name of `NormalizeTest` 2022-04-28 absl-team Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. 2022-04-27 jacobsa gmock-actions: improve comments and tests for the implicit cast in Return. 2022-04-26 jacobsa Support move-only and &&-qualified actions in WithArgs. 2022-04-26 dmauro Use RE2 for the regex implementation when building with Bazel and using Abseil 2022-04-26 absl-team Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too. 2022-04-26 jacobsa Support move-only and &&-qualified actions in DoAll. 2022-04-22 dmauro Remove the legacy internal GTEST_DISALLOW_* macros 2022-04-21 dmauro Eliminate the legacy GTEST_COMPILE_ASSERT_ macro 2022-04-20 mhommey Always initialize fields in MatcherBase constructors 2022-04-13 jacobsa Document two surprises in `DoAllAction::NonFinalType`. 2022-04-13 absl-team Replace infinite recursion call (intentionally invoking undefined behavior to indicate unreachability) with explicit unreachability marker. 2022-04-08 absl-team Add support for move-only and &&-qualified actions in WillOnce. 2022-04-06 52797899+MR-A0101 Removing commas. 2022-04-06 dmauro Clarify what live-at-head actually means 2022-04-04 absl-team Trying to make it more clear: this is probably not about mock classes, but about mocked classes 2022-04-04 absl-team gmock: improve SFINAE for actions involving arguments. 2022-04-04 absl-team Use ResultOf()'s result_description when explaining match result. Created with: roll-dep external/googletest
2022-05-31 18:40:17 +00:00
'googletest_revision': '548b13dc3c02b93f60eeff9a0cc6e11c1ea722ca',
're2_revision': '0c5616df9c0aaa44c9440d87422012423d91c7d1',
'spirv_headers_revision': 'b765c355f488837ca4c77980ba69484f3ff277f5',
}
deps = {
'external/effcee':
Var('github') + '/google/effcee.git@' + Var('effcee_revision'),
'external/googletest':
Var('github') + '/google/googletest.git@' + Var('googletest_revision'),
'external/re2':
Var('github') + '/google/re2.git@' + Var('re2_revision'),
'external/spirv-headers':
Var('github') + '/KhronosGroup/SPIRV-Headers.git@' +
Var('spirv_headers_revision'),
}