summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* codegen: Open block for try statementsLuca Bruno2011-05-262-0/+9
* Always set value_owned to false for pointersLuca Bruno2011-05-252-0/+8
* codegen: Guard pointer indirection of lengths when returning arraysLuca Bruno2011-05-242-0/+13
* tests: Do not use xargs GNU extension in the test runnerAlexander Kojevnikov2011-05-201-1/+1
* tests: Search path for bashAlexander Kojevnikov2011-05-201-1/+1
* codegen: Fix copy of fixed arrays when elements require copyLuca Bruno2011-05-202-0/+6
* codegen: Discourage copying delegates with targetJürg Billeter2011-05-184-5/+5
* GType: Support virtual signals in interfacesLuca Bruno2011-05-162-0/+12
* codegen: Use store_value when assigning the new value to out argumentsLuca Bruno2011-05-151-0/+10
* codegen: Don't spit out critical when returning unowned delegateLuca Bruno2011-05-121-0/+6
* codegen: Don't use simple struct initializer if local is a GValueLuca Bruno2011-05-112-0/+9
* codegen: Fix regression when capturing an unowned delegate variableLuca Bruno2011-05-091-0/+2
* codegen: Use TargetValue methods in capture_parameterLuca Bruno2011-05-081-0/+7
* codegen: Fix array ownership transferLuca Bruno2011-04-301-0/+12
* Fix creation of lambdas inside interface methodsMaciej Piechotka2011-04-272-0/+12
* Fix checking access to async callback for base methodsLuca Bruno2011-04-222-0/+21
* Fix binary operations between nullable typesLuca Bruno2011-04-092-0/+28
* codegen: Fix lvalue access to fieldsLuca Bruno2011-04-081-0/+6
* codegen: Copy the delegate target when copying structsJoakim Sindholt2011-04-052-0/+11
* codegen: Fix look-up of next closure blockLuca Bruno2011-04-022-0/+17
* tests: Add test for fixed size arraysMichal Hruby2011-03-101-0/+10
* Fix signals with generic parametersJürg Billeter2011-02-082-0/+22
* Add test for throwing errors from catch clausesLuca Bruno2011-01-212-0/+19