gimarshallingtests: Add string_ to boxed structure
[platform/upstream/gobject-introspection.git] / giscanner / giscannermodule.c
2012-10-30 Colin Waltersscanner: Correctly handle large 64 bit integer constants
2012-10-27 Chun-wei Fangiscannermodule.c: Updates for Windows
2012-10-16 Colin WaltersDrop calls to g_type_init()
2012-04-09 Johan DahlinCompare filenames using g_file_equal()
2011-12-15 Andreas Schwabgiscanner: fix use after decref
2011-09-03 Andoni Morales Ala... Fix compilation with mingw
2010-12-03 Colin Waltersscanner: Switch to only Python 2.5 C API usage
2010-12-02 Johan DahlinAdd proper unicode support to the source scanner
2010-11-09 Colin WaltersSwitch to nonrecursive make for core (i.e. not tests/)
2010-11-01 Owen W. TaylorHandle enumerations with the full range of signed and...
2010-09-26 Johan DahlinRemove trailing whitespace
2010-09-26 Johan Dahlin[sourcescanner] Plug a couple of python leaks
2010-09-20 Johan Dahlin[scanner] Support private/public directives
2010-09-19 Johan DahlinSave the line number of a source comment
2010-05-25 Alan Knowles[sourcescanner] Support for line numbers on Symbol
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...