summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sdl2: Fix a couple of binding errors and attribute issueswip/sdl2Rico Tzschichholz2021-02-085-217/+154
* codegen: Include <string.h> for memcpy usage in _vala_memdup2()Rico Tzschichholz2021-02-081-0/+2
* codegen: Strip all nested occurances of CCodeCastExpressionRico Tzschichholz2021-02-073-2/+18
* build: Ease source for AC_LANG_SOURCE of CGRAPH checkRico Tzschichholz2021-02-071-1/+1
* libvaladoc: Add wrapper for "agedge" of graphvizRico Tzschichholz2021-02-072-1/+17
* codegen: Correctly retrieve symbol_reference of nested cast expressionsRico Tzschichholz2021-02-072-1/+15
* vapi: Add libunwind-generic bindingRico Tzschichholz2021-02-062-0/+204
* gio-2.0: Update to 2.67.3Rico Tzschichholz2021-02-061-0/+9
* gtk4: Update to 4.1.0+2712f536Rico Tzschichholz2021-02-061-2/+3
* gstreamer: Update from 1.19.0+ git masterRico Tzschichholz2021-02-065-0/+35
* gee: Replace Memory.dup() with GLib.malloc() and Memory.copy()Rico Tzschichholz2021-02-051-1/+3
* gstreamer-1.0: Set CCode.type_id of MiniObject to G_TYPE_BOXEDRico Tzschichholz2021-02-052-2/+2
* codegen: Replace "g_memdup" with "_vala_memdup2" for target glib < 2.68Rico Tzschichholz2021-02-043-4/+50
* glib-2.0: Add new symbols from 2.68Rico Tzschichholz2021-02-041-0/+11
* codegen: Use g_memdup2 if target glib >= 2.68 is setRico Tzschichholz2021-02-042-4/+24
* testrunner: Add "-Werror=return-stack-address" flagRico Tzschichholz2021-02-041-0/+1
* vala: Add Block.unreachable_exit and have it set accordingly by FlowAnalyzerRico Tzschichholz2021-02-043-5/+8
* tests: Don't leak array if length is -1Rico Tzschichholz2021-02-044-0/+21
* codegen: Chain up to base struct destroy functionRico Tzschichholz2021-02-041-0/+14
* codegen: Don't leak memory moving heap-allocated struct to stackRico Tzschichholz2021-02-031-0/+5
* codegen: Use temp_ref_values list instead of patching the ASTRico Tzschichholz2021-02-031-2/+1
* codegen: Don't leak GLib.Value when implicitly unboxing itRico Tzschichholz2021-02-031-0/+11
* vala: Don't allow GLib.Value casting to nullable struct/simple typesRico Tzschichholz2021-02-033-0/+11
* vala: GLib.Value unboxing returns unowned valueRico Tzschichholz2021-02-032-1/+22
* codegen: Use g_boxed_free in free-wrapper for heap-allocated GLib.ValueRico Tzschichholz2021-02-031-1/+1
* codegen: Don't leak array memory after it was implicitly copiedRico Tzschichholz2021-02-021-0/+5
* codegen: Improve handling of recursive DelegateTypeRico Tzschichholz2021-02-014-18/+16
* codegen: Make sure types of implicit delegate parameters are declaredRico Tzschichholz2021-02-011-0/+4
* codegen: Use CCodeDeclaratorSuffix to emit array length of constantsRico Tzschichholz2021-02-012-34/+43
* ccode: Minor API cleaning and additionsRico Tzschichholz2021-02-017-15/+19
* vala: Rename Loop to LoopStatement and introduce a common base classRico Tzschichholz2021-02-0115-174/+120
* codegen: Also check array type of variable argument for ref parametersRico Tzschichholz2021-02-011-3/+3
* codegen: Add get_ccode_no_wrapper() and use itRico Tzschichholz2021-02-016-9/+13
* girparser: Set CCode.type_cname for classes if it doesn't match our defaultRico Tzschichholz2021-01-313-3/+54
* tests/girwriter: Add tests for async methods attributed with NoWrapperRico Tzschichholz2021-01-314-0/+208
* codegen: Don't emit invoker for async methods attributed with NoWrapperRico Tzschichholz2021-01-313-3/+8
* libxml-2.0: Fix a few binding errorsRico Tzschichholz2021-01-311-27/+26
* fuse: Fix a few binding errorsRico Tzschichholz2021-01-311-28/+28
* codegen: Always use G_TYPE_INSTANCE_GET_CLASS/INTERFACE for external symbolsRico Tzschichholz2021-01-302-8/+38
* codegen: Handle NoWrapper attribute of async methods on caller sideRico Tzschichholz2021-01-303-0/+55
* codegen: Allow CCode.type_cname for classes and use get_ccode_type_name()Rico Tzschichholz2021-01-306-15/+17
* girparser: Apply "type_get_function" metadata for classes and inferfacesRico Tzschichholz2021-01-301-0/+8
* codegen: Add CCode.type_get_function and get_ccode_type_get_function()Rico Tzschichholz2021-01-308-23/+30
* gtk+-2.0,javascriptcoregtk-4.0: Wrong usage of CCode.type_cname attributeRico Tzschichholz2021-01-304-8/+8
* girwriter: Don't emit invoker for methods attributed with NoWrapperRico Tzschichholz2021-01-305-2/+94
* codegen: Don't emit invoker for methods attributed with NoWrapperRico Tzschichholz2021-01-301-6/+8
* codegen: Handle NoWrapper attribute of interface methods on caller sideRico Tzschichholz2021-01-303-1/+24
* vala: NoWrapper methods must be declared abstract or virtualRico Tzschichholz2021-01-303-0/+17
* gio-2.0: Pick up missing invoker for some AppInfo/File.*() methodsRico Tzschichholz2021-01-302-9/+2
* gdk-pixbuf-2.0: Fix Pixbuf.save_to_streamv_async()Rico Tzschichholz2021-01-302-1/+3