Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bug557383-vfuncs'Colin Walters2009-02-263-10/+23
|\
| * Bug 557383 - Virtual function supportColin Walters2009-02-263-10/+23
* | Don't assume _pkgconfig_packages is set.Johan Dahlin2009-02-261-0/+4
|/
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-254-18/+36
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-255-7/+42
* Handle multiple arguments for $CCColin Walters2009-02-251-1/+2
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-245-1/+30
* Bug 561604 - Don't fail on va_list*Colin Walters2009-02-241-1/+1
* Do not include yyoutput in the generated lexerJohan Dahlin2009-02-211-0/+2
* Fix warnings pointed out by GCCJohan Dahlin2009-02-211-0/+2
* Be less verboseJohan Dahlin2009-02-211-7/+6
* Mention that we're generating a GIRJohan Dahlin2009-02-211-0/+1
* Disable a UTF-8 warning per defaultJohan Dahlin2009-02-211-0/+2
* Use shave to reduce compiling outputJohan Dahlin2009-02-211-2/+4
* Bug 572423 - Support --c-include argument for specifying C headersColin Walters2009-02-201-3/+11
* Send in an empty list instead of None.Johan Dahlin2009-02-201-0/+2
* giscanner: Set Python exceptions on type errors instead of g_assertColin Walters2009-02-191-7/+17
* Improve type checkingJohan Dahlin2009-02-191-0/+3
* Add a hall of shame commentJohan Dahlin2009-02-191-0/+3
* Bug 572075 - Make the scanner work with static and convenience librariesOwen W. Taylor2009-02-192-8/+38
* Bug 563382 - Define PATH_MAX if not availableColin Walters2009-02-191-0/+3
* Bug 571483 - Sort toplevel .gir entriesColin Walters2009-02-172-1/+17
* Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-171-5/+5
|\
| * Parse doc-comment tags case-insensitiveOwen W. Taylor2009-02-171-5/+5
* | Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-131-1/+1
|\ \ | |/
| * Add missing self parameterJohan Dahlin2009-02-111-1/+1
* | Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-113-10/+38
|/
* Bug 551738 - Associate classes with their structsColin Walters2009-02-063-16/+25
* Bug 561360 - If we can't resolve parent class, use GObjectColin Walters2009-02-051-1/+11
* Bug 555960 - Nested structs and unions (generation portion)Colin Walters2009-02-043-25/+48
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-022-26/+26
* Misc warning fixesDan Winship2009-01-271-1/+1
* Skip over both g_object_get_type and g_initially_unowned_get_typeColin Walters2009-01-221-0/+4
* Bug 562622 – Errordomains missingJohan Dahlin2009-01-223-1/+28
* Increase the buffer size to 1M, so gtkalias.h can be parsed.Johan Dahlin2009-01-201-1/+1
* When trying to map functions to structs, do not require a public structureJohan Dahlin2009-01-201-0/+2
* Bug 562615 – Struct methods missingJohan Dahlin2009-01-205-21/+29
* Ugh, recurd->recordJohan Dahlin2009-01-201-11/+11
* Struct -> RecordJohan Dahlin2009-01-201-24/+24
* add FT_Int32 add XftFont Report errors when an invalid type is encounteredJohan Dahlin2009-01-161-1/+4
* Fix pep8 complaintsJohan Dahlin2009-01-151-1/+2
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-152-6/+6
* Rewrap to fit in 79 columnsJohan Dahlin2009-01-141-2/+4
* Add generated file warning commentColin Walters2009-01-142-0/+5
* Clean up some abstraction breakage to reduce code duplicationJohan Dahlin2009-01-131-10/+7
* Bug 555036 – put gtk-doc in GIRJohan Dahlin2009-01-134-16/+96
* Catch AttributeError which seems to be occasionally raised for Record.Johan Dahlin2009-01-131-1/+1
* Fix a bug where \n was not present in a commentJohan Dahlin2009-01-131-2/+12
* Organize annotation options/tags by using constants,Johan Dahlin2009-01-131-25/+48
* Bug 562467 – Property annotationJohan Dahlin2009-01-131-6/+8