giscanner: use dict.items()...
[platform/upstream/gobject-introspection.git] / giscanner / annotationparser.py
2012-11-28 Dieter Verfailliegiscanner: use dict.items()...
2012-11-28 Dieter Verfailliegiscanner: use "if in [a, b]" instead of "if == a or...
2012-11-28 Dieter Verfailliegiscanner: improve wording of inline documentation
2012-04-17 Dieter Verfaillieannotationparser: cleanup and add tests for the new...
2012-04-17 Dieter VerfaillieRevert "annotationparser: indent _parse_comment_block...
2012-04-17 Alban Browaeysannotationparser: indent _parse_comment_block gtkdoc...
2012-04-09 Will Thompsonannotationparser: split validate() into sub-methods
2012-04-09 Will Thompsonannotationparser: correct "maximium" in error messages
2012-04-09 Will Thompsonannotationparser: remove duplication of annotation...
2012-04-05 Dieter VerfaillieSplit parameter and tag storage in annotationparser...
2012-04-05 Johan DahlinDon't parse doc comments in dependencies
2012-04-05 Johan DahlinReplace ''' with """, to avoid confusing syntax highlig...
2012-04-05 Dieter VerfaillieNow make AnnotationParser do what gobject-introspection...
2012-04-05 Dieter VerfaillieMake AnnotationParser._parse_comment() do what gtk...
2011-11-25 Johan DahlinAdd a floating alias for none
2011-09-14 Johan DahlinAdd constant value annotation
2011-08-14 Colin Waltersannotationparser: Don't eat lines that look like parame...
2011-08-13 Johan DahlinMerge remote-tracking branch 'origin/gir-docbook'
2011-08-13 Colin Waltersannotationparser: Only accept certain tags
2011-08-13 Colin Waltersscanner: Don't throw away blank lines in the docs
2011-08-13 Colin Waltersscanner: Don't throw away blank lines in the docs
2011-07-22 Jasper St. Pierregiscanner: Make comments starting with tab characters...
2011-02-02 Tomeu VizosoAdd (method) overrides
2011-02-01 Johan DahlinPreserve gtk-doc section names
2011-01-28 Tomeu VizosoAdd (constructor) annotation
2010-10-19 Colin WaltersAccept trailing whitespace at the start of a comment...
2010-09-28 Colin Waltersannotationparser: Don't ignore annotations if there... GOBJECT_INTROSPECTION_0_9_8
2010-09-25 Johan Dahlin[annotationparser] Extract (skip) for doc blocks
2010-09-24 Johan DahlinPrint out line numbers
2010-09-24 Johan DahlinAdd a script to extract gio annotations
2010-09-24 Johan DahlinAdd an annotation tool
2010-09-24 Johan Dahlin[annotationparser] Allow param less closures
2010-09-24 Johan DahlinAdd more array warnings + tests
2010-09-24 Johan Dahlin[annotationparser] Validate the rest of the annotations
2010-09-24 Johan DahlinAdd a position to doc options
2010-09-24 Johan Dahlin[annotation] Add constants for out options
2010-09-23 Johan DahlinAdd scope annotation value warnings
2010-09-23 Johan DahlinMake the invalid annotation warning a bit prettier
2010-09-23 Johan DahlinValidate transfer annnotations
2010-09-23 Johan DahlinRemove TAG_TRANSFER
2010-09-23 Johan Dahlin[annotationparser] Make it a bit stricter
2010-09-23 Johan Dahlin[scanner] Warn for invalid scanner annotations
2010-09-20 Johan Dahlin[scanner] Add a Position class
2010-09-19 Johan Dahlin[annotationparser] Preserve line numbers
2010-09-19 Johan DahlinSave the line number of a source comment
2010-09-14 Johan DahlinAdd a parameter mismatch warning
2010-09-02 Johan Dahlin[annotationparser] Send in comments directly
2010-08-31 Colin WaltersMajor rewrite
2010-08-31 Colin WaltersUse GLib types consistently
2010-07-09 Johan DahlinAdd support for non-GObject fundamental objects
2010-06-25 Colin WaltersInitialize value member
2010-06-25 Colin WaltersClean up annotation parsing, don't try to parse invalid...
2010-06-24 David ZeuthenAllow attributes on parameters and return values
2010-06-22 Johan Dahlin[annotationparser] Reuse method for determining array...
2010-06-17 Colin WaltersApply annotations from invoker to vfunc
2010-06-08 Tomeu VizosoSupport the (transfer) annotation for properties.
2010-06-02 Tomeu VizosoFix marshalling of GStrv. GOBJECT_INTROSPECTION_0_6_13
2010-05-31 Johan Dahlin[giscanner] Parse multiline gtk-doc comments
2010-05-27 Johan DahlinAdd type annotation for properties
2010-05-27 Johan Dahlin[scanner] Element-type annotation for GArray types
2010-05-27 Johan Dahlin[annotationparser] Avoid a couple of \
2010-05-26 Colin WaltersSupport (out caller-allocates)
2010-05-23 Tomeu VizosoAdd support for the 'foreign' annotation to g-i-scanner GOBJECT_INTROSPECTION_0_6_12
2010-05-07 Owen W. TaylorFix parameter ordering in error message
2010-05-07 Owen W. TaylorValidate parameter references
2010-05-07 Owen W. TaylorValidate scope annotation values
2010-05-07 Owen W. TaylorUse -1 not None for closure/destroy indices
2010-05-04 Tomeu VizosoAdd support for GArrays: add g_type_info_get_array_type...
2010-05-03 Tomeu VizosoRevert "Add support for GArrays: add g_type_info_get_ar...
2010-04-30 Tomeu VizosoAdd support for GArrays: add g_type_info_get_array_type...
2010-04-28 Johan Dahlin[annotationparser] Disable warning
2010-04-28 Tomeu VizosoWarn about annotations for unknown args
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...
next