Small fix to handle @attributes: .... (.....) as a parameter to a function
[gnome.gobject-introspection] / giscanner / annotationparser.py
2010-03-15 Alan KnowlesSmall fix to handle @attributes: .... (.....) as...
2010-02-11 Colin WaltersAssume allow-none for GCancellable
2010-01-15 Johan Bilienscanner: Always explicitely set the scope of callbacks
2009-12-09 Dan Winship[scanner] Fix various hardcoded type name checks
2009-12-09 Johan DahlinFix an annotationparser bug for empty tags
2009-12-08 Johan DahlinWrap line in 80 characters
2009-12-04 Stefan Kostannotationparser: include symbol name in warning
2009-12-03 Johan DahlinCheck for AsyncReadyCallback / DestroyNotify
2009-12-02 Johan DahlinBetter scope in GAsyncReadyCallback/GDestroyNotify
2009-08-24 Dan WinshipBug 556628 – (skip) annotation
2009-07-06 Johan DahlinMerge commit 'origin'
2009-07-03 Andreas RottmannAllow annotations on fields
2009-06-23 Colin WaltersBug 579008 - Don't override element-type for arrays
2009-06-12 C. Scott AnanianBug 581685: Parse parameterized types (using <>) in...
2009-06-09 Colin WaltersBug 584453 - Handle char ** correctly (and const variation)
2009-05-12 C. Scott AnanianAllow the use of the "Rename To" annotation for literal...
2009-03-23 Andreas RottmannBug 574284 - Add support for a 'closure' and 'destroy...
2009-03-19 Andreas RottmannBug 556475 – support Shadows: annotation
2009-03-16 Colin WaltersBug 565147 - Add (type) annotation to override the...
2009-03-05 Colin WaltersBug 557383 - Virtual method support
2009-03-04 Andreas RottmannBug 573332 - Allow annotation of enums as bitfields
2009-03-04 Andreas RottmannIntroduce documentation-block options
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-17 Johan DahlinMerge commit 'origin'
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-17 Owen W. TaylorParse doc-comment tags case-insensitive
2009-01-20 Johan DahlinBug 562615 – Struct methods missing
2009-01-13 Johan DahlinClean up some abstraction breakage to reduce code dupli...
2009-01-13 Johan DahlinBug 555036 – put gtk-doc in GIR
2009-01-13 Johan DahlinFix a bug where \n was not present in a comment
2009-01-13 Johan DahlinOrganize annotation options/tags by using constants,
2009-01-13 Johan DahlinBug 562467 – Property annotation
2009-01-12 Johan DahlinBug 546739 – Introspection should know precise signal...
2009-01-12 Johan DahlinBug 566419 – Element type of arrays not properly handle...
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying