Update annotations from glib git
[platform/upstream/gobject-introspection.git] / giscanner /
2012-12-02 Dieter Verfailliescanner: Parse comments with */ not on a new line,...
2012-11-28 Dieter Verfailliegiscanner: don't continue parsing after multiline descr...
2012-11-28 Dieter Verfailliegiscanner: fix DocBlock().comment
2012-11-28 Dieter Verfailliegiscanner: update annotationparser to most recent gtkdo...
2012-11-28 Dieter Verfailliegiscanner: remove re.MULTILINE usage from annotationparser
2012-11-28 Dieter Verfailliegiscanner: Correctly detect invalid GTK-Doc comment...
2012-11-28 Dieter Verfailliegiscanner: treat the GTK-Doc Description: tag like...
2012-11-28 Dieter Verfailliegiscanner: construct list of possible tag names for...
2012-11-28 Dieter Verfailliegiscanner: move unit tests from giscanner/annotationpat...
2012-11-28 Dieter Verfailliegiscanner: use re.match() instead of re.search()
2012-11-28 Dieter Verfailliegiscanner: drop dead code
2012-11-28 Dieter Verfailliegiscanner: make it clear DocOptions() also has a positi...
2012-11-28 Dieter Verfailliegiscanner: implement DocOption() in terms of odict...
2012-11-28 Dieter Verfailliegiscanner: remove unused variables
2012-11-28 Dieter Verfailliegiscanner: remove duplicate "os" import...
2012-11-28 Dieter Verfailliegiscanner: use collections.OrderedDict when available
2012-11-28 Dieter Verfailliegiscanner: use dict.values() in favor of dict.itervalues()
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-11-12 Dieter Verfailliegiscanner: unbreak g-ir-annotationtool...
2012-11-07 Colin Waltersscanner: Emit correct type for unsigned integer constants
2012-10-30 Colin Waltersscanner: Correctly handle large 64 bit integer constants
2012-10-28 Giovanni CampagnaMallardWriter: support cross-references across namespaces
2012-10-28 Giovanni CampagnaAdd documentation for enumeration members
2012-10-28 Giovanni CampagnaAst: Add parent to Fields
2012-10-28 Giovanni CampagnaNamespace: fix appending of nodes
2012-10-27 Chun-wei Fangiscanner/dumper.py: Support Visual C++
2012-10-27 Chun-wei Fansourcescannermain.py: Add --filelist option
2012-10-27 Chun-wei Fangiscanner/sourcescanner.py: Update for Visual C++ usage
2012-10-27 Chun-wei Fangiscannermodule.c: Updates for Windows
2012-10-27 Chun-wei Fangiscanner/dumper.py: Use os.name instead of os.uname...
2012-10-27 Chun-wei Fangiscanner/scannerparser.y: Avoid C99ism
2012-10-27 Colin Waltersscanner: Ignore #defines starting with _
2012-10-23 Stef Waltergiscanner: Don't prefer identifier prefixes over namesp...
2012-10-23 Colin Waltersscanner: Deprecate using identifier prefixes in GINames
2012-10-16 Colin WaltersDrop calls to g_type_init()
2012-08-29 Jasper St. Pierremallardwriter: Fix fundamental false alarms for the...
2012-08-29 Jasper St. Pierremallardwriter: Fix formatting the function name
2012-08-29 Jasper St. Pierregirparser: Track methods/constructors by symbol
2012-08-29 Jasper St. Pierreast: Remove what looks to be a copy/paste error
2012-08-29 Jasper St. Pierremallardwriter: Remove some silly code
2012-08-29 Jasper St. Pierremallardwriter: Fix whitespace
2012-08-29 Jasper St. Pierremallardwriter: Fix property and signal output
2012-08-29 Jasper St. Pierregiscanner: Fix make check issues
2012-08-29 Jasper St. Pierremallardwriter: Hack a lot more on document block processing
2012-08-29 Jasper St. Pierremallardwriter: Remove a silly try/except
2012-08-29 Jasper St. Pierremallardwriter: Use a more generic system for language...
2012-08-29 Jasper St. Pierremallardwriter: Remove some unused stuff
2012-08-29 Jasper St. Pierredocmain: Fix error message
2012-08-21 Torsten Schönfeldscanner: methods cannot have an out-arg as their first arg
2012-08-13 Colin WaltersRevert "Implement "rename to" annotation for records"
2012-08-03 Alban Browaeysscanner: handle unsigned properly for type of defined...
2012-08-03 Alban Browaeysgiscanner: special case G_GINT64_CONSTANT and G_GUINT64...
2012-07-27 Jon NordbyImplement "rename to" annotation for records
2012-07-10 Evan Nemersonscanner: support stability tag
2012-07-09 Colin Waltersscanner: Ensure "complete_ctype" patch doesn't throw...
2012-07-07 Krzesimir Nowakgiscanner: Write detailed information in "type" tag...
2012-07-06 Colin Waltersscanner: Turn dead code into assertion
2012-07-06 Krzesimir Nowakgiscanner: Fix pointer parsing.
2012-07-02 Giovanni CampagnaMaintransfomer: fix again paring error domains with...
2012-06-28 Jasper St. Pierrescanner: Remove properties
2012-06-28 Jasper St. Pierrescanner: Don't use an O(N) lookup when we already have...
2012-06-27 Jasper St. PierreRevert scanner fix in 64f3832
2012-06-18 Giovanni Campagnascanner: complete the enum-to-error-quark fix
2012-06-16 Giovanni Campagnascanner: fix pairing of error quarks with registered...
2012-05-27 Dan Winshipscanner: allow for functions that look like constructor...
2012-05-02 Neil RobertsAdd the fixed width C99 types from stdint.h
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-13 Kalev LemberDon't link with gthread-2.0
2012-04-09 Johan DahlinCompare filenames using g_file_equal()
2012-04-09 Johan DahlinPass in LDFLAGS to the dumper
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-09 Jasper St. Pierregiscanner: Don't run pkg-config when there's no package...
2012-04-05 Dieter VerfaillieSplit parameter and tag storage in annotationparser...
2012-04-05 Johan DahlinDo the filename filtering in scannerlexer
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...
2012-04-05 Dieter VerfaillieDon't munch /* and */ comment start and end markers.
2012-04-05 Dieter VerfaillieAdd comment documenting we're ignoring C++ style comments.
2012-03-15 Tomeu Vizosog-ir-doc-tool: Fix -o option, use abspath instead of...
2012-03-15 Jesse van den Kieboomscanner: Remove array fields from List.clone()
2012-03-06 Matthew BoothFix matching of methods named *_get_type()
2012-02-21 Tomeu Vizosog-ir-doc-tool: Remove class structs from Python docs
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add support for virtual functions
2012-02-21 Tomeu Vizosog-ir-doc-tool: Remove constructors from python docs
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add class to its own hierarchy tree
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add the first argument of signals to...
2012-02-20 Tomeu Vizosog-ir-doc-tool: Add missing file: giscanner/mallard...
2012-02-20 Tomeu Vizosog-ir-doc-tool: Change the -o option to receive a directory
2012-02-20 Tomeu VizosoMerge branch 'mallard-templates'
2012-02-20 Tomeu Vizosog-ir-doc-tool: Add some more stuff to Enum pages
2012-02-20 Tomeu Vizosog-ir-doc-tool: Display the hierarchy tree for classes
2012-02-20 Tomeu Vizosog-ir-doc-tool: Install the Mako template files
next