Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / Scan.h
2018-12-08 greg-lunargSPV: Fix #1575, fix #1593: Support HLSL #line
2017-09-16 John KessenichMerge pull request #1044 from dsrbecky/image_external_essl3
2017-09-12 John KessenichMerge pull request #1050 from amdrexu/feature
2017-09-12 John KessenichFix #1043: set all scan string-locations to have bias...
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-31 John KessenichFront-ends: Remove now defunct afterEOF and related...
2016-07-12 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-07-09 John KessenichFront-end: Fix known crashes by early exit on error...
2016-07-09 John KessenichBuild: Remove causes of pedantic warnings. Addresses...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-04-28 John KessenichMerge pull request #228 from Qining/fix-infinite-loop...
2016-04-27 qiningadd .err file for eof_missing test
2016-04-27 qiningFix the infinite loop when an input file lacks EOF
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 #210 from AWoloszyn/fix-compilation
2016-03-21 Andrew WoloszynFixed compilation issue introduced by my last commit
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-21 Andrew WoloszynUpdated the includer interface to allow relative includes.
2015-08-07 John KessenichMerge pull request #53 from google/get-string-name...
2015-08-07 John KessenichFixes to 8f1684b7bb881813365efd013b05bc0900a52a0c,...
2015-08-07 John KessenichMerge pull request #52 from baldurk/gcc-warn-fixes
2015-08-05 baldurkCompile fixes for gcc -Wall
2015-08-05 John KessenichMerge pull request #46 from google/include-directive
2015-07-31 Dejan MircevskiAdd #include processing to glslang (though turned off...
2015-07-31 John KessenichMerge pull request #45 from google/source-string-name
2015-07-29 Lei ZhangAdd mechanism for specifying names for source strings.
2015-07-29 John KessenichMerge pull request #43 from google/cpp-style-line-directive
2015-07-27 Lei ZhangExtend the syntax of #line and __FILE__ to support...
2015-07-27 John KessenichScanning: 1) rationalize end-of-input everywhere, 2...
2015-07-21 John KessenichMerge pull request #22 from google/structured-do-while
2015-07-18 John KessenichBuilding: Fix a couple of new warnings.
2015-07-17 John KessenichMerge pull request #21 from google/allow_non_null_strings
2015-07-17 Andrew WoloszynAdded a setStringsWithLengths() method to TShader.
2015-07-15 John KessenichMerge pull request #17 from google/non-existing-string
2015-07-15 Lei ZhangProtect location setting methods from writing to non...
2015-07-15 John KessenichMerge pull request #16 from google/pp-directive
2015-07-14 John KessenichMerge pull request #15 from google/preprocessing-error
2015-07-14 John KessenichMerge pull request #14 from google/extensionturnedon
2015-07-14 John KessenichMerge pull request #11 from baldurk/size-t-int-warning...
2015-07-12 baldurkon x64, size_t is 64-bit and int is 32-bit, so needs...
2015-06-16 John Kessenichglslang front-end: track column numbers (they don't...
2014-06-18 John KessenichAdd more allowances for relaxed error checking mode...
2014-02-24 John KessenichFix bug 11736: Minor glslang compilation fixes: Correct...
2014-02-19 John KessenichMake 64-bit VS compile clean. Mostly size_t vs. int...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2013-11-10 John KessenichFix several issues in the preprocessor:
2013-10-28 John KessenichImprove preprocessor by using GLSL scanner, allowing...
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-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-06-25 John KessenichAdd scanner that can find '#version' across an array...