summaryrefslogtreecommitdiff
path: root/codegen/valaccodemethodcallmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: handle out param of null-terminated arrayLuca Bruno2015-03-041-1/+12
* Support chain up to constructv functions.Luca Bruno2013-09-211-2/+8
* codegen: Allow scope=async delegates to be used in vala codeLuca Bruno2013-07-141-3/+3
* Support owned keyword for delegates called onceLuca Bruno2013-06-041-1/+1
* Fix crash introduced by previous patch.Luca Bruno2013-05-101-1/+1
* codegen: Cast return values if [CCode (type)] is suppliedLuca Bruno2013-05-101-0/+5
* Support subclassing of GLib.SourcegsourceJürg Billeter2012-08-151-0/+21
* Drop POSIX profileJürg Billeter2012-08-061-84/+3
* GAsync: Support async creation methodsJürg Billeter2012-06-241-6/+6
* codegen: Fix .begin on async methods returning structsJürg Billeter2012-06-141-0/+5
* Improve assertion messagesJürg Billeter2012-06-021-0/+8
* posix: Add parse and to_string methods and string.printfAaron Andersen2012-05-131-0/+77
* GAsync: Don't pass generic arguments to .end() callsLuca Bruno2011-10-291-2/+4
* codegen: Use get_this_type() to simplify several if statementsLuca Bruno2011-09-101-1/+1
* codegen: Drop unnecessary temp variable when methods return a structLuca Bruno2011-08-261-5/+10
* codegen: Do not emit the temp variable when methods return a structLuca Bruno2011-08-261-1/+1
* codegen: Small refactoring for generic type parametersJürg Billeter2011-08-031-10/+5
* codegen: Use CCodeAttribute instead of C specific methods of code nodesLuca Bruno2011-08-011-69/+69
* codegen: Support gobject-style chainup to base class that has genericsLuca Bruno2011-07-161-1/+6
* codegen: Use GLibValue.lvalue when taking the address of an expressionLuca Bruno2011-07-061-15/+6
* codegen: Rename coroutine data variable to _data_Luca Bruno2011-06-281-4/+4
* codegen: Support calling methods that return modified pointer on propertiesLuca Bruno2011-06-271-1/+7
* codegen: Use store_value when assigning the new value to out argumentsLuca Bruno2011-05-151-16/+3
* codegen: Don't spit out critical when returning unowned delegateLuca Bruno2011-05-121-0/+4
* codegen: Use transform_value instead of transform_expressionLuca Bruno2011-05-071-1/+3
* codegen: Use destroy_value in method callsLuca Bruno2011-05-041-1/+1
* codegen: Always call _finish() after yieldLuca Bruno2011-03-231-13/+15
* codegen: Drop useless comma expression in method callLuca Bruno2011-03-031-5/+2
* codegen: Drop unnecessary comma expressions in method callsLuca Bruno2011-03-011-19/+13
* codegen: Rename append_array_size and get_array_sizes to *_length(s)Luca Bruno2011-01-191-9/+9
* codegen: Add CCodeFunction.add_assignment convenience functionLuca Bruno2011-01-191-8/+8
* Use gdestroynotify_type in codegen instead of looking it up everytime.Luca Bruno2011-01-151-2/+2
* codegen: Generate async ready functions only if neededJürg Billeter2010-12-211-1/+1
* codegen: Use separate C statements for array resize expressionsJürg Billeter2010-12-211-8/+5
* codegen: Omit free function from unowned simple generic argumentsEvan Nemerson2010-11-081-4/+6
* codegen: Fix C code generated for out array arguments in async methodsJürg Billeter2010-11-081-1/+1
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-7/+7
* codegen: Add get_array_size_cvalue and set_array_size_cvalueJürg Billeter2010-10-281-1/+1
* codegen: Fix crash on delegates with varargsJürg Billeter2010-10-261-2/+6
* codegen: Add assertions to detect missing delegate target valuesJürg Billeter2010-10-211-0/+2
* codegen: Fix memory leak on ignored return valuesJürg Billeter2010-10-211-1/+1
* Fix out arguments to vararg methodsJürg Billeter2010-10-181-0/+9
* codegen: Use append_array_size for out and ref argumentsJürg Billeter2010-10-171-0/+2
* codegen: Don't try to create a GClosure for nullEvan Nemerson2010-10-161-1/+1
* codegen: Support resize and concatenation on the same arrayJürg Billeter2010-10-161-0/+7
* codegen: Use separate C statements for out argumentsJürg Billeter2010-10-141-112/+100
* codegen: Simplify method calls with array argumentsJürg Billeter2010-10-141-29/+0
* codegen: Fix const warnings for temporary variables of method callsJürg Billeter2010-10-101-1/+1
* codegen: Fix types of temporary variables when using GArray or va_listJürg Billeter2010-10-101-1/+14
* codegen: Use separate C statements for method callsJürg Billeter2010-10-101-4/+16