summaryrefslogtreecommitdiff
path: root/giscanner/scannerlexer.l
Commit message (Expand)AuthorAgeFilesLines
* scanner: Report __inline__ as the inline tokenEmmanuele Bassi2014-02-101-0/+1
* scannerlexer: Fix bad unrefJasper St. Pierre2013-12-171-1/+2
* scanner: Support boolean constantsFlorian Müllner2013-11-291-0/+6
* scanner: Use PATH_MAX, not hardcoded 1024 for realpath()1.39.0Colin Walters2013-11-161-1/+15
* giscanner: Make sure that the current path set from linemarks is also a real ...Carlos Garcia Campos2013-11-151-1/+55
* giscanner: Respect __GI_SCANNER__ when scanning for macrosStef Walter2013-10-211-1/+9
* giscanner: remove g_realpathDieter Verfaillie2013-10-171-9/+2
* giscanner: speed up SourceScanner().parse_files()Dieter Verfaillie2013-10-171-9/+17
* giscanner: restore linemark filename unescapingDieter Verfaillie2013-10-171-15/+14
* scannerlexer: don't reject __volatile__ tokensGiovanni Campagna2013-10-161-2/+2
* giscanner: fix c0e748e1cdf8cf0803266f94c3c5ad154df504a8Dieter Verfaillie2013-10-081-50/+48
* Revert "scannerlexer: don't reject __volatile__ tokens"Giovanni Campagna2013-09-241-2/+2
* scannerlexer: don't reject __volatile__ tokensGiovanni Campagna2013-09-241-2/+2
* scanner: Parse __int128 and friends as "int"Colin Walters2013-05-071-0/+4
* giscanner/scannerlexer.l: Parse and ignore more __asm and __volatilePatrick Welche2013-04-201-0/+4
* giscanner: only parse GTK-Doc comment blocks, ignore the restDieter Verfaillie2013-04-091-3/+25
* 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