summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for throwing errors from catch clausesLuca Bruno2011-01-212-0/+19
* GAsync: Fix capturing parameters in async methodsJürg Billeter2011-01-201-3/+3
* Add test for closures in async methodsJürg Billeter2011-01-203-0/+26
* Fix capturing delegate parameters in async method.Luca Bruno2011-01-192-0/+11
* D-Bus: Update file descriptor passing test to binding changesJürg Billeter2010-10-231-3/+3
* D-Bus: Support Cancellable parameter in GDBus clientsJürg Billeter2010-10-232-0/+26
* D-Bus: Add test for file descriptor passingJürg Billeter2010-10-232-0/+85
* tests: Always enable gio-2.0 packageJürg Billeter2010-10-211-1/+1
* D-Bus: Add async Bus.get_proxy method for GDBus clientsJürg Billeter2010-10-202-8/+8
* D-Bus: Add flags parameter to get_proxy_sync methodsJürg Billeter2010-10-203-3/+3
* tests: Enable extra checks during C compilationJürg Billeter2010-10-201-1/+1
* D-Bus: Add test for sending and receiving errorsJürg Billeter2010-10-193-0/+179
* D-Bus: Add test for calling void methodsJürg Billeter2010-10-192-0/+14
* Fix side-effects in array element assignmentsJürg Billeter2010-10-172-0/+7
* tests: Fix /objects/methods testJürg Billeter2010-10-161-2/+2
* Do not allow passing owned ref argument to unowned reference parameterJürg Billeter2010-10-141-3/+0
* D-Bus: Do not use GLib.Application in testsJürg Billeter2010-09-156-24/+42
* GObject: Add _vala_ suffix to get/set_property to avoid name clashesLuca Bruno2010-09-092-0/+7
* Support implicit GValue conversion when assigning to propertiesLuca Bruno2010-08-202-0/+14
* Extend signal details to support string expressionsLuca Bruno2010-08-202-0/+19
* Fix ellipsis parameter position in generated methodsLuca Bruno2010-08-202-0/+6
* Fix error propagation in constructor chain upJürg Billeter2010-06-282-0/+26
* Fix copying struct parameters for lambdas and async methods.Luca Bruno2010-06-233-2/+18
* D-Bus: Port tests to GDBusJürg Billeter2010-06-208-115/+70
* GAsync: Support returning structs from async methodsLuca Bruno2010-06-162-0/+11
* D-Bus: Support string arrays in variantsJürg Billeter2010-06-152-0/+59
* 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