[SYMBOL_LINES] Support for line numbers on Symbols
[gnome.gobject-introspection] / giscanner / giscannermodule.c
2010-04-04 Alan Knowles[SYMBOL_LINES] Support for line numbers on Symbols
2009-12-31 Johan DahlinInclude Python.h earlier
2009-09-28 Adam SampsonConsistently resolve symbolic links
2009-02-25 Colin WaltersBug 555964 - Parse floating-point #defines
2009-02-25 Johan DahlinMerge commit 'origin'
2009-02-24 Colin WaltersBug 572790 - Don't register #defines from .c files...
2009-02-19 Colin Waltersgiscanner: Set Python exceptions on type errors instead...
2009-02-19 Johan DahlinImprove type checking
2009-02-19 Johan DahlinAdd a hall of shame comment
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2008-11-07 Owen TaylorSet current_filename before lexing the file so error...
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-30 Johan DahlinWrite a C version of the xml namespace formatter. Saves...
2008-10-21 Johan DahlinAdd missing whitespace to make pep8 happy
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
2008-05-31 Johan DahlinPrevent a crash when symbol->indent is NULL.
2008-05-24 Johan DahlinRevert back to using temporary files to send in headers...
2008-04-27 Johan DahlinCast the getter, avoids a compilation warning.
2008-04-25 Johan DahlinAdd support for virtual methods. Pair struct FooClass...
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-21 Johan DahlinMark structures as const, wrap SourceType.const_string.
2008-04-18 Johan DahlinStart constructing a real node tree.
2008-03-27 Johan DahlinAdd simple pre-processor using subprocess and a PIPE...
2008-03-25 Johan DahlinAdd constants and wrap a few more SymbolType fields
2008-03-25 Johan DahlinAdd initial python bindings for the scanner and depend...