summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-3035-124/+124
* gtk4: Constructors of Gtk.MediaFile needs to be static functionsRico Tzschichholz2019-09-302-10/+17
* gtk4: Update to 3.96.0+bcea9652Rico Tzschichholz2019-09-301-2/+5
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2019-09-301-0/+8
* vala: Perform stricter compatibility check for delegatesRico Tzschichholz2019-09-294-2/+44
* vala: Allow to override virtual interface implementationsRico Tzschichholz2019-09-264-2/+19
* vala: Add package_name to missing member error for external MemberAccessRico Tzschichholz2019-09-251-1/+12
* vala: Warn when directly accessing member of silent cast-expressionRico Tzschichholz2019-09-251-0/+4
* codegen: Move type-argument checks to SemanticAnalyzerRico Tzschichholz2019-09-2510-149/+155
* codegen: Move a bunch of methods to static functionsRico Tzschichholz2019-09-251-7/+7
* Bump version suffix to 0.48Rico Tzschichholz2019-09-252-1/+3
* vala: Output "params" qualifier of parametersRico Tzschichholz2019-09-241-0/+4
* vala: Report dedicated error message for params-array parameter mismatchRico Tzschichholz2019-09-241-0/+4
* tests: Add more "invalid expression" tests to increase coverageRico Tzschichholz2019-09-2410-0/+69
* tests: Add "main block" parser test to increase coverageRico Tzschichholz2019-09-242-0/+3
* tests: Extent "post-condition" creation method test to increase coverageRico Tzschichholz2019-09-241-0/+6
* tests: Extend preprocessor-vala test with VALA_0_46Rico Tzschichholz2019-09-241-0/+2
* tests: Add invalid "parser" tests to increase coverageRico Tzschichholz2019-09-233-0/+18
* tests: Add "qualified member/symbol access" tests to increase coverageRico Tzschichholz2019-09-233-0/+36
* gio-unix-2.0: Fix DesktopAppInfo.get_string(), UnixFDMessage.steal_fds()Rico Tzschichholz2019-09-222-6/+13
* Directly use "memmove()" while g_memmove() is deprecated since 2.40Rico Tzschichholz2019-09-222-2/+2
* gobject-2.0: Some cherry-picking from GIR generated bindingRico Tzschichholz2019-09-221-31/+47
* valadoc: Explicitly pass --pkg libgvcRico Tzschichholz2019-09-221-0/+1
* Revert "libvaladoc: Include valadoc@PACKAGE_SUFFIX@.deps into tarball"Rico Tzschichholz2019-09-221-1/+3
* glib-2.0: DateTime.from_iso8601() can take a null TimeZoneArnaud Bonatti2019-09-181-1/+1
* libvaladoc: Include valadoc@PACKAGE_SUFFIX@.deps into tarballRico Tzschichholz2019-09-171-3/+1
* sqlite3: Fix use of possibly unassigned parameter `errmsg'Rico Tzschichholz2019-09-161-0/+4
* Release 0.46.10.46.1Rico Tzschichholz2019-09-165-4/+17
* gio-unix-2.0: Add UnixMountEntry.get_root_path() since 2.60Rico Tzschichholz2019-09-154-0/+11
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2019-09-152-2/+2
* gtk4: Update to 3.96.0+97231ca2Rico Tzschichholz2019-09-153-24/+100
* gtk+-3.0: Fix ownership mismatch of ColorButton.rgba property-accessorRico Tzschichholz2019-09-152-4/+6
* vala: Run FlowAnalyzer on all given source-filesRico Tzschichholz2019-09-141-6/+3
* vapi: Update GIR-based bindingsRico Tzschichholz2019-09-093-2/+34
* valadoc: Explicitly pass --pkg libvala@PACKAGE_SUFFIX@ as for doclets/testsRico Tzschichholz2019-09-091-1/+1
* Release 0.46.00.46.0Rico Tzschichholz2019-09-055-4/+37
* vala: Reject unary operations on nullable integer/floating and boolean typeRico Tzschichholz2019-09-041-3/+3
* libvaladoc: Don't traverse into close circles with parentRico Tzschichholz2019-09-043-1/+11
* vala: Exclude nullable simple-type structs from gobject-property supportRico Tzschichholz2019-09-033-1/+8
* tests: Add regression test for genie struct constructionJeremy Philippe2019-09-032-0/+10
* genie: Creation methods should not be staticRico Tzschichholz2019-09-032-3/+1
* json-glib-1.0: Change abstract methods of Serializable to virtualRico Tzschichholz2019-09-022-18/+14
* Add boolean CodeContext.keep_going and corresponding compiler optionRico Tzschichholz2019-09-023-2/+13
* codegen: Don't unconditionally add/return internal "result" variableRico Tzschichholz2019-09-021-13/+8
* codegen: Don't cause double-free due append_local_free() in uncaught-errorsRico Tzschichholz2019-09-021-3/+7
* codegen: Don't append unreachable clean-up section of BlockRico Tzschichholz2019-09-021-3/+9
* glib-2.0: Add missing "DestroysInstance" attributes to Mutex/Locker APIJeremy Philippe2019-09-021-4/+7
* glib-2.0: Fix MutexLocker bindingJeremy Philippe2019-09-021-2/+4
* glib-2.0: Use 'GStatBuf' as ctype for 'Stat'Jeremy Philippe2019-09-021-1/+1
* codewriter: Write "weak" modifier for propertiesJeremy Philippe2019-09-023-3/+15