glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / preprocessor / PpTokens.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-07 John Kessenichglslang preprocassor: Fix operator precedence bug.
2014-04-14 John KessenichRestore r26245 and all tests and test results since...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2013-12-30 John KessenichPreprocessor: Rationalize, simplify, and correct the...
2013-12-06 John KessenichPreprocessor: Fixed that some comments incorrectly...
2013-11-19 John KessenichFix a preprocessor memory leak by cleaning up some...
2013-11-10 John KessenichFix several issues in the preprocessor:
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-10-28 John KessenichImprove preprocessor by using GLSL scanner, allowing...
2013-10-20 John KessenichNon-functional: Use better token names for the preproce...
2013-10-20 John KessenichFix memory corruption problem in the preprocessor,...
2013-10-18 John KessenichMinor preprocessor fix for error message line/string...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-08 John KessenichReframe the preprocessor as a C++ class, with instances...