aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: remove 'extern' keyword in .c fileBrian Paul2010-08-271-1/+1
* glsl/mesa: fixes for MSVCAras Pranckevicius2010-08-251-0/+1
* glsl: Include main/core.h.Chia-I Wu2010-08-242-2/+2
* glcpp: Make standalone preprocessor work with a tty as stdinCarl Worth2010-08-231-33/+49
* glcpp: Fix test suite to avoid flagging failed tests as valgrind errors.Carl Worth2010-08-231-4/+5
* glcpp: Fix segfault in standalone preprocessor for "file not found", etc.Carl Worth2010-08-231-4/+17
* glcpp: Update generated glcpp-lex.c for the last two changes.Carl Worth2010-08-231-191/+186
* glcpp: Fix handling of "#line 0"Carl Worth2010-08-231-2/+3
* glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"Carl Worth2010-08-231-2/+7
* glcpp: Add new test for #line directive.Carl Worth2010-08-232-0/+21
* glcpp: Update README file (new specifications and fewer limitations).Carl Worth2010-08-231-12/+14
* glcpp: Add test for the #error directive.Carl Worth2010-08-232-0/+4
* glcpp: Refresh autogenerated lexer.Kenneth Graunke2010-08-181-263/+326
* glcpp: Add basic #line support (adapted from the main compiler).Kenneth Graunke2010-08-181-0/+31
* glcpp: Refresh generated files.Carl Worth2010-08-172-229/+343
* glcpp: Add support for "redefined macro" error.Carl Worth2010-08-171-2/+123
* glcpp: Add two new tests for testing redefined macros.Carl Worth2010-08-174-0/+58
* glcpp: Allow standalone glcpp to accept a filename as first argument.Carl Worth2010-08-171-3/+11
* glcpp: Fix 064-version.c expected result to track recent change.Carl Worth2010-08-171-1/+0
* glcpp: Regenerated glcpp-lex.c from previous commit.Carl Worth2010-08-171-194/+203
* glcpp: Don't include the newline when discarding single-line commentsCarl Worth2010-08-171-4/+1
* glcpp: Add testcase for #if handling bug that breaks Savage2.Eric Anholt2010-08-172-0/+11
* glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke2010-08-162-60/+44
* glcpp: Remove spurious newline generated by #version handling.Kenneth Graunke2010-08-162-4/+2
* Revert "glsl2: Use stdint.h instead of inttypes.h"José Fonseca2010-08-142-2/+2
* glsl2: Refresh autogenerated bison parser.Kenneth Graunke2010-08-132-118/+125
* Fix an MSVC build error (bugzilla 29570).Vinson Lee2010-08-131-1/+1
* glsl2: Use stdint.h instead of inttypes.hIan Romanick2010-08-132-2/+2
* glsl2: Commit generated file changed by previous commitIan Romanick2010-08-131-55/+47
* glsl2: Use --nounistd to fix MSVC buildIan Romanick2010-08-131-0/+1
* glsl2: Include string.h in preprocessorJakob Bornecrantz2010-08-131-0/+1
* glsl2: Commit generated file changed by previous commitIan Romanick2010-08-121-0/+1
* glsl2: Add missing include of string.hIan Romanick2010-08-121-107/+108
* glcpp: Fix "unterminated if" diagnostic.Carl Worth2010-08-114-4/+8
* glccp: Regenerate glcpp-parse.cCarl Worth2010-08-111-376/+393
* glcpp: Add an explicit diagnostic for #if with no expression.Carl Worth2010-08-112-1/+14
* glcpp: Reword diagnostic for #elif with no expressionCarl Worth2010-08-113-3/+2
* glcpp: Add several tests for diagnostics.Carl Worth2010-08-1120-0/+72
* glcpp: Regenerate glcpp-lex.cCarl Worth2010-08-111-9/+23
* glcpp: Initialize line and column numbers to 1, not 0.Carl Worth2010-08-111-1/+1
* glcpp-test: Capture the stderr output of the preprocessor.Carl Worth2010-08-111-1/+1
* glsl2: move declarations before codeBrian Paul2010-08-111-2/+4
* glcpp: Clean up intermediate file when test suite is interrupted.Carl Worth2010-08-111-0/+2
* glcpp: Regenerate glcpp-parse.cCarl Worth2010-08-111-111/+133
* glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.Carl Worth2010-08-115-19/+61
* glcpp/tests: Commit forgotten file 074-elif-undef.c.expected.Kenneth Graunke2010-08-101-0/+4
* glcpp: Discard output of cmp when running the test suite.Carl Worth2010-08-101-1/+1
* glcpp: Fix expected result for the 064-version.c test.Carl Worth2010-08-101-0/+1
* glcpp: Regnerate glcpp-parse.c and glcpp-parse.hCarl Worth2010-08-102-215/+224
* glcpp: Initialize location structure at beginning of parse.Carl Worth2010-08-101-0/+8