Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / PoolAlloc.cpp
2020-08-03 John KessenichMerge pull request #2362 from ShabbyX/optimize_for_angle
2020-08-03 John KessenichMerge pull request #2361 from ben-clayton/revert-thread...
2020-07-31 Ben ClaytonRevert changes that migrate to `thread_local`.
2020-07-22 John KessenichMerge pull request #2353 from vkushwaha-nv/SPV_EXT_shad...
2020-07-22 John KessenichMerge pull request #2348 from ben-clayton/thread-local
2020-07-21 Ben ClaytonSimplify PoolAlloc with use of thread_local.
2017-11-21 John KessenichMemory: Mak full explicit destructor functionality...
2017-11-21 John KessenichMemory: Fix #705: don't use pool object after invoking...
2017-11-15 John KessenichMerge pull request #1156 from LoopDawg/snorm-uav
2017-11-15 John KessenichMerge pull request #1147 from KhronosGroup/memory1
2017-11-13 John KessenichMemory: Remove the need for per-thread tear down.
2017-11-12 John KessenichMemory: Move to a normal model of ownership of memory...
2017-11-12 John KessenichMemory: Non-Functional: Rationalize and improve encapsu...
2017-02-02 John KessenichMemory/constructor/warning clean-up. Addresses issue...
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-08-11 John KessenichMerge pull request #450 from dankbaker/standalone_change
2016-08-11 John KessenichMerge pull request #427 from wesleygriffin/master
2016-08-11 John KessenichMerge branch 'cpp-headers'
2016-08-05 John KessenichWhitespace: Nonfunctional: fix inconsistent white space...
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-03-26 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-16 John KessenichMerge pull request #203 from dneto0/wip-mingw
2016-03-16 David NetoSupport compilation via MinGW
2016-03-09 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-03-06 John KessenichMerge pull request #168 from amdrexu/feature2
2016-03-06 John KessenichMerge pull request #165 from amdrexu/feature
2016-03-04 John KessenichMerge pull request #187 from amdrexu/bugfix
2016-02-28 John KessenichMerge pull request #173 from amdrexu/bugfix
2016-02-28 John KessenichMerge pull request #175 from rdb/master
2016-02-25 John KessenichMerge pull request #174 from mgadams/alias_proto_warnings
2016-02-23 Mark AdamsFix warnings/errors for strict aliasing & function...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-11-20 John KessenichMerge pull request #10 from baldurk/osinclude-common...
2015-11-16 baldurkAdd an osinclude.h below each OS directory, redirects...
2015-07-25 John KessenichConsolidate all token length limits (1024), including...
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...