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',
Update DEPS file (#4688) * Roll external/googletest/ bf0701daa..f45d5865e (47 commits) https://github.com/google/googletest/compare/bf0701daa9f5...f45d5865ed0b $ git log bf0701daa..f45d5865e --date=short --no-merges --format='%ad %ae %s' 2022-01-24 absl-team Make recreate_environments_when_repeating=false the default. 2022-01-19 absl-team Factor out AssertionResult into dedicated gtest-assertion-result header + implementation files to prevent cyclic includes between gtest.h and gtest_pred_impl.h 2022-01-18 absl-team Consistently apply IWYU pragmas across googletest and googlemock headers 2022-01-14 dinor Fix reference to source file in gmock FAQ 2022-01-14 dmauro Update test Docker image to GCC 11.2, Clang 14 (prerelease), CMake 3.22.1, and Bazel 4.2.2 2022-01-13 ayush854032 FIX #2174 -- remove `DEBUG_POSTFIX` 2022-01-12 absl-team Fix run-on sentence 2022-01-06 hgsilverman Fix a typo in comments. 2021-12-22 hgsilverman Use normal for loop instead of accumulate. 2021-12-17 hgsilverman Improve code readablity. 2021-12-17 hgsilverman Apply requested changes to preserve old behavior. 2021-12-03 hgsilverman Reimplement MatchesFilter with new interfaces. 2021-11-23 hgsilverman Apply requested changes. 2021-10-17 hgsilverman Get rid of redundant filter matching code 2021-10-17 hgsilverman Add comments describing the behavior of filters 2021-10-17 hgsilverman Process filter string once instead of per test 2022-01-05 bsilver16384 Remove another GTEST_DISALLOW_ASSIGN_ that crept in 2022-01-04 4789010+ramkumar-kr Update example to reflect the tests below 2022-01-01 ayush854032 FIX #3719 -- Fix `clang` conversion warnings 2021-12-27 absl-team Include the param names in the generated description of the MATCHER_P matchers. 2021-12-22 absl-team Clarify "package" means "Bazel package", and promote `testonly=True` rather than `testing` sub-directory. 2021-12-22 dmauro Makes the Python imports consistently use full paths from the repository root, unifying the behavior between Bazel and CMake 2021-12-21 dmauro Makes TestForDeathTest.CRTDebugDeath only run when _DEBUG is defined 2021-12-21 philip.j.m link to regex on qnx in cmake 2021-12-15 dinor Release tests for UnitTestOptions::MatchesFilter 2021-12-07 absl-team Add NOLINT to address modernize-use-trailing-return-type in TEST_F uses 2021-12-04 ayush854032 Allow to specify a random seed independently of whether shuffling is requested 2021-12-03 absl-team Support std::reference_wapper as a smart pointer type in gmock 2021-12-02 absl-team Fix typo in GoogleMock Cookbook. 2021-11-29 absl-team Work around Android KitKat tzset bug 2021-11-25 ludger.paehler Fix typo in the queue test. 2021-11-16 denis.samoylov Suppress unused-value warning 2021-11-16 93249401+assafpr fixed branch from master to main in readme.md 2021-11-16 93249401+assafpr Update README.md 2021-11-16 krystian.kuzniarek fix a typo 2021-11-15 cramertj Clarify "Times() after X" error message 2021-11-15 dmauro Update URLs in Bazel Quickstart 2021-11-12 absl-team Fix typo in gmock-matchers_test.cc: CanDescribeNegationOfExpectingOneElment => CanDescribeNegationOfExpectingOneElement 2021-11-10 absl-team Googletest export 2021-11-09 dmauro Googletest export 2021-11-10 memmenlauer googletest/src/gtest-port.cc: Added GetLastError() on Windows for CreateThread() 2021-11-09 absl-team Googletest export 2021-11-08 absl-team Googletest export 2021-11-08 absl-team Googletest export 2021-11-04 absl-team Googletest export 2021-11-05 raul.tambre Replace use of deprecated std::iterator 2021-10-20 h.zeller Start a simple github actions CI Created with: roll-dep external/googletest * Roll external/re2/ 4244cd1cb..611baecbc (42 commits) https://github.com/google/re2/compare/4244cd1cb492...611baecbcedc $ git log 4244cd1cb..611baecbc --date=short --no-merges --format='%ad %ae %s' 2022-01-24 junyer Update to the latest version of FuzzedDataProvider. 2022-01-19 junyer Replace the build job with the build-appleclang job. 2022-01-18 junyer Address a `-Wunused-but-set-variable' warning from Clang 13.x. 2022-01-18 junyer Fix the build job on macos-latest. 2022-01-17 junyer Remove GCC 4.x and 5.x from the CI configuration. 2022-01-16 stefano Don't specify the `-std` flag in Makefile or re2.pc. 2022-01-12 junyer Use Python 3 shebangs for make_unicode_*.py. 2021-12-24 andrei.bencsik Fix CMake packaging for installation. 2021-11-18 junyer Remove a redundant map access. 2021-11-02 junyer Produce static-testinstall and shared-testinstall binaries. 2021-10-27 junyer Precompute bit_state_text_max_size during compilation. 2021-10-27 junyer Fix another latent bug in Regexp::Walker<T>::Reset(). 2021-10-25 junyer Update Unicode data to 14.0.0. 2021-10-25 junyer Make the fuzzer check for large subexpressions. 2021-10-23 junyer Address a `-Wshadow' warning. 2021-10-19 junyer Don't assume that iterators can be compared. 2021-10-18 junyer Switch back to native C++ rules. 2021-09-02 junyer Crudely limit the use of 'k', 'K', 's' and 'S' when fuzzing. 2021-09-02 junyer Inspect substrings with a Walker<> instead of Prefilter. 2021-08-31 junyer thread_local support in MinGW seems to be buggy. 2021-08-26 junyer Use SRWLOCK_INIT instead of InitializeSRWLock(). 2021-08-23 junyer Add Clang 13 to the build matrix. 2021-08-13 junyer Tweak the OnePass versus DFA cutoff. 2021-08-09 junyer Improve the D wrapper details. 2021-08-09 junyer Mention the D wrapper. 2021-08-03 junyer Fix breakage when RE2_USE_ICU is defined. 2021-08-03 junyer Permit Unicode characters beyond ASCII in capture names. 2021-07-24 junyer Further reduce the maximum repeat count when fuzzing. 2021-07-08 junyer Add a SECURITY.md file. 2021-07-07 junyer Note that case-insensitive prefixes are already lowercase. 2021-07-06 junyer Tidy up BuildShiftDFA() a bit more. 2021-07-06 junyer Flip the hot loops to do-while. 2021-07-06 junyer Optimise the hot loop some more for Clang. 2021-07-06 junyer Work around a code generation issue seen with Clang. 2021-07-05 junyer Fix a couple of style nits. 2021-07-04 junyer Fix a bug that affects 32-bit platforms. 2021-07-03 junyer Implement case-insensitive prefix acceleration. 2021-07-02 junyer Add Search_Easy2_Cached* benchmarks. 2021-06-30 junyer Migration from master to main. 2021-06-23 junyer Revert "Yikes. int64_t{1}<<31 doesn't actually make sense." 2021-06-23 junyer Fix GetCachedProg() for OnePass. 2021-06-23 junyer Yikes. int64_t{1}<<31 doesn't actually make sense. Created with: roll-dep external/re2 * Roll external/spirv-headers/ eddd4dfc9..b42ba6d92 (2 commits) https://github.com/KhronosGroup/SPIRV-Headers/compare/eddd4dfc930f...b42ba6d92faf $ git log eddd4dfc9..b42ba6d92 --date=short --no-merges --format='%ad %ae %s' 2022-01-17 michael.kinsner Allocate additional loop control bit for upcoming Intel extension 2021-11-16 dragonjoker59 Add ShaderWriter as SPIR-V generation tool. Created with: roll-dep external/spirv-headers
2022-01-26 13:50:58 +00:00
'googletest_revision': 'f45d5865ed0b2b8912244627cdf508a24cc6ccb4',
're2_revision': '611baecbcedc9cec1f46e38616b6d8880b676c03',
'spirv_headers_revision': '6a55fade62dec6a406a5a721148f88a2211cbefa',
}
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'),
}