Commit Graph

123 Commits

Author SHA1 Message Date
github-actions[bot]
6d0e3cf6af
Roll external/googletest/ 334704df2..65cfeca1a (1 commit) (#5265)
334704df26...65cfeca1a1

$ git log 334704df2..65cfeca1a --date=short --no-merges --format='%ad %ae %s'
2023-06-09 absl-team internal g3doc documentation change.

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-06-12 10:12:23 -04:00
github-actions[bot]
9da0269225
roll deps (#5263)
* Roll external/effcee/ ef0a5c152..6d3b974a7 (6 commits)

ef0a5c1528...6d3b974a77

$ git log ef0a5c152..6d3b974a7 --date=short --no-merges --format='%ad %ae %s'
2023-06-05 dneto On Windows, export all symbols
2023-06-05 dneto Fix cursor_test.cc compilation on MSVC
2023-06-02 dneto Update CHANGES
2023-06-02 dneto Add Kokoro build scripts
2023-05-31 dneto Add DEPS and a script to get them out
2023-05-31 dneto gitignore: ignore abseil and bazel intermediate files

Created with:
  roll-dep external/effcee

* Roll external/googletest/ 458046912..334704df2 (8 commits)

4580469122...334704df26

$ git log 458046912..334704df2 --date=short --no-merges --format='%ad %ae %s'
2023-06-02 joakim.plate Check for file system for current directory
2023-06-02 pratyush3757 change table to unordered list
2023-06-01 dinor Copy supported platforms from README onto https://google.github.io/googletest/platforms.html
2023-05-31 dinor Provide example for setting C++ language standard in GoogleTest's Bazel quickstart and readme. An equivalent for CMake was merged in aa99ce5a0d
2023-05-31 junyer Update GoogleTest to RE2 release `2023-06-01`.
2023-05-30 pratyush3757 fix README table
2023-05-24 niranjan.nilakantan Disable some warnings for IntelLLVM on Windows.
2023-05-24 niranjan.nilakantan Build googletest with IntelLLVM compilers.

Created with:
  roll-dep external/googletest

* Roll external/re2/ 03da4fc08..7c5e396af (4 commits)

03da4fc085...7c5e396af8

$ git log 03da4fc08..7c5e396af --date=short --no-merges --format='%ad %ae %s'
2023-06-01 junyer `target_compile_definitions()` needs a scope keyword.
2023-06-01 junyer Export `PCRE::no_more_args` and the functors.
2023-06-01 junyer Fix a typographical error.
2023-06-01 junyer Set `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS` again.

Created with:
  roll-dep external/re2

* Roll external/spirv-headers/ 69155b22b..8e2ad2748 (3 commits)

69155b22b3...8e2ad27488

$ git log 69155b22b..8e2ad2748 --date=short --no-merges --format='%ad %ae %s'
2023-05-31 heroseh regenerate headers & correct order of TileImage*ReadAccessEXT Capability enum
2023-05-31 heroseh add HERO_C to the source language enumeration
2023-04-13 heroseh Add Hero C Compiler to the vendor list & add C source language to the Source Language enum

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2023-06-08 09:33:45 -04:00
github-actions[bot]
c7e436921a
roll deps (#5243)
* Roll external/effcee/ 66edefd2b..77a53ba53 (1 commit)

66edefd2bb...77a53ba53b

$ git log 66edefd2b..77a53ba53 --date=short --no-merges --format='%ad %ae %s'
2023-05-26 dneto Add Abseil dependency, via RE2

Created with:
  roll-dep external/effcee

* Roll external/re2/ c9cba7606..03da4fc08 (18 commits)

c9cba76063...03da4fc085

$ git log c9cba7606..03da4fc08 --date=short --no-merges --format='%ad %ae %s'
2023-05-26 junyer Use `--enable_platform_specific_config` in `.bazelrc`.
2023-05-24 junyer Call `find_package()` conditionally.
2023-05-19 junyer Install CMake in the `gcc:13` container.
2023-05-19 junyer Sigh. I forgot to omit `sudo` because running under Docker.
2023-05-19 junyer Fix the CMake build on Ubuntu.
2023-05-19 junyer Try building the testing for RE2 with CMake again.
2023-05-18 junyer Uhh. Fix `LDABSL` for sure this time.
2023-05-18 junyer Try one more time to fix the GNU make build with GCC on Ubuntu.
2023-05-18 junyer For now, stop building the testing for RE2 with CMake.
2023-05-18 junyer Revert "Try `x64-windows-static` for CMake on Windows."
2023-05-18 junyer Try `x64-windows-static` for CMake on Windows.
2023-05-18 junyer Try again to fix the CI workflows.
2023-05-17 junyer Try to fix the CMake CI workflow.
2023-05-17 junyer Try to fix the GNU make CI workflow.
2023-05-17 junyer Fix the GNU make and CMake configurations and CI workflows.
2023-05-17 junyer Copy over the `re2/` and `util/` subdirectories.
2023-05-15 junyer Copy over the Bazel configuration and the workflow for Python releases.
2023-05-15 junyer Copy over the `app/` and `python/` subdirectories.

Created with:
  roll-dep external/re2

* Update WORKSPACE to work with the new RE2.

* Do not build tests with VS2017

RE2 no longer supports VS2017, so we cannot build the tests anymore. We
will continue to make sure the everything else still builds with vs2017.

---------

Co-authored-by: GitHub Actions[bot] <>
Co-authored-by: Steven Perron <stevenperron@google.com>
2023-05-31 13:03:53 -04:00
github-actions[bot]
e0936b646c
Roll external/spirv-headers/ bdbfd019b..69155b22b (1 commit) (#5238)
bdbfd019be...69155b22b3

$ git log bdbfd019b..69155b22b --date=short --no-merges --format='%ad %ae %s'
2023-05-18 jjfumero Name and url for the TornadoVM SPIR-V Library Tool updated

Created with:
  roll-dep external/spirv-headers

Co-authored-by: GitHub Actions[bot] <>
2023-05-25 09:34:36 -04:00
Steven Perron
2358001827
Add Abseil as a dep and update RE2 (#5236)
* Add Abseil as a dep and update RE2

The latest version of RE2 requires Abseil. This PR adds Abseil as an
external dependence, and update RE2 to use it.

* Remove debug code and add comment.
2023-05-25 09:00:30 -04:00
github-actions[bot]
60c546f3ff
Roll external/googletest/ bc860af08..bb2941fcc (1 commit) (#5220)
* Roll external/googletest/ bb2941fcc..458046912 (8 commits)

bb2941fcc6...4580469122

$ git log bb2941fcc..458046912 --date=short --no-merges --format='%ad %ae %s'
2023-05-21 shlomi Add CXX_STANDARD_REQUIRED to CMake quickstart
2023-05-17 dinor Fix typo in version number example in README
2023-05-16 dinor Explicitly document googletest release tag format
2023-05-11 131433627+yagneshprajapati Update README.md
2023-05-11 131433627+yagneshprajapati Update README.md
2023-05-11 131433627+yagneshprajapati Update README.md
2023-05-08 pateldeev Add missing absl dependency from build.
2023-05-07 131433627+yagneshprajapati Update README.md

Created with:
  roll-dep external/googletest

* Roll external/spirv-headers/ 268a06176..bdbfd019b (1 commit)

268a061764...bdbfd019be

$ git log 268a06176..bdbfd019b --date=short --no-merges --format='%ad %ae %s'
2023-05-05 kevin.petit Make the generated operators for masks constexpr

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2023-05-24 11:00:43 -04:00
Nathan Gauër
e7c6084fd1
Prepare release 2023.3 (#5222)
* Roll external/googletest/ bc860af08..bb2941fcc (1 commit)

bc860af087...bb2941fcc6

$ git log bc860af08..bb2941fcc --date=short --no-merges --format='%ad %ae %s'
2023-05-11 absl-team Give CreateArgvFromArgs internal linkage

Created with:
  roll-dep external/googletest

* Prepare release v2023.3

Signed-off-by: Nathan Gauër <brioche@google.com>

---------

Signed-off-by: Nathan Gauër <brioche@google.com>
2023-05-16 17:06:35 +02:00
github-actions[bot]
d6310f4168
Roll external/googletest/ a3580180d..bc860af08 (1 commit) (#5216)
a3580180d1...bc860af087

$ git log a3580180d..bc860af08 --date=short --no-merges --format='%ad %ae %s'
2023-05-05 absl-team This trips up when compiling with -Wvla otherwise.

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-05-08 10:22:36 -04:00
github-actions[bot]
65f03bea4e
Roll external/spirv-headers/ 7f1d2f415..268a06176 (2 commits) (#5214)
7f1d2f4158...268a061764

$ git log 7f1d2f415..268a06176 --date=short --no-merges --format='%ad %ae %s'
2023-05-03 devillers Reserve a single block of opcodes and enumerants for Saarland University (#343)
2023-04-06 duncan.brawley Shift Codeplay opcode range to preserve alignment of opcodes and non-opcodes

Created with:
  roll-dep external/spirv-headers

Co-authored-by: GitHub Actions[bot] <>
2023-05-04 13:46:10 +02:00
github-actions[bot]
17be6bb7c3
Roll external/googletest/ f345b2ca6..a3580180d (2 commits) (#5210)
f345b2ca6a...a3580180d1

$ git log f345b2ca6..a3580180d --date=short --no-merges --format='%ad %ae %s'
2022-11-24 luoyonggang Fixes the test gmock_output_test.py with MSVC
2023-02-09 luoyonggang Revert "Fix gmock_output_test when using MSVC"

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-05-03 10:29:01 -04:00
github-actions[bot]
a525dccbe8
roll deps (#5209)
* Roll external/googletest/ 797b0ad2a..f345b2ca6 (1 commit)

797b0ad2a3...f345b2ca6a

$ git log 797b0ad2a..f345b2ca6 --date=short --no-merges --format='%ad %ae %s'
2023-04-25 julian.amann Fix spelling

Created with:
  roll-dep external/googletest

* Roll external/re2/ 11073deb7..c9cba7606 (1 commit)

11073deb73...c9cba76063

$ git log 11073deb7..c9cba7606 --date=short --no-merges --format='%ad %ae %s'
2023-05-01 junyer Add GCC 13 to the build matrix.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
2023-05-02 09:19:52 -04:00
github-actions[bot]
08d8fae589
Roll external/googletest/ 0bdaac5a1..797b0ad2a (1 commit) (#5207)
0bdaac5a14...797b0ad2a3

$ git log 0bdaac5a1..797b0ad2a --date=short --no-merges --format='%ad %ae %s'
2023-04-28 dinor Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplus

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-05-01 10:12:36 -04:00
github-actions[bot]
8e1001e938
Roll external/googletest/ dea0484e4..0bdaac5a1 (1 commit) (#5206)
dea0484e4d...0bdaac5a14

$ git log dea0484e4..0bdaac5a1 --date=short --no-merges --format='%ad %ae %s'
2023-04-27 tomhughes Add qualifier to avoid argument dependent lookup

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-04-28 10:30:53 -04:00
ewerness-nv
baa46e1036
Update spirv_headers to include SPV_KHR_ray_tracing_position_fetch (#5205) 2023-04-28 09:40:46 -04:00
github-actions[bot]
6110f30a36
Roll external/googletest/ 783d00fd1..ccdeec888 (1 commit) (#5203)
* Roll external/googletest/ 783d00fd1..dea0484e4 (2 commits)

783d00fd19...dea0484e4d

$ git log 783d00fd1..dea0484e4 --date=short --no-merges --format='%ad %ae %s'
2023-04-26 absl-team Use Abseil Flag public API for flag parsing.
2023-04-25 patryk gmock: fix issue #4222

Created with:
  roll-dep external/googletest

* Roll external/spirv-headers/ cfbe4feef..e08a279cf (2 commits)

cfbe4feef2...e08a279cf9

$ git log cfbe4feef..e08a279cf --date=short --no-merges --format='%ad %ae %s'
2023-04-19 joycebrum chore: Set minimal permissions to presubmit
2023-04-19 dmitry.sidorov Fix TileImage capabilities order

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2023-04-27 10:18:33 -04:00
github-actions[bot]
9e627132a8
Roll external/googletest/ 12a5852e4..783d00fd1 (9 commits) (#5198)
12a5852e45...783d00fd19

$ git log 12a5852e4..783d00fd1 --date=short --no-merges --format='%ad %ae %s'
2023-04-21 tomhughes Use '=default' to define trivial constructor/destructors
2023-04-21 tomhughes Use the empty method to check for emptiness
2023-04-20 tomhughes Add missing std includes
2023-04-20 tomhughes Use std::make_unique
2023-04-20 tomhughes Fix spelling
2023-04-20 tomhughes Add missing std includes
2023-04-20 tomhughes Make parameter names in function declaration match the names in the definitions
2023-04-17 absl-team Update gMock Cookbook to reflect deprecation of testing::ByMove
2023-04-14 jerylvaz Suppress a clang-tidy warning in the MATCHER_P macro

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-04-25 12:59:34 -04:00
github-actions[bot]
55bc37f826
Roll external/googletest/ 8fa9461cc..12a5852e4 (1 commit) (#5193)
8fa9461cc2...12a5852e45

$ git log 8fa9461cc..12a5852e4 --date=short --no-merges --format='%ad %ae %s'
2022-09-15 paul.groke work around GCC 6~11 ADL bug

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-04-14 10:27:42 -04:00
janharaldfredriksen-arm
6f276e05cc
Add support for SPV_EXT_shader_tile_image (#5188)
* Update DEPS file to pull in header changes for SPV_EXT_shader_tile_image
2023-04-13 16:58:00 -04:00
Steven Perron
9a4e7a1eb5
Update protobuf to v21.12 (#5189)
* Update protobuf to v21.12

We need to update because the current version was not buliding with gcc 12.2. I
could not move upda to v22.x because there was an odd use of some defines that
were causing failures.

* Disable clang warnings for protobuf headers
2023-04-12 19:37:07 +02:00
github-actions[bot]
31c546e316
Roll external/googletest/ 057b4e904..8fa9461cc (2 commits) (#5192)
057b4e904f...8fa9461cc2

$ git log 057b4e904..8fa9461cc --date=short --no-merges --format='%ad %ae %s'
2023-04-11 absl-team Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33e907b1
2023-04-11 absl-team Support --gtest_stream_result_to on macOS

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-04-12 11:05:49 -04:00
github-actions[bot]
13ea01b3ea
Roll external/googletest/ 7ee260c54..057b4e904 (1 commit) (#5190)
7ee260c549...057b4e904f

$ git log 7ee260c54..057b4e904 --date=short --no-merges --format='%ad %ae %s'
2023-04-05 absl-team gtest.cc: run tests within a test suite in a deterministic order.

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-04-06 10:58:00 -04:00
github-actions[bot]
97a55196d2
Roll external/googletest/ b5fd99bbd..7ee260c54 (1 commit) (#5187)
b5fd99bbd5...7ee260c549

$ git log b5fd99bbd..7ee260c54 --date=short --no-merges --format='%ad %ae %s'
2023-04-03 absl-team Rolled back due to breaking existing tests.

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-04-04 11:48:30 -04:00
github-actions[bot]
ac335c7634
roll deps (#5185)
* Roll external/googletest/ ca0d46e95..b5fd99bbd (2 commits)

ca0d46e95d...b5fd99bbd5

$ git log ca0d46e95..b5fd99bbd --date=short --no-merges --format='%ad %ae %s'
2023-03-30 jacobsa gtest.cc: run tests within a test suite in a deterministic order.
2023-03-29 absl-team Update naming to "GoogleTest" in the GoogleTest Primer.

Created with:
  roll-dep external/googletest

* Roll external/spirv-headers/ 90547c54e..29ba24931 (1 commit)

90547c54e2...29ba249312

$ git log 90547c54e..29ba24931 --date=short --no-merges --format='%ad %ae %s'
2023-03-23 duncan.brawley Reserve SPIR-V blocks for Codeplay

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2023-04-03 12:20:17 -04:00
github-actions[bot]
f5ff7ae4a1
Roll external/googletest/ 88af49efa..ca0d46e95 (4 commits) (#5180)
88af49efa7...ca0d46e95d

$ git log 88af49efa..ca0d46e95 --date=short --no-merges --format='%ad %ae %s'
2023-03-28 dmauro Fix redundant redeclaration warning
2023-03-28 dmauro Remove the Win64 arch from the CMake Generator since this can't be used with MSVC 2022
2023-03-23 65027571+gonzalobg Add doc comment
2022-12-28 gonzalob Fix warnings with nvc++ as the compiler

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-29 13:07:20 -04:00
github-actions[bot]
4680d2bef8
Roll external/googletest/ e9fb5c7ba..88af49efa (1 commit) (#5179)
e9fb5c7bac...88af49efa7

$ git log e9fb5c7ba..88af49efa --date=short --no-merges --format='%ad %ae %s'
2023-03-27 dmauro Migrate CI builds to MSVC 2022

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-28 12:41:01 -04:00
github-actions[bot]
f9f31fa5a9
Roll external/googletest/ 6f01e3dc1..e9fb5c7ba (2 commits) (#5175)
6f01e3dc12...e9fb5c7bac

$ git log 6f01e3dc1..e9fb5c7ba --date=short --no-merges --format='%ad %ae %s'
2023-03-24 absl-team Replace `const char*` with `absl::string_view` as the latter is preferred.
2023-03-24 absl-team Internal Code Change

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-25 08:06:26 -04:00
github-actions[bot]
32a4d840bb
roll deps (#5172)
* Roll external/googletest/ 974e18ee6..6f01e3dc1 (2 commits)

974e18ee6f...6f01e3dc12

$ git log 974e18ee6..6f01e3dc1 --date=short --no-merges --format='%ad %ae %s'
2023-03-23 absl-team Internal Code Change
2023-03-22 jacobsa gtest.cc: add a newline after a failure when there is no OS stack trace.

Created with:
  roll-dep external/googletest

* Roll external/spirv-headers/ a41cf67df..90547c54e (2 commits)

a41cf67dfa...90547c54e2

$ git log a41cf67df..90547c54e --date=short --no-merges --format='%ad %ae %s'
2023-03-23 juan cmake: Overally cleanup/testing update
2023-03-23 dneto Revert "Merge pull request #326 from juan-lunarg/juaramos/cmake"

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2023-03-24 10:03:09 -04:00
alan-baker
9fbe1738ba
Update SPIRV-Headers deps (#5170)
* Update test expectations to account for simplified enables
* Don't clone spirv-headers twice for the smoketest
2023-03-23 13:00:42 -04:00
github-actions[bot]
1a52c14ee3
Roll external/googletest/ fa8720982..974e18ee6 (2 commits) (#5168)
fa87209829...974e18ee6f

$ git log fa8720982..974e18ee6 --date=short --no-merges --format='%ad %ae %s'
2023-03-21 absl-team Fix minor bug -- if ExecDeathTestChildMain() ever returns, we should exit with a non-zero status.
2023-03-21 absl-team Internal Code Change

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-22 09:23:27 -04:00
github-actions[bot]
90f6a2875f
Roll external/googletest/ 471087fbf..fa8720982 (2 commits) (#5167)
471087fbfc...fa87209829

$ git log 471087fbf..fa8720982 --date=short --no-merges --format='%ad %ae %s'
2023-03-20 phoebeliang Revise documentation to include AbslStringify
2023-02-17 darryl Set CMP0069 policy to avoid warnings

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-21 10:34:03 -04:00
github-actions[bot]
f56f2b6fd2
roll deps (#5166)
* Roll external/googletest/ 391ce627d..471087fbf (6 commits)

391ce627de...471087fbfc

$ git log 391ce627d..471087fbf --date=short --no-merges --format='%ad %ae %s'
2023-03-20 absl-team Introduce std::make_unique and bool literals where possible
2023-03-20 absl-team Remove unused using-declarations in sample unit tests
2023-03-19 absl-team Fix typo in test case name.
2023-03-16 deannagarcia Move transitive dependencies of googletest to googletest_deps.bzl to allow other bazel projects to depend on that rule instead of googletests' transitive dependencies directly.
2023-03-02 sergionso Environment variables are accessible in UWP/WinRT apps
2023-03-06 nikiforov.al __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char8_t does

Created with:
  roll-dep external/googletest

* Roll external/re2/ b059ae85c..11073deb7 (1 commit)

b059ae85c8...11073deb73

$ git log b059ae85c..11073deb7 --date=short --no-merges --format='%ad %ae %s'
2023-03-20 junyer Add Clang 16 to the build matrix.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
2023-03-20 09:57:12 -04:00
github-actions[bot]
a45a4cd218
Roll external/googletest/ 038e392eb..391ce627d (1 commit) (#5153)
038e392ebd...391ce627de

$ git log 038e392eb..391ce627d --date=short --no-merges --format='%ad %ae %s'
2023-03-11 absl-team Internal Code Change

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-13 18:04:00 +00:00
github-actions[bot]
fba26fd606
roll deps (#5152)
* Roll external/googletest/ 50e07d1c9..038e392eb (1 commit)

50e07d1c92...038e392ebd

$ git log 50e07d1c9..038e392eb --date=short --no-merges --format='%ad %ae %s'
2023-03-10 lawrencews [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ standard ones

Created with:
  roll-dep external/googletest

* Roll external/re2/ f0402c039..b059ae85c (1 commit)

f0402c0397...b059ae85c8

$ git log f0402c039..b059ae85c --date=short --no-merges --format='%ad %ae %s'
2023-03-10 junyer Move inst_ out of the blob of memory for a State.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
2023-03-11 12:15:52 +00:00
github-actions[bot]
01828dac77
Roll external/googletest/ 48a1b1105..50e07d1c9 (1 commit) (#5148)
48a1b11058...50e07d1c92

$ git log 48a1b1105..50e07d1c9 --date=short --no-merges --format='%ad %ae %s'
2023-03-09 absl-team Apply clang-tidy fixes

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-10 11:43:34 +01:00
github-actions[bot]
c069a5c7ee
roll deps (#5144)
* Roll external/googletest/ a798c2f10..48a1b1105 (2 commits)

a798c2f102...48a1b11058

$ git log a798c2f10..48a1b1105 --date=short --no-merges --format='%ad %ae %s'
2023-03-08 absl-team Add a comment to clarify Fuchsia process launcher requirement.
2023-03-07 absl-team Apply clang-tidy fixes

Created with:
  roll-dep external/googletest

* Roll external/spirv-headers/ 295cf5fb3..1feaf4414 (9 commits)

295cf5fb3b...1feaf4414e

$ git log 295cf5fb3..1feaf4414 --date=short --no-merges --format='%ad %ae %s'
2023-03-08 arvind.sudarsanam Fix error in merge conflict resolution
2023-03-06 ben.ashbaugh headers support for SPV_INTEL_bfloat16_conversion
2023-03-03 arvind.sudarsanam Add parameters
2023-03-03 arvind.sudarsanam Remove redundant extensions entry
2023-03-02 arvind.sudarsanam Add support for SPV_INTEL_fpga_latency_control extension
2023-03-01 wooykim SPV_QCOM_image_processing
2023-03-01 wooykim SPV_QCOM_image_processing
2023-02-14 wooykim SPV_QCOM_image_processing
2023-02-14 wooykim SPV_QCOM_image_processing

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2023-03-09 11:06:41 +01:00
github-actions[bot]
db0c3d83dc
Roll external/googletest/ e1ee0fa3e..a798c2f10 (4 commits) (#5142)
e1ee0fa3e1...a798c2f102

$ git log e1ee0fa3e..a798c2f10 --date=short --no-merges --format='%ad %ae %s'
2023-03-07 tomhughes Add -Wundef to the CI scripts when building with Bazel
2023-03-07 tomhughes Fix compilation of googletest-printers-test.cc when using -Wundef
2023-03-07 absl-team Suppress std::string DLL interface warning introduced in commit f063cd25c90cbd4089a0ff96f5991df4f2721338
2023-03-07 absl-team Internal Code Change

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-08 12:11:38 +00:00
github-actions[bot]
3033cf428e
Roll external/googletest/ cead3d57c..e1ee0fa3e (9 commits) (#5140)
cead3d57c9...e1ee0fa3e1

$ git log cead3d57c..e1ee0fa3e --date=short --no-merges --format='%ad %ae %s'
2023-03-06 dinor Fix indentation syntax error in feature request issue template
2023-03-03 tomhughes Fix compilation with -Wundef.
2023-03-03 tomhughes Always specify definitions for internal macros
2023-03-03 tomhughes Remove GTEST_FOR_GOOGLE_ macro
2023-03-03 tomhughes Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"
2023-03-03 tomhughes Use "#ifdef" with public macros
2023-03-03 tomhughes Only define GTEST_IS_THREADSAFE to 1, not 0
2023-03-03 tomhughes Always specify definitions for internal macros
2023-03-03 tomhughes Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-03-07 14:35:53 +00:00
github-actions[bot]
016bb3ae7f
roll deps (#5139)
* Roll external/googletest/ 2d4f20876..cead3d57c (1 commit)

2d4f208765...cead3d57c9

$ git log 2d4f20876..cead3d57c --date=short --no-merges --format='%ad %ae %s'
2023-03-03 absl-team Internal Code Change

Created with:
  roll-dep external/googletest

* Roll external/re2/ 3a8436ac4..f0402c039 (1 commit)

3a8436ac43...f0402c0397

$ git log 3a8436ac4..f0402c039 --date=short --no-merges --format='%ad %ae %s'
2023-03-03 junyer Update a comment in `DFA::WorkqToCachedState()`.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
2023-03-04 17:40:04 +00:00
David Neto
5fe3bbe77d
Update Effcee so it doesn't hardcode C++11 (#5137) 2023-03-03 14:30:13 +00:00
github-actions[bot]
6c714f191e
Roll external/googletest/ c7d0bc830..2d4f20876 (3 commits) (#5130)
* Roll external/googletest/ c7d0bc830..2d4f20876 (3 commits)

c7d0bc8309...2d4f208765

$ git log c7d0bc830..2d4f20876 --date=short --no-merges --format='%ad %ae %s'
2023-02-28 absl-team   Rephrase the description of TEST_F() arguments for clarity.
2023-02-27 absl-team Eliminate argv list action parameter.
2023-02-19 39726720+VuPhamVan Fix typo

Created with:
  roll-dep external/googletest

* Roll external/spirv-headers/ aa331ab0f..295cf5fb3 (6 commits)

aa331ab0ff...295cf5fb3b

$ git log aa331ab0f..295cf5fb3 --date=short --no-merges --format='%ad %ae %s'
2023-03-01 abhishek2.tiwari update parameter name to match spec in grammar file
2023-02-23 abhishek2.tiwari move FPGAKernelAttributesv2INTEL to capability section in all files
2023-02-08 abhishek2.tiwari correct file entry position for FPGAKernelAttributesv2INTEL
2023-02-07 abhishek2.tiwari add FPGAKernelAttributesv2INTEL to all files
2023-01-27 abhishek2.tiwari address review comment
2023-01-26 abhishek2.tiwari add RegisterMapInterfaceINTEL

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2023-03-02 19:53:51 +00:00
github-actions[bot]
9d71fb6764
Roll external/googletest/ 3d787f5a0..c7d0bc830 (4 commits) (#5126)
3d787f5a0d...c7d0bc8309

$ git log 3d787f5a0..c7d0bc830 --date=short --no-merges --format='%ad %ae %s'
2023-02-27 phoebeliang Reorder printers list.
2023-02-27 absl-team   Reformat to current g3doc style guide. No content changes.
2023-02-21 sergionso Fix error in_death_test_child_process: undeclared identifier
2023-02-02 benayang Update testing.md

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-02-28 11:59:21 +00:00
github-actions[bot]
3b2ea1a422
Roll external/googletest/ 39a26e12d..3d787f5a0 (2 commits) (#5123)
39a26e12d6...3d787f5a0d

$ git log 39a26e12d..3d787f5a0 --date=short --no-merges --format='%ad %ae %s'
2023-02-24 absl-team Add `const` qualifier to `gtest_sentinel` which doesn't change.
2023-02-23 absl-team Added a missing semicolon for GTEST_FLAG_SET code snippet.

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-02-25 18:54:35 +00:00
github-actions[bot]
4183faa2ec
Roll external/googletest/ 750d67d80..39a26e12d (2 commits) (#5120)
750d67d809...39a26e12d6

$ git log 750d67d80..39a26e12d --date=short --no-merges --format='%ad %ae %s'
2023-02-22 dinor Avoid redundant declaration of static constexpr members in c++17
2023-02-22 dinor Update googletest's test docker containers

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-02-23 12:14:28 +00:00
github-actions[bot]
9017cfcf62
Roll external/googletest/ 7a7231c44..750d67d80 (1 commit) (#5119)
7a7231c442...750d67d809

$ git log 7a7231c44..750d67d80 --date=short --no-merges --format='%ad %ae %s'
2023-02-21 tomhughes Remove int64_t cast in RecordProperty

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-02-22 11:23:34 +00:00
github-actions[bot]
8bcaad28f7
Roll external/re2/ 9049cd28d..3a8436ac4 (1 commit) (#5117)
9049cd28d7...3a8436ac43

$ git log 9049cd28d..3a8436ac4 --date=short --no-merges --format='%ad %ae %s'
2023-02-20 junyer Fuzz `RE2::Set` and `FilteredRE2`.

Created with:
  roll-dep external/re2

Co-authored-by: GitHub Actions[bot] <>
2023-02-21 13:44:37 +00:00
github-actions[bot]
69ed5adf10
Roll external/googletest/ f063cd25c..7a7231c44 (1 commit) (#5116)
f063cd25c9...7a7231c442

$ git log f063cd25c..7a7231c44 --date=short --no-merges --format='%ad %ae %s'
2023-02-16 absl-team Fix link in ReportUninterestingCall message

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-02-17 14:45:07 +00:00
github-actions[bot]
c9947cc8d5
Roll external/googletest/ 2057566e4..f063cd25c (1 commit) (#5115)
2057566e4e...f063cd25c9

$ git log 2057566e4..f063cd25c --date=short --no-merges --format='%ad %ae %s'
2023-02-15 absl-team Remove strdup usage

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-02-16 13:11:36 +00:00
github-actions[bot]
95f93810bb
Roll external/googletest/ b80a07ffe..2057566e4 (1 commit) (#5112)
b80a07ffe6...2057566e4e

$ git log b80a07ffe..2057566e4 --date=short --no-merges --format='%ad %ae %s'
2023-02-14 absl-team Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-02-15 12:11:14 +00:00
github-actions[bot]
e150e716ff
roll deps (#5110)
* Roll external/googletest/ b73f27fd1..b80a07ffe (1 commit)

b73f27fd16...b80a07ffe6

$ git log b73f27fd1..b80a07ffe --date=short --no-merges --format='%ad %ae %s'
2023-02-13 absl-team Avoid reliance on <any> header without RTTI on MSVC

Created with:
  roll-dep external/googletest

* Roll external/re2/ 891fa6684..9049cd28d (2 commits)

891fa66846...9049cd28d7

$ git log 891fa6684..9049cd28d --date=short --no-merges --format='%ad %ae %s'
2023-02-13 junyer Add the `RE2_BUILD_FRAMEWORK` option to build RE2 as a framework.
2023-02-13 junyer Use `PUBLIC_HEADER` to install headers.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
2023-02-14 04:04:34 +00:00
github-actions[bot]
7221381361
Roll external/re2/ b025c6a3a..891fa6684 (1 commit) (#5108)
b025c6a3ae...891fa66846

$ git log b025c6a3a..891fa6684 --date=short --no-merges --format='%ad %ae %s'
2023-02-10 junyer Fix a typographical error.

Created with:
  roll-dep external/re2

Co-authored-by: GitHub Actions[bot] <>
2023-02-12 00:29:44 +00:00