Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
cee88e36
Commit
cee88e36
authored
Aug 16, 2015
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace in preprocessor results; trying to eliminate differences.
parent
fc9d2708
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
64 additions
and
64 deletions
+64
-64
preprocessor.cpp_style___FILE__.vert.out
Test/baseResults/preprocessor.cpp_style___FILE__.vert.out
+37
-37
preprocessor.cpp_style_line_directive.vert.err
...aseResults/preprocessor.cpp_style_line_directive.vert.err
+15
-15
preprocessor.include.disabled.vert.err
Test/baseResults/preprocessor.include.disabled.vert.err
+5
-5
preprocessor.include.enabled.vert.err
Test/baseResults/preprocessor.include.enabled.vert.err
+5
-5
revision.h
glslang/Include/revision.h
+2
-2
No files found.
Test/baseResults/preprocessor.cpp_style___FILE__.vert.out
View file @
cee88e36
#extension GL_GOOGLE_cpp_style_line_directive : enable
#extension GL_GOOGLE_cpp_style_line_directive : enable
0
0
#line 150 "a.h"
#line 150 "a.h"
"a.h"
"a.h"
#line 24
#line 24
"a.h"
"a.h"
#line 42
#line 42
"a.h"
"a.h"
#line 30 "b.cc"
#line 30 "b.cc"
"b.cc"
"b.cc"
#line 10 3
#line 10 3
3
3
#line 48
#line 48
3
3
#line 4
#line 4
3
3
#line 55 100
#line 55 100
100
100
#line 1000 "c"
#line 1000 "c"
"c"
"c"
#line 42 1
#line 42 1
1
1
#line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
#line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
"this-is-a-quite-long-name-maybe-i-should-shorten-it"
"this-is-a-quite-long-name-maybe-i-should-shorten-it"
Test/baseResults/preprocessor.cpp_style_line_directive.vert.err
View file @
cee88e36
ERROR: 0:3: '#error' : at 0:3
ERROR: 0:3: '#error' : at 0:3
ERROR: a.h:150: '#error' : at a.h:150
ERROR: a.h:150: '#error' : at a.h:150
ERROR: a.h:24: '#error' : at a.h:24
ERROR: a.h:24: '#error' : at a.h:24
ERROR: a.h:42: '#error' : at a.h:42
ERROR: a.h:42: '#error' : at a.h:42
ERROR: b.cc:30: '#error' : at b.cc:30
ERROR: b.cc:30: '#error' : at b.cc:30
ERROR: 3:10: '#error' : at 3:10
ERROR: 3:10: '#error' : at 3:10
ERROR: 3:48: '#error' : at 3:48
ERROR: 3:48: '#error' : at 3:48
ERROR: 3:4: '#error' : at 3:4
ERROR: 3:4: '#error' : at 3:4
ERROR: 100:55: '#error' : at 100:55
ERROR: 100:55: '#error' : at 100:55
ERROR: c:1000: '#error' : at c:1000
ERROR: c:1000: '#error' : at c:1000
ERROR: 1:42: '#error' : at 1:42
ERROR: 1:42: '#error' : at 1:42
ERROR: this-is-a-quite-long-name-maybe-i-should-shorten-it:42: '#error' : at this-is-a-quite-long-name-maybe-i-should-shorten-it:42
ERROR: this-is-a-quite-long-name-maybe-i-should-shorten-it:42: '#error' : at this-is-a-quite-long-name-maybe-i-should-shorten-it:42
ERROR: 12 compilation errors. No code generated.
ERROR: 12 compilation errors. No code generated.
Test/baseResults/preprocessor.include.disabled.vert.err
View file @
cee88e36
ERROR: 0:8000: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8000: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8000: '#include' : must be followed by a file designation
ERROR: 0:8000: '#include' : must be followed by a file designation
ERROR: 0:8001: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8001: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8001: '#include' : must be followed by a file designation
ERROR: 0:8001: '#include' : must be followed by a file designation
ERROR: 0:8002: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8002: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8002: '#include' : unexpected include directive
ERROR: 0:8002: '#include' : unexpected include directive
ERROR: 0:8003: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8003: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8003: '#include' : extra content after file designation
ERROR: 0:8003: '#include' : extra content after file designation
ERROR: 0:8004: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8004: '#include' : required extension not requested: GL_GOOGLE_include_directive
ERROR: 0:8004: '#include' : unexpected include directive
ERROR: 0:8004: '#include' : unexpected include directive
ERROR: 10 compilation errors. No code generated.
ERROR: 10 compilation errors. No code generated.
Test/baseResults/preprocessor.include.enabled.vert.err
View file @
cee88e36
ERROR: 0:8000: '#include' : must be followed by a file designation
ERROR: 0:8000: '#include' : must be followed by a file designation
ERROR: 0:8001: '#include' : must be followed by a file designation
ERROR: 0:8001: '#include' : must be followed by a file designation
ERROR: 0:8002: '#include' : unexpected include directive
ERROR: 0:8002: '#include' : unexpected include directive
ERROR: 0:8003: '#include' : extra content after file designation
ERROR: 0:8003: '#include' : extra content after file designation
ERROR: 0:8004: '#include' : unexpected include directive
ERROR: 0:8004: '#include' : unexpected include directive
ERROR: 5 compilation errors. No code generated.
ERROR: 5 compilation errors. No code generated.
glslang/Include/revision.h
View file @
cee88e36
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "2.3.7
06
"
#define GLSLANG_REVISION "2.3.7
13
"
#define GLSLANG_DATE "1
0
-Aug-2015"
#define GLSLANG_DATE "1
6
-Aug-2015"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment