gimarshallingtests: Add string_ to boxed structure
[platform/upstream/gobject-introspection.git] / giscanner / scannerlexer.l
2012-08-03 Alban Browaeysgiscanner: special case G_GINT64_CONSTANT and G_GUINT64...
2012-04-05 Johan DahlinDo the filename filtering in scannerlexer
2012-04-05 Dieter VerfaillieDon't munch /* and */ comment start and end markers.
2012-04-05 Dieter VerfaillieAdd comment documenting we're ignoring C++ style comments.
2010-12-06 Andreas RottmannSupport glib-mkenums comment /*< flags >*/
2010-10-03 Pavel HolejsovskySilently skip #pragma directives when scanning sources.
2010-09-20 Johan Dahlin[scanner] Support private/public directives
2010-09-20 Johan Dahlin[sourcescanner] Rewrite linemarks parser
2010-09-19 Johan DahlinSave the line number of a source comment
2009-12-05 Stefan Kostscanner: more verbose parser error messages
2009-12-05 Stefan Kostscanner: fix wrong linenumbers in parser errors
2009-12-04 Stefan Kostscanner: don't warn about unexpected characters when...
2009-02-21 Johan DahlinDo not include yyoutput in the generated lexer
2009-01-20 Johan DahlinIncrease the buffer size to 1M, so gtkalias.h can be...
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2008-12-09 Tristan Van BerkomBug 563742 – introspection should record the introduced...
2008-12-03 Christophe Fergeauraise YY_BUF_SIZE to 65536 up from the default 16384.
2008-11-07 Owen TaylorBug 559737 – Deal with continuations in macros
2008-11-05 Colin WaltersAvoid static 256 char buf which we manipulate hackily
2008-10-30 Johan DahlinParse __signed__ as signed
2008-10-30 Johan DahlinParse and discard __typeof and __attribute.
2008-10-21 Colin WaltersDon't require trailing whitespace after uncommented...
2008-10-21 Johan DahlinAdd missing whitespace to make pep8 happy
2008-10-19 Johan DahlinParse and ignore __asm.
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-12 Colin WaltersDon't lose if we have mismatched parens.
2008-10-11 Colin WaltersBug 555947 - update annotations syntax
2008-10-02 Dan Winship Bug 554490: g-ir-scanner gets confused by '\\'
2008-09-29 Colin WaltersWrite out list and map types, parse 'array' annotation
2008-09-29 Colin WaltersSome work on arrays
2008-09-15 Colin WaltersFix up deprecated parsing - this commit went missing
2008-09-15 Colin WaltersBug 552065: Add deprecation information to GIR
2008-09-06 Johan DahlinBug 551162 – giscanner does not recognize asm and __asm...
2008-08-31 Johan DahlinParse GCC extensions in the parser instead of just...
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
2008-04-27 Johan DahlinAllow parenthesis in annotations
2008-03-27 Johan DahlinAdd simple pre-processor using subprocess and a PIPE...
2008-03-25 Johan DahlinMove the scanner to a separate library.