glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / PoolAlloc.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-02-24 John KessenichFix bug 11736: Minor glslang compilation fixes: Correct...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2014-01-22 John KessenichBug 11531: Use %zu when printing size_t values in print...
2013-11-01 John KessenichInterface and naming improvements:
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-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-07-08 John KessenichReframe the preprocessor as a C++ class, with instances...
2013-02-17 John KessenichBuilt-in symbol tables now lazily evaluated, and driven...
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
2013-02-04 John KessenichImplement non-square matrices, and make a few type...
2012-12-12 John KessenichBring up to date with VS 10 express.
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...