summaryrefslogtreecommitdiff
path: root/tests/structs
Commit message (Expand)AuthorAgeFilesLines
* Fix calling methods on struct pointersLuca Bruno2014-01-251-0/+14
* Set correct parent_statement for MemberInitializerSimon Werbeck2013-03-281-0/+9
* codegen: Use equal method of base-struct for derived structsRico Tzschichholz2013-01-181-0/+18
* codegen: Fix passing nullable structs to non-nullable parametersLuca Bruno2012-11-281-0/+35
* Support initializer list for structs that have a base typeLuca Bruno2012-02-091-0/+10
* codegen: Fix type check for vfunc returning SimpleType structsLuca Bruno2012-01-131-0/+10
* codegen: Don't create temp var in transform_value if lvalue isn't allowedLuca Bruno2011-10-171-0/+7
* GVariant: Fix unboxing of Variant to a real non-null structLuca Bruno2011-10-171-0/+11
* Fix regression when calling .resize() or .move() on arrays inside structsLuca Bruno2011-09-291-0/+9
* Add regression tests for commit 5319240be4724f1Luca Bruno2011-09-081-0/+3
* codegen: Do not try to unbox a GValue from a GValueLuca Bruno2011-09-021-0/+4
* codegen: Assign to temp varable when passing a nullable struct argumentLuca Bruno2011-08-161-0/+13
* Set the type of initializer lists to be non-nullableLuca Bruno2011-08-111-0/+1
* codegen: Use temporary variables in array element accessLuca Bruno2011-07-161-0/+15
* glib-2.0: Set lvalue_access to false for va_listLuca Bruno2011-07-151-0/+10
* codegen: Support ownership transfer of non-null struct typesLuca Bruno2011-07-091-0/+11
* codegen: Use temporary variables when accessing a variableLuca Bruno2011-07-061-0/+13
* tests: Add regression test for bug 623092Luca Bruno2011-06-131-0/+15
* codegen: Support passing real non-null structs as ref/out varargsLuca Bruno2011-05-301-0/+11
* tests: Add regression test for bug 609642Luca Bruno2011-05-281-0/+8
* codegen: Don't use simple struct initializer if local is a GValueLuca Bruno2011-05-111-0/+8
* Fix copying struct parameters for lambdas and async methods.Luca Bruno2010-06-231-0/+15
* Never try to use GValue take functions for primitive typesJürg Billeter2010-03-261-0/+8
* Fix struct initialization with member initializersJürg Billeter2010-03-241-0/+8
* Fix struct initialization when temporary variables are usedJürg Billeter2010-03-211-0/+10
* Fix nullable struct propertiesJürg Billeter2010-01-081-0/+18
* Support struct comparisonJürg Billeter2010-01-071-0/+23
* Fix non-constant struct initializer listsJürg Billeter2009-09-271-0/+9
* Add test for bug 595587Jürg Billeter2009-09-261-0/+14
* Speed up test infrastructureJürg Billeter2009-09-262-6/+0
* GValue: Support implicit conversion to nullable GValueFrederik Sdun2009-07-281-0/+59
* Rearrange test casesJürg Billeter2009-01-161-0/+85