glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / preprocessor / Pp.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-12-20 John KessenichFix public bug 1277: #line L sets the next line to...
2014-04-14 John KessenichRestore r26245 and all tests and test results since...
2013-12-30 John KessenichPreprocessor: Rationalize, simplify, and correct the...
2013-12-16 John Kessenich1) Allow '\' before a non-newline as a token in the...
2013-12-10 John KessenichPreprocessor: Implement skipping of macros that evalua...
2013-12-06 John KessenichMade '\' at end of C++ comments be a warning. It is...
2013-12-06 John KessenichFix g++ warnings.
2013-12-06 John KessenichPreprocessor: Add short-circuit logic so ES errors...
2013-12-06 John KessenichPreprocessor: Fixed that some comments incorrectly...
2013-12-05 John KessenichFixed a couple places that missed the error check for...
2013-12-04 John KessenichDetect and give error on second occurrence of #version.
2013-12-04 John KessenichRe-allow non-language characters in ES 100 comments...
2013-12-03 John KessenichAdd #line functionality to allow expressions instead...
2013-12-02 John KessenichPreprocessor fixes:
2013-11-19 John KessenichFix a preprocessor memory leak by cleaning up some...
2013-11-12 John KessenichFixes to scanning:
2013-11-10 John KessenichFix several issues in the preprocessor:
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-03 John KessenichDocument how to add a new feature enabled by an extensi...
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...