index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
glcpp: Support #elif(expression) with no intervening space.
Matt Turner
2012-11-28
6
-0
/
+95
*
glcpp: Reject #version and #line not followed by whitespace
Matt Turner
2012-11-28
4
-0
/
+6
*
glcpp: wire up glcpp-test to make check
Matt Turner
2012-11-09
1
-4
/
+12
*
glcpp/tests: Add tests for multiline #elif
Matt Turner
2012-11-09
2
-0
/
+15
*
glcpp/tests: Add test for multiline #if
Matt Turner
2012-11-09
2
-0
/
+13
*
glcpp/tests: Add test for multiline #line
Matt Turner
2012-11-09
2
-0
/
+11
*
glcpp/tests: Add test to check #line followed by code
Matt Turner
2012-11-09
2
-0
/
+5
*
glcpp: don't push #line directives into next line
Fabian Bieler
2012-11-09
1
-1
/
+1
*
glcpp: Reject garbage after #else and #endif tokens
Matt Turner
2012-11-09
4
-0
/
+11
*
glsl: glcpp: Extend testing of #line directives
Carl Worth
2012-06-26
2
-0
/
+12
*
glsl: glcpp: Move handling of #line directives from lexer to parser.
Carl Worth
2012-06-26
1
-4
/
+4
*
glsl: glcpp: Allow "#if undefined-macro' to evaluate to false.
Carl Worth
2012-06-26
4
-3
/
+17
*
glsl: Add glcpp tests for a macro used twice
Carl Worth
2012-02-02
2
-0
/
+33
*
glcpp: Add new test showing bug where a trailing ':' prevents macro expansion
Carl Worth
2012-02-02
2
-0
/
+15
*
Revert "src/glsl/glcpp: wire up glcpp-test to make check"
Matt Turner
2012-01-31
1
-5
/
+1
*
src/glsl/glcpp: wire up glcpp-test to make check
Matt Turner
2012-01-30
1
-1
/
+5
*
glcpp-test: don't return failure if valgrind tests aren't run
Matt Turner
2012-01-30
1
-1
/
+1
*
glcpp: Add a test for #elif with an undefined macro.
Carl Worth
2011-09-30
2
-0
/
+8
*
glcpp: Raise error if defining any macro containing two consecutive underscores
Carl Worth
2011-09-30
2
-1
/
+5
*
glcpp: Test a non-function-like macro using the token paste operator
Carl Worth
2011-09-30
2
-0
/
+7
*
glcpp: Add a test for a macro that implements token pasting twice.
Carl Worth
2011-09-30
2
-0
/
+7
*
Add expected file for 095-recursive-define test case.
Carl Worth
2011-04-14
1
-0
/
+4
*
glcpp: Add --valgrind option to the glcpp-test utility
Carl Worth
2011-04-14
1
-16
/
+46
*
Add an expected file for 084-unbalanced-parentheses
Carl Worth
2011-04-14
1
-0
/
+2
*
Add an expected file for 094-divide-by-zero-short-circuit
Carl Worth
2011-04-14
2
-0
/
+26
*
Add an expected file for 093-divide-by-zero
Carl Worth
2011-04-14
1
-0
/
+4
*
glcpp/tests: Update 063-comments.c.expected to match output.
Kenneth Graunke
2011-03-03
1
-0
/
+7
*
Revert "glcpp: Demote "macro redefined" from an error to a warning"
Carl Worth
2011-01-29
1
-6
/
+6
*
glcpp: Demote "macro redefined" from an error to a warning
Carl Worth
2011-01-28
1
-6
/
+6
*
glcpp: Add test for recursive #define.
Vinson Lee
2011-01-04
1
-0
/
+3
*
glcpp: Add division by zero test cases.
Vinson Lee
2011-01-04
2
-0
/
+4
*
glcpp: Add negative tests for redefintions with valueless macros.
Vinson Lee
2010-12-27
2
-0
/
+15
*
glcpp: Fix test suite to avoid flagging failed tests as valgrind errors.
Carl Worth
2010-08-23
1
-4
/
+5
*
glcpp: Add new test for #line directive.
Carl Worth
2010-08-23
2
-0
/
+21
*
glcpp: Add test for the #error directive.
Carl Worth
2010-08-23
2
-0
/
+4
*
glcpp: Add two new tests for testing redefined macros.
Carl Worth
2010-08-17
4
-0
/
+58
*
glcpp: Fix 064-version.c expected result to track recent change.
Carl Worth
2010-08-17
1
-1
/
+0
*
glcpp: Add testcase for #if handling bug that breaks Savage2.
Eric Anholt
2010-08-17
2
-0
/
+11
*
glcpp: Fix "unterminated if" diagnostic.
Carl Worth
2010-08-11
1
-0
/
+5
*
glcpp: Add an explicit diagnostic for #if with no expression.
Carl Worth
2010-08-11
1
-1
/
+4
*
glcpp: Reword diagnostic for #elif with no expression
Carl Worth
2010-08-11
1
-1
/
+0
[next]