Imported Upstream version 1.39.3
[platform/upstream/gobject-introspection.git] / giscanner / sourcescanner.h
2016-10-27 DongHun KwakImported Upstream version 1.39.3 77/94077/1
2016-10-27 DongHun KwakImported Upstream version 1.39.0 76/94076/1
2016-10-27 DongHun KwakImported Upstream version 1.35.8 69/94069/1
2012-10-30 Colin Waltersscanner: Correctly handle large 64 bit integer constants
2011-08-10 Stef WalterFix symbols being reported in invalid files
2010-12-06 Andreas RottmannSupport glib-mkenums comment /*< flags >*/
2010-11-01 Owen W. TaylorHandle enumerations with the full range of signed and...
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-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-21 Johan DahlinFix warnings pointed out by GCC
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-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-08-31 Johan DahlinParse GCC extensions in the parser instead of just...
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-03-25 Johan DahlinAdd constants and wrap a few more SymbolType fields
2008-03-25 Johan DahlinMove the scanner to a separate library.