summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix an annotationparser bug for empty tagsJohan Dahlin2009-12-093-1/+39
* Fix foo-1.0-expected.{gir,tgir} for callback patchColin Walters2009-12-082-2/+5
* Better scope in GAsyncReadyCallback/GDestroyNotifyJohan Dahlin2009-12-028-3/+88
* Make (skip) annotation work everywhereDan Winship2009-11-232-0/+13
* Fix enum prefix stripping to work only up to word boundariesDan Winship2009-11-233-0/+17
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-112-62/+144
* When doing type resolution on a string, treat it as its own ctypeColin Walters2009-10-223-0/+13
* Fix make check after f152f5e97df7Tomeu Vizoso2009-10-222-23/+23
* Fix make check after 0d9cfb004d528Tomeu Vizoso2009-10-222-2/+2
* Remove a remnant of shaveJohan Bilien2009-09-181-1/+1
* Bug 556628 – (skip) annotationDan Winship2009-08-242-0/+28
* LD_LIBRARY_PATH exorcismColin Walters2009-08-243-7/+5
* Remove some $(builddir) that crept back inOwen W. Taylor2009-08-202-4/+4
* Bug 592055 - Build/test fixesColin Walters2009-08-171-1/+1
* Also remove LD_LIBRARY_PATH bit from before AM_V_GEN for BarAppColin Walters2009-08-171-1/+1
* Support passing --library=lib<foo>.laOwen W. Taylor2009-08-1712-19/+23
* Resolve library names to shared libraries ourselvesOwen W. Taylor2009-08-171-2/+2
* autoconf-2.64 compat: Don't use $(builddir)Owen W. Taylor2009-08-171-2/+2
* Excise shave in favor of automake 1.11 silent rulesColin Walters2009-08-161-6/+6
* Prepend to $LD_LIBRARY_PATH not appendOwen W. Taylor2009-08-131-2/+2
* Allow annotations on fieldsAndreas Rottmann2009-07-034-0/+29
* Bug 579008 - Don't override element-type for arraysColin Walters2009-06-234-0/+43
* Update annotation expected "tgir" for previous commitColin Walters2009-06-181-7/+7
* Bug 584453 - Handle char ** correctly (and const variation)Colin Walters2009-06-092-10/+10
* Move Everything into gir/, since it's a public libraryColin Walters2009-06-045-3075/+1
* Add an Everything-1.0-expected.gir, test Everything versus itColin Walters2009-06-042-0/+1236
* A few transfer-related tests for "Everything"Andreas Rottmann2009-05-292-0/+52
* Better handle classes with non-standard to_underscore names.C. Scott Ananian2009-05-202-0/+130
* Add GHash tests to Everything test GI library.C. Scott Ananian2009-05-122-2/+188
* Fix the list comparison assertions.C. Scott Ananian2009-05-121-4/+10
* Everything: more tests for integer array parameters.C. Scott Ananian2009-05-122-1/+92
* Fix annotations for GList and GSList tests.C. Scott Ananian2009-05-121-0/+40
* Enable the utf8 tests in the everything module.C. Scott Ananian2009-05-122-5/+19
* Remove (out) annotation for now from Everything structsColin Walters2009-05-071-2/+2
* Fix typo in the TestInterface gtype nameTomeu Vizoso2009-05-061-1/+1
* Add an interface to EverythingTomeu Vizoso2009-05-052-0/+35
* Remove spurious addition of 'GSList *handlers' in last commitAndreas Rottmann2009-03-241-1/+0
* Additions to the 'Everything' namespaceAndreas Rottmann2009-03-242-3/+53
* Add a test signal with an argument flagged as G_SIGNAL_TYPE_STATIC_SCOPEJohan Bilien2009-03-242-0/+15
* Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann2009-03-234-0/+92
* Some small cosmetic tweaksAndreas Rottmann2009-03-192-3/+4
* Bug 556475 – support Shadows: annotationAndreas Rottmann2009-03-194-0/+79
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-176-6/+6
* Bug 564016 - Add c:prefix to .girColin Walters2009-03-176-6/+18
* Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters2009-03-173-0/+52
* Bug 565147 - Add (type) annotation to override the C type definitionColin Walters2009-03-168-0/+82
* Bug 574139 – There is no way to identify 'user_data' arguments in the callb...Andreas Rottmann2009-03-094-4/+4
* Bug 557383 - Virtual method supportColin Walters2009-03-058-22/+321
* Bug 573332 - Allow annotation of enums as bitfieldsAndreas Rottmann2009-03-044-13/+17
* Bug 571548 - Generic attributesColin Walters2009-03-034-0/+27