glslang-zig/SPIRV
Lei Zhang 09caf12bec Avoid printing to stdout directly in library functions.
Previously GlslangToSpv() reported missing/TBD functionalities
by directly writing to stdout using printf. That could cause
problems to callers of GlslangToSpv(). This patch cleans up
the error reporting logic in GlslangToSpv(), TGlslangToSpvTraverser,
and spv::Builder a little bit to use ostringstream.

Also fixed the usage of GlslangToSpv() in GTest fixtures to
capture warnings/errors reported when translating AST to SPIR-V.
2016-05-05 10:15:06 -04:00
..
CMakeLists.txt Remove duplicated cmake_minimum_required() calls. 2016-05-04 17:01:36 -04:00
disassemble.cpp Merge pull request #174 from mgadams/alias_proto_warnings 2016-02-24 21:43:59 -07:00
disassemble.h Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
doc.cpp Support multiple source languages, adding HLSL as an option. 2016-03-12 18:34:36 -07:00
doc.h Fix warnings/errors for strict aliasing & function prototypes 2016-02-23 12:17:11 -05:00
GLSL.std.450.h SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
GlslangToSpv.cpp Avoid printing to stdout directly in library functions. 2016-05-05 10:15:06 -04:00
GlslangToSpv.h Avoid printing to stdout directly in library functions. 2016-05-05 10:15:06 -04:00
InReadableOrder.cpp Fix compilation issues with MSVC 2010 2016-02-23 22:17:38 +01:00
spirv.hpp Support multiple source languages, adding HLSL as an option. 2016-03-12 18:34:36 -07:00
SpvBuilder.cpp Avoid printing to stdout directly in library functions. 2016-05-05 10:15:06 -04:00
SpvBuilder.h Avoid printing to stdout directly in library functions. 2016-05-05 10:15:06 -04:00
spvIR.h Remove decoration of undefined IDs 2016-03-09 19:54:03 -05:00
SPVRemapper.cpp fix spelling mistakes 2016-04-03 01:17:13 +01:00
SPVRemapper.h spirv-remap: Fixed strings not at end of operands, fixed L/S defect 2016-02-01 16:44:57 -07:00