summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* codegen: Fix type check for vfunc returning SimpleType structsLuca Bruno2012-01-312-0/+11
* codegen: Destroy the elements of GQueueLuca Bruno2011-11-302-0/+8
* GAsync: Don't pass generic arguments to .end() callsLuca Bruno2011-11-302-0/+13
* GVariant: Fix unboxing of Variant to a real non-null structLuca Bruno2011-11-302-0/+12
* Fix regression when calling .resize() or .move() on arrays inside structsLuca Bruno2011-09-292-0/+10
* codegen: Fix lambda expressions in instance destructorLuca Bruno2011-09-102-0/+10
* Add regression tests for commit 5319240be4724f1Luca Bruno2011-09-082-0/+13
* codegen: Do not try to unbox a GValue from a GValueLuca Bruno2011-09-022-0/+5
* Revert "Set lvalue access for struct properties"Luca Bruno2011-09-022-18/+0
* Set lvalue access for struct propertiesLuca Bruno2011-09-022-0/+18
* codegen: Assign to temp varable when passing a nullable struct argumentLuca Bruno2011-08-162-0/+14
* Add syntax for creating array of pointersLuca Bruno2011-08-162-0/+4
* Add PointerType.get_actual_typeLuca Bruno2011-08-162-0/+11
* Set the type of initializer lists to be non-nullableLuca Bruno2011-08-111-0/+1
* Set target_type of switch statement expression to be non-nullableLuca Bruno2011-08-032-0/+5
* Fix symbol resolution for local constantsLuca Bruno2011-08-022-0/+10
* codewriter: Do not use C specific methods of code nodesLuca Bruno2011-08-011-1/+1
* codegen: Use temporary variables in array element accessLuca Bruno2011-07-162-0/+16
* codegen: Support gobject-style chainup to base class that has genericsLuca Bruno2011-07-162-0/+13
* glib-2.0: Set lvalue_access to false for va_listLuca Bruno2011-07-152-0/+11
* Fix explicit cast of instance method access to a delegate typeLuca Bruno2011-07-112-0/+17
* GAsync: Fix capturing type parameters in async methodsLuca Bruno2011-07-102-0/+7
* GAsync: Fix generating finish method for generic async methodsLuca Bruno2011-07-102-0/+9
* codegen: Support ownership transfer of non-null struct typesLuca Bruno2011-07-092-0/+12
* GAsync: Support generic types in async methodsLuca Bruno2011-07-082-0/+11
* codegen: Use GLibValue.lvalue when taking the address of an expressionLuca Bruno2011-07-062-0/+6
* codegen: Make copy_value be effect-freeLuca Bruno2011-07-062-0/+10
* codegen: Use temporary variables when accessing a variableLuca Bruno2011-07-063-0/+23
* Fix arithmetic expressions whose operands have different typesLuca Bruno2011-07-051-0/+4
* codegen: Fix returning inline allocated arraysLuca Bruno2011-07-052-0/+11
* GAsync: Fix returning out parameters from async methodsLuca Bruno2011-06-282-0/+9
* codegen: Support calling methods that return modified pointer on propertiesLuca Bruno2011-06-272-0/+10
* tests: Add regression test for bug 653391Luca Bruno2011-06-262-0/+10
* codegen: Fix regression when setting delegate propertiesLuca Bruno2011-06-222-0/+11
* codegen: Fix foreach on inline allocated arraysLuca Bruno2011-06-182-0/+7
* Support ref and out parameters in lambda expressionsLuca Bruno2011-06-172-0/+14
* Fix target_type of inner expression for generic field accessLuca Bruno2011-06-161-1/+6
* tests: Add regression test for bug 623092Luca Bruno2011-06-132-0/+16
* codegen: Fix access to arrays with fixed lengthLuca Bruno2011-06-122-0/+5
* GAsync: Fix the definition of async virtual methods in interfacesLuca Bruno2011-06-102-0/+17
* codegen: Support owned delegate parameter in set accessorLuca Bruno2011-06-091-0/+6
* tests: Add ref-testing for the GIR parserLuca Bruno2011-06-073-2/+66
* codegen: Support passing real non-null structs as ref/out varargsLuca Bruno2011-05-302-0/+12
* codegen: Fix definition of fields when array length cname is specifiedLuca Bruno2011-05-292-0/+10
* tests: Add regression test for bug 609642Luca Bruno2011-05-282-0/+9
* tests: Shut vala warning against asynchronous/bug641182.valaLuca Bruno2011-05-281-1/+1
* codegen: Do not initialize temp variable when getting delegate propertyLuca Bruno2011-05-282-0/+17
* codegen: Fix closures in creation methods of classes without base classLuca Bruno2011-05-282-0/+16
* tests: Add -X -g to the compilation flagsLuca Bruno2011-05-271-1/+1
* Fix checking for abstract/virtual methods inside structsLuca Bruno2011-05-262-0/+15