summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* codegen: Move type-argument checks to SemanticAnalyzerwip/type-argsRico Tzschichholz2019-01-0710-148/+141
* Release 0.43.40.43.4Rico Tzschichholz2019-01-065-4/+47
* glib-2.0: Add RecMutexLocker since 2.60Rico Tzschichholz2019-01-061-0/+7
* valadoc: Update API testsRico Tzschichholz2019-01-061-86/+88
* valadoc: Drop duplicated code to add source files and use CodeContext APIRico Tzschichholz2019-01-061-142/+18
* gobject-2.0: Minor syncing from GIRRico Tzschichholz2019-01-061-19/+29
* gdbus: Cast instance and result of g_async_initable_new_finish() callRico Tzschichholz2019-01-061-4/+4
* sqlite3: Correct return C type of Statement.column_text & Value.to_textJiří Janoušek2019-01-051-1/+2
* codegen: Add missing data parameter to GTypeInfo callbacksRico Tzschichholz2019-01-053-0/+7
* gdbus: Properly set annotations field of GDBus*Info struct to NULLRico Tzschichholz2019-01-051-0/+7
* tests: Extend "DBus errors" tests to increase coverageRico Tzschichholz2019-01-051-0/+29
* docs: Add a basic CONTRIBUTING.md file that links to the relevant Wiki pageAlistair Thomas2019-01-051-0/+1
* gtk+-4.0: Update to 3.94.0+4404afc9Rico Tzschichholz2019-01-052-9/+11
* gtk+-3.0: Update to 3.24.2+a8e07254Rico Tzschichholz2019-01-052-8/+13
* vapi: Update GIR-based bindingsRico Tzschichholz2019-01-054-2/+54
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2019-01-052-4/+56
* codegen: Don't check boolean values for (in)equality in GTask APIRico Tzschichholz2019-01-051-3/+3
* tests: Fix try_parse() tests to not compare to already free'd memoryRico Tzschichholz2019-01-041-4/+8
* codegen: Cast instance parameter for property access in object-initializerRico Tzschichholz2019-01-041-4/+6
* gio-2.0: Fix File.replace_contents_bytes_async()Jiří Janoušek2019-01-032-1/+3
* Drop leftover deprecated syntax support of += and -= for dynamic signalsRico Tzschichholz2019-01-021-10/+1
* vala: Drop unused Enum.remove_all_values()Rico Tzschichholz2019-01-021-5/+0
* libvaladoc: Skip empty Version.replacement attribute to avoid criticalRico Tzschichholz2019-01-021-1/+1
* gobject-2.0: Use correct array-length-type for returned arraysRico Tzschichholz2019-01-021-0/+1
* glib-2.0: Use correct array-length-type for returned arraysRico Tzschichholz2019-01-021-0/+5
* codegen: Always use ccode attribute for ref/unref/free function namesRico Tzschichholz2019-01-011-8/+8
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-3112-4/+107
* codegen: Add default_value for CType to initialize variables if neededRico Tzschichholz2018-12-304-6/+14
* build: Don't leak libvalaccode symbols to libvaladocRico Tzschichholz2018-12-271-1/+0
* codegen: Use temp-vars for ellipsis out-arguments to fix memory managementRico Tzschichholz2018-12-263-11/+65
* codegen: Use temp-var for MethodCall with out/ref argumentsRico Tzschichholz2018-12-261-4/+5
* vala: Allow explicit interface methods to be virtualRico Tzschichholz2018-12-204-6/+43
* codegen: Use properly checked implicit interface implementationsRico Tzschichholz2018-12-205-24/+83
* vala: Search in all interfaces for an implementation match and don't bail earlyRico Tzschichholz2018-12-203-8/+40
* vala: No need to look further if an implementations was foundRico Tzschichholz2018-12-201-1/+1
* vala: Don't just guess and check for a matching base_interface_method tooRico Tzschichholz2018-12-206-4/+67
* vala: Add Method.compatible_no_error()Rico Tzschichholz2018-12-201-2/+17
* vala: Allow get_actual_type() to be used for expected failuresRico Tzschichholz2018-12-205-13/+19
* vala: Add GenericType.get_actual_type()Rico Tzschichholz2018-12-202-5/+13
* vapi: Update GIR-based bindingsRico Tzschichholz2018-12-184-1/+27
* gtk+-4.0: Update to 3.94.0+a99bd2a4Rico Tzschichholz2018-12-181-0/+3
* gtk+-3.0: Update to 3.24.2+eb821cb8Rico Tzschichholz2018-12-182-2/+7
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2018-12-184-3/+95
* webkitgtk-4.0: Update to 2.23.1Rico Tzschichholz2018-12-181-1/+23
* poppler-glib: Update to 0.71Rico Tzschichholz2018-12-181-0/+64
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-165-2/+51
* tests: Warnings and criticals should be fatal on compile time tooRico Tzschichholz2018-12-162-2/+2
* testrunner: Warnings and criticals should be fatal on compile time tooRico Tzschichholz2018-12-161-3/+3
* Release 0.43.20.43.2Rico Tzschichholz2018-12-145-4/+18
* codegen: GType classes require including "glib-object.h"Rico Tzschichholz2018-12-111-1/+2