glslang-zig/glslang/MachineIndependent/preprocessor
2013-10-20 18:18:36 +00:00
..
Makefile A few linux improvements/fixes for the previous check in. 2013-07-08 20:51:29 +00:00
Pp.cpp Fix memory corruption problem in the preprocessor, removing custom hash-tables/etc. and replacing with std containers. 2013-10-20 18:18:36 +00:00
PpAtom.cpp Fix memory corruption problem in the preprocessor, removing custom hash-tables/etc. and replacing with std containers. 2013-10-20 18:18:36 +00:00
PpContext.cpp Fix memory corruption problem in the preprocessor, removing custom hash-tables/etc. and replacing with std containers. 2013-10-20 18:18:36 +00:00
PpContext.h Fix memory corruption problem in the preprocessor, removing custom hash-tables/etc. and replacing with std containers. 2013-10-20 18:18:36 +00:00
PpMemory.cpp Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
PpScanner.cpp Fix memory corruption problem in the preprocessor, removing custom hash-tables/etc. and replacing with std containers. 2013-10-20 18:18:36 +00:00
PpSymbols.cpp Fix memory corruption problem in the preprocessor, removing custom hash-tables/etc. and replacing with std containers. 2013-10-20 18:18:36 +00:00
PpTokens.cpp Fix memory corruption problem in the preprocessor, removing custom hash-tables/etc. and replacing with std containers. 2013-10-20 18:18:36 +00:00
PpTokens.h Reframe the preprocessor as a C++ class, with instances, removing all C code, removing all global variables. Upgrade bison version to pass a parse context on through to the preprocessor. All the basic things to make something thread safe. 2013-07-08 19:39:16 +00:00