glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / preprocessor / PpContext.h
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-08-24 John KessenichFix linux build error from last check in.
2014-08-24 John KessenichNon-functional misc. changes. Slight increase in perfo...
2014-04-14 John KessenichRestore r26245 and all tests and test results since...
2014-02-19 John KessenichCheck-in a couple submitted char* string portability...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2013-12-30 John Kessenichfix g++ complaint and update binaries
2013-12-30 John KessenichPreprocessor: Rationalize, simplify, and correct the...
2013-12-10 John KessenichPreprocessor: Implement skipping of macros that evalua...
2013-12-06 John KessenichPreprocessor: Add short-circuit logic so ES errors...
2013-12-06 John KessenichPreprocessor: Fixed that some comments incorrectly...
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 KessenichDisallow non-language characters in comments for ES...
2013-12-03 John KessenichAdd #line functionality to allow expressions instead...
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-21 John KessenichFor portability, use std::map instead of std::hash_map...
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-10-04 John KessenichMake some portability improvements identified by Christ...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-08 John KessenichA few linux improvements/fixes for the previous check in.
2013-07-08 John KessenichReframe the preprocessor as a C++ class, with instances...