Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2022-01-26 16:50:58 +0300
committerGitHub <noreply@github.com>2022-01-26 16:50:58 +0300
commitd492ebded7fa207c98f8ad3be968c52037418ce6 (patch)
tree395baf66841bc1715473f502e2ecb3469cbd99cd /DEPS
parent5003644f554bafe7f002699d12581d6f903386f3 (diff)
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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index 88cb4cad7..81e1b5d6d 100644
--- a/DEPS
+++ b/DEPS
@@ -4,9 +4,9 @@ vars = {
'github': 'https://github.com',
'effcee_revision': 'ddf5e2bb92957dc8a12c5392f8495333d6844133',
- 'googletest_revision': 'bf0701daa9f5b30e5882e2f8f9a5280bcba87e77',
- 're2_revision': '4244cd1cb492fa1d10986ec67f862964c073f844',
- 'spirv_headers_revision': 'eddd4dfc930f1374a70797460240a501c7d333f7',
+ 'googletest_revision': 'f45d5865ed0b2b8912244627cdf508a24cc6ccb4',
+ 're2_revision': '611baecbcedc9cec1f46e38616b6d8880b676c03',
+ 'spirv_headers_revision': 'b42ba6d92faf6b4938e6f22ddd186dbdacc98d78',
}
deps = {