glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich b3dc3acd59 Refactor TParseContext into 3 level inheritance.
Adds parseVersions.h as the base TParseVersions for versioning,
and splits the remainder between TParseContextBase (sharable across parsers)
and TParseContext (now the GLSL-specific part).
2016-03-12 19:08:55 -07:00
..
Pp.cpp Fix array out of bounds bug in processing if-else-endif macros. 2016-03-09 15:11:56 -05:00
PpAtom.cpp Compile fixes for gcc -Wall 2015-08-05 21:04:23 +02:00
PpContext.cpp Refactor TParseContext into 3 level inheritance. 2016-03-12 19:08:55 -07:00
PpContext.h Refactor TParseContext into 3 level inheritance. 2016-03-12 19:08:55 -07:00
PpMemory.cpp glslang: Fix a few more warnings, and see it using nullptr causes anyone problems (testing c++11 portability). 2015-05-18 01:59:45 +00:00
PpScanner.cpp Avoid costly indirect calls of tStringInput::(un)?getch through TPpContext 2015-11-11 18:24:37 +00:00
PpSymbols.cpp Compile fixes for gcc -Wall 2015-08-05 21:04:23 +02:00
PpTokens.cpp Removed strcpy that copied to itself. 2016-01-12 15:48:00 -05:00
PpTokens.h Add #include processing to glslang (though turned off by default). 2015-07-31 19:41:18 -04:00