dawn-cmake/src/dawn_wire
Stephan Hartmann 0b0e6e0579 use cstring instead of string.h
dawn codebase uses c-prefixed headers.
Follow up for https://dawn-review.googlesource.com/c/dawn/+/35001

Bug: None
Change-Id: I65b18f3ec8b2222f9a683c2cf81b710435dcf55c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/35017
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2020-12-08 14:14:53 +00:00
..
client Remove storage class specifier for the explicit template specialization 2020-11-20 09:38:56 +00:00
server Fix crash when device is removed before CreateReady*Pipeline callback 2020-10-24 03:11:43 +00:00
BUILD.gn Track and destroy all child objects on wire client destruction 2020-11-11 19:46:18 +00:00
CMakeLists.txt dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
ChunkedCommandHandler.cpp use cstring instead of string.h 2020-12-08 14:14:53 +00:00
ChunkedCommandHandler.h dawn_wire: Protect against large allocations in ChunkedCommandHandler 2020-11-13 01:49:12 +00:00
ChunkedCommandSerializer.cpp dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
ChunkedCommandSerializer.h IWYU: unique_ptr usage in ChunkedCommandSerializer requires including <memory> 2020-10-20 19:48:31 +00:00
WireClient.cpp Add the -Wdeprecated-copy-dtor warning. 2020-11-03 14:24:05 +00:00
WireDeserializeAllocator.cpp Add wire_cmd.py and dawn_wire.json to autogenerate all wire commands. 2019-01-15 20:49:53 +00:00
WireDeserializeAllocator.h Fix missing virtual on destructor 2019-09-03 07:47:45 +00:00
WireServer.cpp Add the -Wdeprecated-copy-dtor warning. 2020-11-03 14:24:05 +00:00