SPIRV-Tools/tools
Ryan Harrison a383c476e6
Remove reference to protobuf internals from fuzzers (#4701)
In newer versions of protobuf the Status building code has been made
internal, so that embedders cannot build their own instances like is
being done here.

Changing this code to just use the .ok() method on the status object,
since if the status is OK or not is what is actually being tested.

This will make it easier in the future to update external/protobuf.
2022-02-10 10:41:24 -05:00
..
as Basic support for SPIR-V 1.6 (#4663) 2021-12-15 14:38:28 -05:00
cfg Fix various source comment (doxygen) typos (#4680) 2022-01-26 15:13:08 -05:00
diff Introduce spirv-diff (#4611) 2022-02-02 10:33:18 -05:00
dis Use standard function to get stdin to binary mode. (#4141) 2021-03-01 09:38:49 -05:00
emacs Define variable to skip installation 2017-07-04 12:24:44 -04:00
fuzz Remove reference to protobuf internals from fuzzers (#4701) 2022-02-10 10:41:24 -05:00
lesspipe tools/lesspipe: Allow generic shell (#2255) 2018-12-27 15:06:37 -05:00
link Linker improvements (#4679) 2022-01-22 15:40:19 -05:00
lint Basic support for SPIR-V 1.6 (#4663) 2021-12-15 14:38:28 -05:00
opt Fix various source comment (doxygen) typos (#4680) 2022-01-26 15:13:08 -05:00
reduce Basic support for SPIR-V 1.6 (#4663) 2021-12-15 14:38:28 -05:00
sva Fix various source comment (doxygen) typos (#4680) 2022-01-26 15:13:08 -05:00
util Fix header include syntax. (#2882) 2019-09-19 09:26:24 -05:00
val Vulkan 1.3 (#4686) 2022-01-25 10:36:08 -05:00
CMakeLists.txt Introduce spirv-diff (#4611) 2022-02-02 10:33:18 -05:00
io.h fix SIGSEGV when reading from a non-existant file (#4453) 2021-08-16 09:44:22 -04:00