summaryrefslogtreecommitdiff
path: root/giscanner/glibtransformer.py
Commit message (Expand)AuthorAgeFilesLines
* Fix marshalling of GStrv.GOBJECT_INTROSPECTION_0_6_13Tomeu Vizoso2010-06-021-1/+4
* Take into account the underscore after the type name when checking if a funct...Tomeu Vizoso2010-05-191-1/+1
* Fix glib:error-quark scanning for unregistered enum typesOwen W. Taylor2010-02-121-7/+36
* [scanner] Fix various hardcoded type name checksDan Winship2009-12-091-2/+2
* [scanner] "GError *" is not the same as "GError **"Dan Winship2009-12-091-3/+3
* InitiallyUnownedClass should contain all the fields as ObjectClass if we want...Tomeu Vizoso2009-11-301-0/+2
* Fix make check after 0d9cfb004d528Tomeu Vizoso2009-10-221-2/+2
* Use best known derived parentColin Walters2009-10-211-2/+16
* Explicitly sort object interfaces, properties, and signalsColin Walters2009-10-071-1/+3
* Omit warnings, my console is not a todo listJohan Dahlin2009-07-061-3/+3
* Better handle classes with non-standard to_underscore names.C. Scott Ananian2009-05-201-2/+27
* Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters2009-03-171-1/+4
* Bug 557383 - Virtual method supportColin Walters2009-03-051-10/+63
* Revert "Bug 557383 - Virtual function support"Colin Walters2009-02-261-17/+4
* Bug 557383 - Virtual function supportColin Walters2009-02-261-4/+17
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-5/+7
* Be less verboseJohan Dahlin2009-02-201-7/+6
* Bug 572075 - Make the scanner work with static and convenience librariesOwen W. Taylor2009-02-191-5/+18
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-14/+13
* 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-041-2/+6
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-021-1/+13
* Skip over both g_object_get_type and g_initially_unowned_get_typeColin Walters2009-01-221-0/+4
* Bug 562622 – Errordomains missingJohan Dahlin2009-01-221-1/+24
* 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-201-4/+10
* 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
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-2/+7
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-25/+11
* Bug 563469 – Arrays not treated correctly in struct offset calculationAndreas Rottmann2009-01-031-5/+5
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-7/+0
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-251-19/+29
* Revert earlier libtool change, there's no needJohan Dahlin2008-11-251-17/+1
* Execute the dumper program through libtool if it's installed, so we avoidJohan Dahlin2008-11-251-5/+22
* fix spelling of GHashTable. #561135Dan Winship2008-11-171-1/+1
* Bug 559706 - interface prequisitesColin Walters2008-11-171-0/+7
* Remove stray print(s)Johan Dahlin2008-11-131-1/+0
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-131-182/+153
* Only resolve the libname to the basename of the path when passing in an absol...Johan Dahlin2008-11-121-1/+0
* Add a GIRepository-2.0.gir. Change the libtool lookup slightly so we canJohan Dahlin2008-11-121-4/+8
* Improve warning message formattingJohan Dahlin2008-11-111-2/+2
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* If a filename of an existing file is passed to --library, hunt for itOwen Taylor2008-10-291-1/+3
* Bug 557788 – Return types for constructors in generated typelib bogusColin Walters2008-10-251-3/+2
* deduce transfer-ownership from GTypesTommi Komulainen2008-10-231-0/+14
* rearrangeTommi Komulainen2008-10-231-4/+3
* Check whether the parameter is a GObject from the GTypeTommi Komulainen2008-10-231-3/+14
* record GType when constructing the Type from itTommi Komulainen2008-10-231-1/+4