mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
build: Update tint to use C++17.
Mirrors changes and DEPS toolchain SHAs found in https://dawn-review.googlesource.com/c/dawn/+/75061 Change-Id: I69a3b6bb091e00207d81d5dbc288b9b68fc961fc Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/75241 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Tint LUCI CQ
parent
7dc901fa4f
commit
7b0686a922
33
.gitignore
vendored
33
.gitignore
vendored
@@ -6,24 +6,27 @@
|
||||
.vscode/*
|
||||
!.vscode/tasks.json
|
||||
.idea
|
||||
buildtools
|
||||
cmake-build-*/
|
||||
coverage.summary
|
||||
default.profraw
|
||||
lcov.info
|
||||
out
|
||||
testing
|
||||
third_party/cpplint
|
||||
third_party/binutils
|
||||
third_party/glslang
|
||||
third_party/googletest
|
||||
third_party/gpuweb-cts
|
||||
third_party/llvm-build
|
||||
third_party/protobuf
|
||||
third_party/spirv-headers
|
||||
third_party/spirv-tools
|
||||
tools/clang
|
||||
tools/bin
|
||||
|
||||
/buildtools
|
||||
/cmake-build-*/
|
||||
/out
|
||||
/testing
|
||||
/third_party/clang-format
|
||||
/third_party/catapult
|
||||
/third_party/cpplint
|
||||
/third_party/binutils
|
||||
/third_party/glslang
|
||||
/third_party/googletest
|
||||
/third_party/gpuweb-cts
|
||||
/third_party/llvm-build
|
||||
/third_party/protobuf
|
||||
/third_party/spirv-headers
|
||||
/third_party/spirv-tools
|
||||
/tools/clang
|
||||
/tools/bin
|
||||
|
||||
/build*/
|
||||
/test.wgsl
|
||||
|
||||
Reference in New Issue
Block a user