summaryrefslogtreecommitdiff
path: root/giscanner/scannerlexer.l
Commit message (Expand)AuthorAgeFilesLines
* giscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + miscAlban Browaeys2012-08-031-1/+3
* Do the filename filtering in scannerlexerJohan Dahlin2012-04-051-4/+17
* Don't munch /* and */ comment start and end markers.Dieter Verfaillie2012-04-051-2/+2
* Add comment documenting we're ignoring C++ style comments.Dieter Verfaillie2012-04-051-1/+1
* Support glib-mkenums comment /*< flags >*/Andreas Rottmann2010-12-071-2/+29
* Silently skip #pragma directives when scanning sources.Pavel Holejsovsky2010-10-031-0/+1
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-1/+3
* [sourcescanner] Rewrite linemarks parserJohan Dahlin2010-09-191-50/+24
* Save the line number of a source commentJohan Dahlin2010-09-191-4/+13
* scanner: more verbose parser error messagesStefan Kost2009-12-051-1/+7
* scanner: fix wrong linenumbers in parser errorsStefan Kost2009-12-051-0/+3
* scanner: don't warn about unexpected characters when the char is \0Stefan Kost2009-12-041-1/+1
* Do not include yyoutput in the generated lexerJohan Dahlin2009-02-211-0/+2
* Increase the buffer size to 1M, so gtkalias.h can be parsed.Johan Dahlin2009-01-201-1/+1
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-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