summaryrefslogtreecommitdiff
path: root/codegen/valaccodemethodmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Don't create duplicated complete-async codeRico Tzschichholz2017-02-131-1/+2
* Move writing of G_GNUC_DEPRECATED down to CCodeDeclarator implementationsRico Tzschichholz2017-01-041-0/+8
* codegen: Re-use CCodeIdentifier ("_data_")Rico Tzschichholz2016-12-141-5/+6
* codegen: Compensate for the lack of g_task_get_completed on glib < 2.44Carlos Garnacho2016-12-141-3/+10
* codegen: Add function-prototypes for all register-type callsRico Tzschichholz2016-12-011-0/+6
* codegen: Use GTask instead of GSimpleAsyncResult if 2.36 target is selectedCarlos Garnacho2016-11-191-13/+43
* codegen: Don't write declaration of CreationMethod for compact-classes twiceRico Tzschichholz2016-11-111-1/+1
* Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functionsRico Tzschichholz2016-11-091-0/+12
* Transform CCodeParameter's "format_arg" into CCodeNode's "modifiers"Rico Tzschichholz2016-11-081-1/+3
* Add CCodeNode "modifiers" and transform CCodeFunction's "attributes" to itRico Tzschichholz2016-11-081-4/+2
* codegen: Add G_GNUC_FORMAT attribute for FormatArg functionsJürg Billeter2016-11-071-0/+1
* Use more "...".printf to concat stringsRico Tzschichholz2016-10-301-4/+4
* codegen: Trigger deprecation warning for NoArrayLength from a better placeRico Tzschichholz2016-10-111-4/+0
* Ignore --thread commandline option and drop all gthread-2.0 referencesRico Tzschichholz2016-10-101-10/+0
* Introduce [Version (...)]Florian Brosch2016-01-301-1/+1
* codegen: add code for [Profile] missed in cf193ab75Ben Iofel2016-01-271-1/+2
* Improve pre/postcondition messagesSimon Werbeck2014-12-051-4/+8
* Hide internal methods in ABIMaciej Piechotka2014-03-241-0/+8
* Allow using lambdas within enums.Maciej Piechotka2013-12-211-1/+1
* codegen: use #if GLIB_CHECK_VERSION for init functionsMarc-André Lureau2013-12-141-5/+8
* Allow dynamic type registration of generated dbus proxy classesJesse van den Kieboom2013-11-041-0/+12
* Support chain up to constructv functions.Luca Bruno2013-09-211-15/+3
* codegen: Don't define varidic helper *_constructv_full as staticRico Tzschichholz2013-09-161-5/+0
* codegen: Allow scope=async delegates to be used in vala codeLuca Bruno2013-07-141-2/+2
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-261-2/+2
* codegen: Fix memory leak when chaining up in fundamental classesJürg Billeter2012-11-111-1/+1
* codegen: Do not call g_type_init when targeting GLib >= 2.36Jürg Billeter2012-10-191-1/+3
* codegen: Do not call g_thread_init when targeting GLib >= 2.32Jürg Billeter2012-10-191-1/+1
* Drop POSIX profileJürg Billeter2012-08-061-15/+13
* codegen: Fix variadic constructorsSiegfried-Angel Gevatter Pujals2012-07-301-19/+108
* GAsync: Support async creation methodsJürg Billeter2012-06-241-8/+12
* codegen: Fix profiling for recursive methodsJürg Billeter2012-04-281-0/+17
* Add support for [Profile] method attributeJürg Billeter2012-04-201-0/+78
* codegen: Add support for delegate_target_cname in CCodeLuca Bruno2012-02-061-1/+1
* codegen: Fix type check for vfunc returning SimpleType structsLuca Bruno2012-01-131-0/+7
* codegen: Fix type check of ref parametersLuca Bruno2011-11-111-1/+5
* codegen: Use get_this_type() to simplify several if statementsLuca Bruno2011-09-101-8/+0
* codegen: Move typecheck of self down to methods vfuncLuca Bruno2011-08-271-4/+5
* codegen: Add null check for non-null struct parametersLuca Bruno2011-08-171-1/+1
* codegen: Use CCodeAttribute instead of C specific methods of code nodesLuca Bruno2011-08-011-58/+57
* codegen: Use _vala_ prefix for out parametersLuca Bruno2011-07-281-4/+4
* codegen: Add push_line and pop_line for writing line directivesLuca Bruno2011-07-191-0/+7
* GAsync: Fix generating finish method for generic async methodsLuca Bruno2011-07-101-1/+1
* codegen: Add lvalue field to GLibValueLuca Bruno2011-07-061-1/+1
* codegen: Rename coroutine data variable to _data_Luca Bruno2011-06-281-4/+4
* codegen: Do not declare virtual function for default signal handlersLuca Bruno2011-06-271-2/+2
* Move custom_return_type_cname CCode attribute down to MethodLuca Bruno2011-06-041-8/+1
* codegen: Use transform_value instead of transform_expressionLuca Bruno2011-05-071-1/+1
* ccodegen: Port the remaining code to use the ccode builderLuca Bruno2011-05-051-25/+15
* Fix creation of lambdas inside interface methodsMaciej Piechotka2011-04-271-1/+1