Imported Upstream version 1.39.3
[platform/upstream/gobject-introspection.git] / giscanner /
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.38.0 75/94075/1
2016-10-27 DongHun KwakImported Upstream version 1.37.6 74/94074/1
2016-10-27 DongHun KwakImported Upstream version 1.37.4 73/94073/1
2016-10-27 DongHun KwakImported Upstream version 1.37.1 72/94072/1
2016-10-27 DongHun KwakImported Upstream version 1.35.9 70/94070/1
2016-10-27 DongHun KwakImported Upstream version 1.35.8 69/94069/1
2013-01-09 Dieter Verfailliegiscanner: emit a warning when we fail to parse a GTK...
2013-01-09 Dieter Verfailliegiscanner: Don't fail on empty GTK-Doc comment blocks
2013-01-09 Jasper St. Pierremallardwriter: Improve type formatting for Python
2013-01-09 Jasper St. Pierredoc: Put documentation templates into their own directories
2013-01-09 Jasper St. Pierredoc: Clean up signature generation a bit more
2013-01-09 Jasper St. Pierredoc: Add self to methods in the Python declarations
2013-01-09 Jasper St. Pierredoc: Make the Python declarations look a tiny bit nicer
2013-01-09 Jasper St. Pierremallardwriter: Use a TemplateLookup for grabbing templates
2013-01-09 Jasper St. Pierremallardwriter: Add support for parameters
2013-01-09 Jasper St. Pierremallardwriter: Rearrange definitions to match scanner...
2013-01-09 Jasper St. Pierremallardwriter: Pass the parent node around for inline...
2013-01-09 Jasper St. Pierremallardwriter: Consolidate xref building and page namin...
2013-01-09 Jasper St. Pierremallardwriter: Remove the namespace argument from the...
2013-01-09 Jasper St. Pierremallardwriter: Put process_other with the rest of the...
2013-01-09 Jasper St. Pierremallardwriter: Use the node's namespace
2012-12-10 Colin Waltersscanner: Warn if we're missing (element-type) for GPtrArray
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
next