index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
glcpp: Make tests write .out files to builddir.
Matt Turner
2014-12-12
2
-7
/
+14
*
glcpp: Fix `can not` to `cannot` in error message
Chris Forbes
2014-12-07
1
-3
/
+3
*
glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS X
Carl Worth
2014-08-20
1
-2
/
+2
*
glcpp: Use printf instead of "echo -n" in glcpp-test
Carl Worth
2014-08-20
1
-2
/
+2
*
glsl/glcpp: Rename one test to avoid a duplicate test number
Carl Worth
2014-08-07
2
-0
/
+0
*
glsl/glcpp: Fix handling of commas that result from macro expansion
Carl Worth
2014-08-07
2
-0
/
+44
*
glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"
Carl Worth
2014-08-07
2
-13
/
+37
*
glsl/glcpp: Fix glcpp-test to correctly extract test-specific arguments
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Treat CR+LF pair as a single newline
Carl Worth
2014-08-07
1
-0
/
+3
*
glsl/glcpp: Add test script for testing various line-termination characters
Carl Worth
2014-08-07
2
-11
/
+137
*
glsl/glcpp: Fix for macros that expand to include "defined" operators
Carl Worth
2014-08-07
2
-0
/
+188
*
glsl/glcpp: Swallow empty #pragma directives.
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Fix #pragma to not over-increment the line-number count
Carl Worth
2014-08-07
2
-0
/
+12
*
glsl/glcpp: Add testing for null directives with spaces and comments
Carl Worth
2014-08-07
2
-0
/
+18
*
glsl/glcpp: Add tests for #define followed by comments
Carl Worth
2014-08-07
2
-2
/
+8
*
glsl/glcpp: Add test for "#define without macro name"
Carl Worth
2014-08-07
2
-0
/
+4
*
glsl/glcpp: Add explicit error for "#define without macro name"
Carl Worth
2014-08-07
1
-2
/
+1
*
glsl/glcpp: Add test for a multi-line comment within an #if 0 block
Carl Worth
2014-07-29
2
-0
/
+14
*
glsl/glcpp: Test that macro parameters substitute immediately after periods
Carl Worth
2014-07-29
2
-0
/
+8
*
glsl/glcpp: Add (non)-support for ++ and -- operators
Carl Worth
2014-07-29
2
-0
/
+16
*
glsl/glcpp: Emit error for duplicate parameter name in function-like macro
Carl Worth
2014-07-29
2
-0
/
+6
*
glsl/glcpp: Correctly parse directives with intervening comments
Carl Worth
2014-07-29
13
-17
/
+56
*
glsl/glcpp: Fix off-by-one error in column in first-line error messages
Carl Worth
2014-07-29
16
-18
/
+18
*
glsl/glcpp: Minor tweak to wording of error message
Carl Worth
2014-07-29
2
-2
/
+2
*
glsl/glcpp: Drop extra, final newline from most output
Carl Worth
2014-07-29
127
-127
/
+0
*
glsl/glcpp: Add testing for EOF sans newline (and fix for <DEFINE>, <COMMENT>)
Carl Worth
2014-07-29
6
-0
/
+8
*
glsl/glcpp: Add support for comments between #define and macro identifier
Carl Worth
2014-07-29
2
-0
/
+5
*
glsl/glcpp: Emit proper error for #define with a non-identifier
Carl Worth
2014-07-29
2
-0
/
+3
*
glsl/glcpp: Add testing for directives preceded by a space
Carl Worth
2014-07-29
2
-0
/
+43
*
glsl/glcpp: Fix to emit spaces following directives
Carl Worth
2014-07-29
1
-2
/
+2
*
glsl/glcpp: Don't choke on an empty pragma
Carl Worth
2014-07-09
2
-0
/
+7
*
glsl/glcpp: Promote "extra token at end of directive" from warning to error
Carl Worth
2014-07-09
2
-0
/
+13
*
glsl/glcpp: Once again report undefined macro name in error message.
Carl Worth
2014-07-09
1
-2
/
+2
*
glsl/glcpp: Add short-circuiting for || and && in #if/#elif for OpenGL ES.
Carl Worth
2014-07-09
2
-0
/
+57
*
glsl/glcpp: Fix glcpp to properly lex entire "preprocessing numbers"
Carl Worth
2014-07-09
2
-0
/
+75
*
glsl/glcpp: Fix glcpp to catch garbage after #if 1 ... #else
Carl Worth
2014-07-09
4
-0
/
+7
*
glsl/glcpp: Fixup glcpp tests for redefining a macro with whitespace changes.
Carl Worth
2014-07-09
3
-1
/
+40
*
glsl/glcpp: Add test to ensure compiler won't allow #undef for some builtins
Carl Worth
2014-07-09
2
-0
/
+10
*
glcpp: Do not remove spaces to preserve locations.
Sir Anthony
2014-03-08
3
-4
/
+4
*
glcpp: Only warn for macro names containing __
Ian Romanick
2014-02-19
1
-2
/
+2
*
glcpp: Add "make check" test for comment-parsing bug
Carl Worth
2014-01-31
2
-0
/
+5
*
glcpp: error on multiple #else/#elif directives
Erik Faye-Lund
2014-01-02
4
-0
/
+28
*
glcpp: Replace multi-line comment with a space (even as part of macro definit...
Carl Worth
2014-01-02
5
-4
/
+13
*
glcpp: Add test case for recently fixed loop-control underflow bug.
Carl Worth
2013-06-03
2
-0
/
+25
*
glsl/build: Build glcpp via the glsl Makefile
Matt Turner
2013-01-22
1
-2
/
+2
*
glcpp: Add tests for line continuation
Carl Worth
2013-01-11
4
-0
/
+46
*
glcpp: Allow test-specific arguments for standalone glcpp tests
Carl Worth
2013-01-11
1
-2
/
+9
*
glcpp: Add test involving token pasting of INTEGER tokens.
Carl Worth
2012-11-29
2
-0
/
+15
*
glcpp: Extend the invalid-paste test
Carl Worth
2012-11-29
2
-0
/
+20
*
glcpp: Add support for __LINE__ and __FILE__ macros
Carl Worth
2012-11-29
2
-0
/
+15
[next]