summaryrefslogtreecommitdiff
path: root/giscanner/scannerlexer.l
Commit message (Expand)AuthorAgeFilesLines
* commit annotation parse patchJohan Dahlin2009-01-111-166/+6
* Bug 563742 – introspection should record the introduced version ofTristan Van Berkom2008-12-091-1/+12
* raise YY_BUF_SIZE to 65536 up from the default 16384.Christophe Fergeau2008-12-031-0/+3
* Bug 559737 – Deal with continuations in macrosOwen Taylor2008-11-071-0/+1
* Avoid static 256 char buf which we manipulate hackilyColin Walters2008-11-051-10/+16
* Parse __signed__ as signedJohan Dahlin2008-10-301-0/+1
* Parse and discard __typeof and __attribute.Johan Dahlin2008-10-301-4/+5
* Don't require trailing whitespace after uncommented parametersColin Walters2008-10-211-3/+8
* Add missing whitespace to make pep8 happyJohan Dahlin2008-10-211-1/+1
* Parse and ignore __asm.Johan Dahlin2008-10-191-0/+1
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-1/+0
* Don't lose if we have mismatched parens.Colin Walters2008-10-121-1/+5
* Bug 555947 - update annotations syntaxColin Walters2008-10-111-9/+9
* Bug 554490: g-ir-scanner gets confused by '\\'Dan Winship2008-10-021-2/+2
* Write out list and map types, parse 'array' annotationColin Walters2008-09-291-25/+15
* Some work on arraysColin Walters2008-09-291-2/+2
* Fix up deprecated parsing - this commit went missingColin Walters2008-09-151-1/+1
* Bug 552065: Add deprecation information to GIRColin Walters2008-09-151-6/+20
* Bug 551162 – giscanner does not recognize asm and __asm__ Patch by JaniJohan Dahlin2008-09-061-10/+3
* Parse GCC extensions in the parser instead of just undeffing them in theJohan Dahlin2008-08-311-3/+12
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-271-1/+51
* Allow parenthesis in annotationsJohan Dahlin2008-04-271-10/+19
* Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin2008-03-271-3/+7
* Move the scanner to a separate library.Johan Dahlin2008-03-251-0/+394