summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add missing file to tarballsTomeu Vizoso2010-04-181-0/+1
* Implement vfuncs.Tomeu Vizoso2010-04-181-0/+18
* Implement nullable argument support, including testsZach Goldberg2010-04-181-0/+28
* Move some tests from test_gi to test_everythingZach Goldberg2010-04-182-61/+61
* Implementation callback support with scoping and basic argument support.Zach Goldberg2010-04-171-1/+63
* Add support for foreign structsTomeu Vizoso2010-04-171-0/+48
* Allow creating structs with pointersTomeu Vizoso2010-04-161-1/+2
* Add gdb and valgrind variants for the testsTomeu Vizoso2010-04-161-1/+13
* Use GIMarshallingTests (old TestGI) in gobject-introspectionTomeu Vizoso2010-04-134-4008/+416
* Fix and complete overrides testsSimon van der Linden2010-02-031-1/+7
* Remove support for pointers to basic types as input-only argument and return ...Simon van der Linden2010-01-223-890/+0
* Restore the overrides supportSimon van der Linden2010-01-223-0/+190
* Initialize struct fields to 0 when allocatingSimon van der Linden2010-01-081-0/+5
* Don't set a default constructor for structures.Simon van der Linden2010-01-083-51/+10
* sys.path must be modified after pygtk is importedSimon van der Linden2010-01-032-1/+3
* The array field 'length' starts to count from the C arg list, so need to decr...Tomeu Vizoso2009-12-223-0/+79
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-301-9/+9
* Set a default constructor for boxed structs that don't have oneTomeu Vizoso2009-11-303-65/+72
* Revert "Use the limit constants from glib and interpret G_MAXUINT32 as PyLong...Tomeu Vizoso2009-11-301-9/+9
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-281-9/+9
* A few tests about interfacesTomeu Vizoso2009-11-283-0/+60
* Fix members initialization in metaclassesSimon van der Linden2009-11-271-0/+19
* Structs in arrays are not marshalled correctlyTomeu Vizoso2009-11-273-3/+35
* Accept 0 as a valid value for flag and enum argumentsTomeu Vizoso2009-11-243-0/+8
* Add support for Any argumentsTomeu Vizoso2009-11-223-0/+15
* Import pygtk properly to avoid failure on some setupsSimon van der Linden2009-11-141-0/+3
* Initial importSimon van der Linden2009-11-085-0/+5526