summaryrefslogtreecommitdiff
path: root/giscanner/glibtransformer.py
Commit message (Expand)AuthorAgeFilesLines
* Major rewriteColin Walters2010-08-311-1205/+0
* Use GLib types consistentlyColin Walters2010-08-311-7/+9
* [giscanner] Calrify missing element-type validationJohan Dahlin2010-07-221-5/+14
* warn for missing element-type on GSList params and return valuesJonathan Matthew2010-07-221-1/+2
* Add support for non-GObject fundamental objectsJohan Dahlin2010-07-091-0/+32
* [glibtransformer] Fix typoJohan Dahlin2010-06-221-1/+1
* Walk GLibBoxedColin Walters2010-06-221-0/+5
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-171-56/+154
* Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin2010-06-171-154/+56
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-161-56/+154
* Apply annotations from invoker to vfuncColin Walters2010-06-161-1/+1
* [glibtransformer] Refactor field adding to a separate methodJohan Dahlin2010-06-121-10/+13
* [glibtransformer] not not x -> bool(x)Johan Dahlin2010-06-121-1/+1
* Allow for methods in GLibTomeu Vizoso2010-06-091-3/+0
* 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