summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add a test for enum methods and constantsSebastian Dröge2010-04-081-0/+18
* Never try to use GValue take functions for primitive typesJürg Billeter2010-03-261-0/+8
* Add experimental support for regular expression literalsJukka-Pekka Iivonen2010-03-252-0/+108
* Fix struct initialization with member initializersJürg Billeter2010-03-242-0/+9
* Fix protected member access in interfacesAdam Folmert2010-03-221-2/+26
* D-Bus: Add simple signal testJürg Billeter2010-03-212-0/+70
* Fix struct initialization when temporary variables are usedJürg Billeter2010-03-212-0/+11
* GAsync: Fix async methods with struct parametersJürg Billeter2010-03-212-0/+13
* Fix closures in property accessorsJürg Billeter2010-03-212-0/+14
* Fix member access for derived generic typesJürg Billeter2010-03-212-0/+13
* Support `in' operator for arraysRobin Sonefors2010-02-111-0/+4
* Fix bug number used in test for bug 567181Jürg Billeter2010-01-272-1/+1
* GError: Fix leak when throwing an error in the constructorThijs Vermeir2010-01-272-0/+25
* Fix nullable struct propertiesJürg Billeter2010-01-082-0/+19
* Support struct comparisonJürg Billeter2010-01-072-0/+24
* D-Bus: Support struct return values in static clients and serversJürg Billeter2009-12-192-0/+94
* Initial support for array slicesJürg Billeter2009-12-192-0/+12
* GAsync: Fix base access in async methodsJürg Billeter2009-11-162-0/+14
* GAsync: Fix virtual async methodsJürg Billeter2009-11-052-0/+10
* GAsync: Fix temporary variable initialization in loopsJürg Billeter2009-10-282-0/+10
* Fix static property access in instance methodsJürg Billeter2009-10-282-0/+15
* Fix delegates returning structsJürg Billeter2009-10-282-0/+15
* Fix capturing arrays and delegatesJürg Billeter2009-10-172-0/+10
* GAsync: Fix non-closure lambda expressions in instance methodsJürg Billeter2009-10-162-0/+9
* GAsync: Fix abstract interface implementationsJürg Billeter2009-10-162-0/+11
* GAsync: Fix object creation expressions throwing errorsJürg Billeter2009-10-162-0/+12
* GAsync: Fix async methods with delegate parametersJürg Billeter2009-10-052-0/+9
* Fix owned default argumentsJürg Billeter2009-10-052-0/+9
* Fix return statements in creation methodsJürg Billeter2009-10-033-1/+11
* Fix generated code for stack-allocated arraysJürg Billeter2009-10-022-0/+4
* GAsync: Fix connecting signal handlers in async methodsJürg Billeter2009-10-022-0/+12
* Fix memory management for closures used as signal handlersJürg Billeter2009-10-022-0/+17
* D-Bus: Fix marshalling of GLib.Value parametersJürg Billeter2009-09-302-0/+9
* Add test for bug 579101Jürg Billeter2009-09-302-0/+15
* Do not use char for non-ASCII character literalsJürg Billeter2009-09-292-0/+5
* Fix memory management when returning captured variablesJürg Billeter2009-09-292-0/+17
* Support postfix operator on array membersJürg Billeter2009-09-292-0/+6
* Fix delegate variables in GObject creation methodsJürg Billeter2009-09-282-0/+16
* Fix non-constant struct initializer listsJürg Billeter2009-09-272-0/+10
* Add test for bug 595538Jürg Billeter2009-09-262-0/+16
* Add test for bug 595639Jürg Billeter2009-09-262-0/+9
* Add test for bug 595735Jürg Billeter2009-09-262-0/+12
* Add test for bug 595587Jürg Billeter2009-09-262-0/+15
* Add test for bug 596177Jürg Billeter2009-09-262-0/+9
* Add test for bug 593260Jürg Billeter2009-09-262-0/+11
* Fix calling methods returning structs and throwing errorsJürg Billeter2009-09-262-0/+17
* Speed up test infrastructureJürg Billeter2009-09-2634-252/+291
* D-Bus: Test async client and server methods with out parametersJürg Billeter2009-09-161-8/+12
* Add man or boy testJürg Billeter2009-09-152-0/+20
* D-Bus: Fix error handling in static clientsDidier 'Ptitjes2009-09-143-6/+6