glslang/StandAlone
2014-02-18 23:37:57 +00:00
..
Makefile Set up infrastructure for installing an executable. Changes the standalone name to glslangValidator. 2013-08-03 00:04:10 +00:00
StandAlone.cpp Fix the few non-portable uses of "char" (where a -1 might be relevant): All uses of char are now either "int", "unsigned char" or char arrays for storing strings. Also, went to consistent "char* foo" coding convention. (There were only a few ambiguous uses.) 2014-02-18 23:37:57 +00:00
Worklist.h Ensure the shared symbol table levels are read-only to make multi-threading safe. Also removed inadvertent extra copies of the symbol table shared across all stages. 2013-09-06 19:52:57 +00:00