summaryrefslogtreecommitdiff
path: root/giscanner/scannerlexer.l
AgeCommit message (Expand)AuthorFilesLines
2010-09-19Save the line number of a source commentJohan Dahlin1-4/+13
2009-12-05scanner: more verbose parser error messagesStefan Kost1-1/+7
2009-12-05scanner: fix wrong linenumbers in parser errorsStefan Kost1-0/+3
2009-12-04scanner: don't warn about unexpected characters when the char is \0Stefan Kost1-1/+1
2009-02-21Do not include yyoutput in the generated lexerJohan Dahlin1-0/+2
2009-01-20Increase the buffer size to 1M, so gtkalias.h can be parsed.Johan Dahlin1-1/+1
2009-01-12Bug 563794 - Redo annotation parsing & applyingJohan Dahlin1-166/+6
2008-12-09Bug 563742 – introspection should record the introduced version ofTristan Van Berkom1-1/+12
2008-12-03raise YY_BUF_SIZE to 65536 up from the default 16384.Christophe Fergeau1-0/+3
2008-11-07Bug 559737 – Deal with continuations in macrosOwen Taylor1-0/+1
2008-11-05Avoid static 256 char buf which we manipulate hackilyColin Walters1-10/+16
2008-10-30Parse __signed__ as signedJohan Dahlin1-0/+1
2008-10-30Parse and discard __typeof and __attribute.Johan Dahlin1-4/+5
2008-10-21Don't require trailing whitespace after uncommented parametersColin Walters1-3/+8
2008-10-21Add missing whitespace to make pep8 happyJohan Dahlin1-1/+1
2008-10-19Parse and ignore __asm.Johan Dahlin1-0/+1
2008-10-16Bug 556543 – reduce compiler warningsTommi Komulainen1-1/+0
2008-10-12Don't lose if we have mismatched parens.Colin Walters1-1/+5
2008-10-11Bug 555947 - update annotations syntaxColin Walters1-9/+9
2008-10-02 Bug 554490: g-ir-scanner gets confused by '\\'Dan Winship1-2/+2
2008-09-29Write out list and map types, parse 'array' annotationColin Walters1-25/+15
2008-09-29Some work on arraysColin Walters1-2/+2
2008-09-15Fix up deprecated parsing - this commit went missingColin Walters1-1/+1
2008-09-15Bug 552065: Add deprecation information to GIRColin Walters1-6/+20
2008-09-06Bug 551162 – giscanner does not recognize asm and __asm__ Patch by JaniJohan Dahlin1-10/+3
2008-08-31Parse GCC extensions in the parser instead of just undeffing them in theJohan Dahlin1-3/+12
2008-08-27Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist1-1/+51
2008-04-27Allow parenthesis in annotationsJohan Dahlin1-10/+19
2008-03-27Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin1-3/+7
2008-03-25Move the scanner to a separate library.Johan Dahlin1-0/+394