]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
15 years agogirparser: Do not add Object prerequisite before symbol resolution
Luca Bruno [Tue, 24 Aug 2010 11:02:57 +0000 (13:02 +0200)] 
girparser: Do not add Object prerequisite before symbol resolution

15 years agogirparser: Use array_length_pos argument for parameters
Luca Bruno [Sun, 29 Aug 2010 13:47:15 +0000 (15:47 +0200)] 
girparser: Use array_length_pos argument for parameters

15 years agogirparser: Use string.replace instead of string.joinv
Luca Bruno [Sun, 29 Aug 2010 13:46:03 +0000 (15:46 +0200)] 
girparser: Use string.replace instead of string.joinv

15 years agogirparser: Fix Strv properties
Luca Bruno [Sun, 29 Aug 2010 13:42:42 +0000 (15:42 +0200)] 
girparser: Fix Strv properties

15 years agogirparser: Add default argument for parameters
Luca Bruno [Sun, 29 Aug 2010 13:37:11 +0000 (15:37 +0200)] 
girparser: Add default argument for parameters

15 years agogirparser: Add out/ref arguments
Luca Bruno [Sun, 29 Aug 2010 13:35:12 +0000 (15:35 +0200)] 
girparser: Add out/ref arguments

15 years agogirparser: Don't add hidden symbols
Luca Bruno [Sun, 29 Aug 2010 13:28:42 +0000 (15:28 +0200)] 
girparser: Don't add hidden symbols

15 years agogirparser: Add symbol deprecation
Luca Bruno [Sun, 29 Aug 2010 13:20:55 +0000 (15:20 +0200)] 
girparser: Add symbol deprecation

15 years agogirparser: Support regex in name argument
Luca Bruno [Sun, 17 Oct 2010 19:58:21 +0000 (12:58 -0700)] 
girparser: Support regex in name argument

15 years agogirparser: Report unused metadata information
Luca Bruno [Sun, 29 Aug 2010 13:11:02 +0000 (15:11 +0200)] 
girparser: Report unused metadata information

15 years agogirparser: Support symbol reparenting
Luca Bruno [Sun, 29 Aug 2010 13:07:49 +0000 (15:07 +0200)] 
girparser: Support symbol reparenting

15 years agogirparser: Support tweaking type and type arguments in the metadata
Luca Bruno [Sun, 31 Oct 2010 22:23:10 +0000 (15:23 -0700)] 
girparser: Support tweaking type and type arguments in the metadata

15 years agogirparser: Support a special metadata pattern for root namespace
Luca Bruno [Sun, 29 Aug 2010 12:46:35 +0000 (14:46 +0200)] 
girparser: Support a special metadata pattern for root namespace

15 years agogirparser: Add metadata stack while parsing the gir, generalize merging
Luca Bruno [Sun, 31 Oct 2010 22:16:32 +0000 (15:16 -0700)] 
girparser: Add metadata stack while parsing the gir, generalize merging

15 years agogirparser: Autoreparent static methods to the best-matching symbol
Luca Bruno [Sun, 31 Oct 2010 22:09:24 +0000 (15:09 -0700)] 
girparser: Autoreparent static methods to the best-matching symbol

15 years agogirparser: Postprocess aliases
Luca Bruno [Sun, 17 Oct 2010 07:04:50 +0000 (00:04 -0700)] 
girparser: Postprocess aliases

15 years agogirparser: Skip creating structs for *Class and *Iface
Luca Bruno [Tue, 24 Aug 2010 08:52:05 +0000 (10:52 +0200)] 
girparser: Skip creating structs for *Class and *Iface

15 years agogirparser: Postprocess symbols
Luca Bruno [Mon, 1 Nov 2010 06:01:24 +0000 (23:01 -0700)] 
girparser: Postprocess symbols

15 years agogirparser: Add common parse_symbol_from_string method
Luca Bruno [Sun, 17 Oct 2010 06:45:14 +0000 (23:45 -0700)] 
girparser: Add common parse_symbol_from_string method

15 years agogirparser: Replace parse_metadata with MetadataParser
Luca Bruno [Sun, 29 Aug 2010 11:02:25 +0000 (13:02 +0200)] 
girparser: Replace parse_metadata with MetadataParser

15 years agovapigen: Add --disable-warnings and use --quiet to tune reports verbosity
Luca Bruno [Sun, 29 Aug 2010 08:57:24 +0000 (10:57 +0200)] 
vapigen: Add --disable-warnings and use --quiet to tune reports verbosity

15 years agogirparser: Generate default parameter names for callbacks
Luca Bruno [Sun, 31 Oct 2010 21:35:21 +0000 (14:35 -0700)] 
girparser: Generate default parameter names for callbacks

15 years agogirparser: Add missing source references to classes and structs
Luca Bruno [Sun, 17 Oct 2010 06:19:47 +0000 (23:19 -0700)] 
girparser: Add missing source references to classes and structs

15 years agogirparser: Parse included GIR files
Luca Bruno [Sun, 17 Oct 2010 05:46:36 +0000 (22:46 -0700)] 
girparser: Parse included GIR files

15 years agogirparser: Stop parsing if the context already has the provided package
Luca Bruno [Sun, 17 Oct 2010 05:36:36 +0000 (22:36 -0700)] 
girparser: Stop parsing if the context already has the provided package

15 years agovapigen: Remove misleading --metadata, each .gir must have its own .metadata.
Luca Bruno [Mon, 23 Aug 2010 18:20:25 +0000 (20:20 +0200)] 
vapigen: Remove misleading --metadata, each .gir must have its own .metadata.

Fixes bug 624278.

15 years agovapigen: Honor --directory option as output directory
Luca Bruno [Sun, 17 Oct 2010 05:13:53 +0000 (22:13 -0700)] 
vapigen: Honor --directory option as output directory

15 years agovapigen: Remove obsolete code for handling omitted --library option
Luca Bruno [Sun, 17 Oct 2010 05:07:37 +0000 (22:07 -0700)] 
vapigen: Remove obsolete code for handling omitted --library option

15 years agoGenie: Fix lists and dicts with libgee 0.7
Alban Browaeys [Mon, 8 Nov 2010 08:18:31 +0000 (09:18 +0100)] 
Genie: Fix lists and dicts with libgee 0.7

The delegate type used for equal and hash functions changed in
libgee 0.7. However, as libgee 0.5+ takes care of setting reasonable
default functions, simply removing the corresponding code from the
Genie parser fixes this incompatibility.

15 years agocodegen: Fix C code generated for out array arguments in async methods
Jürg Billeter [Mon, 8 Nov 2010 07:50:53 +0000 (08:50 +0100)] 
codegen: Fix C code generated for out array arguments in async methods

15 years agogtk+-3.0: Update to 2.91.3
Jürg Billeter [Sat, 6 Nov 2010 15:46:46 +0000 (16:46 +0100)] 
gtk+-3.0: Update to 2.91.3

15 years agogdk-pixbuf-2.0: Update to 2.22.1
Jürg Billeter [Sat, 6 Nov 2010 15:43:22 +0000 (16:43 +0100)] 
gdk-pixbuf-2.0: Update to 2.22.1

15 years agogio-2.0: Update to 2.27.2
Jürg Billeter [Sat, 6 Nov 2010 15:39:44 +0000 (16:39 +0100)] 
gio-2.0: Update to 2.27.2

15 years agolibsoup-2.4: use uint8[] instead of string for Buffer.data
Evan Nemerson [Thu, 4 Nov 2010 23:56:21 +0000 (16:56 -0700)] 
libsoup-2.4: use uint8[] instead of string for Buffer.data

15 years agogstreamer-0.10: fix GCallback casting in probe functions
Thijs Vermeir [Wed, 3 Nov 2010 17:17:38 +0000 (18:17 +0100)] 
gstreamer-0.10: fix GCallback casting in probe functions

15 years agogtk+-2.0, gtk+-3.0: mark Style.get_style_property value argument as out
Evan Nemerson [Wed, 3 Nov 2010 16:44:14 +0000 (09:44 -0700)] 
gtk+-2.0, gtk+-3.0: mark Style.get_style_property value argument as out

15 years agocodegen: Fix reserved identifiers in delegate parameters
Víctor Manuel Jáquez Leal [Wed, 3 Nov 2010 00:22:56 +0000 (01:22 +0100)] 
codegen: Fix reserved identifiers in delegate parameters

Fixes bug 633250.

15 years agoglib-2.0: make Func, ThreadFunc, HFunc, Thread, and ThreadPool generic
Evan Nemerson [Wed, 3 Nov 2010 05:42:54 +0000 (22:42 -0700)] 
glib-2.0: make Func, ThreadFunc, HFunc, Thread, and ThreadPool generic

15 years agosqlite3: update to 3.7.2
Evan Nemerson [Wed, 3 Nov 2010 05:18:31 +0000 (22:18 -0700)] 
sqlite3: update to 3.7.2

15 years agogtk+-2.0, gtk+-3.0: fix CellRenderer.get_fixed_size arguments
Evan Nemerson [Tue, 2 Nov 2010 20:13:15 +0000 (13:13 -0700)] 
gtk+-2.0, gtk+-3.0: fix CellRenderer.get_fixed_size arguments

15 years agopango: fix ownership of AttrList.get_iterator return value
Evan Nemerson [Tue, 2 Nov 2010 18:46:05 +0000 (11:46 -0700)] 
pango: fix ownership of AttrList.get_iterator return value

15 years agopango: fix ownership of GlyphItem.split return value
Evan Nemerson [Tue, 2 Nov 2010 03:24:30 +0000 (20:24 -0700)] 
pango: fix ownership of GlyphItem.split return value

15 years agogio-2.0: make AppInfo.create_from_commandline.application_name nullable
Evan Nemerson [Mon, 1 Nov 2010 22:22:12 +0000 (15:22 -0700)] 
gio-2.0: make AppInfo.create_from_commandline.application_name nullable

15 years agoglib-2.0: add GTimeSpec binding
Evan Nemerson [Mon, 1 Nov 2010 09:10:34 +0000 (02:10 -0700)] 
glib-2.0: add GTimeSpec binding

15 years agoD-Bus: Fix typo in DBusConnection.get_proxy support for GDBus clients
Jürg Billeter [Sun, 31 Oct 2010 12:46:13 +0000 (13:46 +0100)] 
D-Bus: Fix typo in DBusConnection.get_proxy support for GDBus clients

15 years agogdk-pixbuf-2.0: fix several return types
Evan Nemerson [Sun, 31 Oct 2010 00:17:53 +0000 (17:17 -0700)] 
gdk-pixbuf-2.0: fix several return types

15 years agogio-2.0: Fix ownership of several callbacks
Evan Nemerson [Sat, 30 Oct 2010 17:44:49 +0000 (10:44 -0700)] 
gio-2.0: Fix ownership of several callbacks

15 years agogobject-2.0: Fix GEnumValue binding
Jürg Billeter [Fri, 29 Oct 2010 16:48:11 +0000 (18:48 +0200)] 
gobject-2.0: Fix GEnumValue binding

15 years agocodegen: Fix structs with array fields
Jürg Billeter [Fri, 29 Oct 2010 09:49:06 +0000 (11:49 +0200)] 
codegen: Fix structs with array fields

15 years agoAdd Subroutine class
Jürg Billeter [Fri, 29 Oct 2010 06:01:32 +0000 (08:01 +0200)] 
Add Subroutine class

15 years agoReplace SemanticAnalyzer with CodeContext in CodeNode.check parameter
Jürg Billeter [Thu, 28 Oct 2010 11:58:01 +0000 (13:58 +0200)] 
Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter

15 years agoAdd CodeContext.check method
Jürg Billeter [Thu, 28 Oct 2010 11:34:13 +0000 (13:34 +0200)] 
Add CodeContext.check method

15 years agoRename FormalParameter to Parameter
Jürg Billeter [Thu, 28 Oct 2010 11:07:01 +0000 (13:07 +0200)] 
Rename FormalParameter to Parameter

15 years agoAdd FlowAnalyzer.mark_unreachable
Jürg Billeter [Thu, 28 Oct 2010 14:10:47 +0000 (16:10 +0200)] 
Add FlowAnalyzer.mark_unreachable

15 years agocodegen: Add CodeGenerator.store_local
Jürg Billeter [Thu, 21 Oct 2010 11:51:41 +0000 (13:51 +0200)] 
codegen: Add CodeGenerator.store_local

15 years agocodegen: Add get_array_size_cvalue and set_array_size_cvalue
Jürg Billeter [Thu, 21 Oct 2010 14:39:45 +0000 (16:39 +0200)] 
codegen: Add get_array_size_cvalue and set_array_size_cvalue

15 years agocodegen: Add destroy_value function
Jürg Billeter [Thu, 21 Oct 2010 13:44:09 +0000 (15:44 +0200)] 
codegen: Add destroy_value function

15 years agocodegen: Add CodeGenerator.load_local
Jürg Billeter [Thu, 21 Oct 2010 11:17:09 +0000 (13:17 +0200)] 
codegen: Add CodeGenerator.load_local

15 years agocodegen: Add CodeGenerator.create_local method
Jürg Billeter [Thu, 21 Oct 2010 10:46:43 +0000 (12:46 +0200)] 
codegen: Add CodeGenerator.create_local method

15 years agogio-2.0: make Icon.new_for_string return value transfer ownership
Evan Nemerson [Tue, 26 Oct 2010 23:56:38 +0000 (16:56 -0700)] 
gio-2.0: make Icon.new_for_string return value transfer ownership

15 years agocodegen: Fix crash on delegates with varargs
Jürg Billeter [Tue, 26 Oct 2010 19:20:47 +0000 (21:20 +0200)] 
codegen: Fix crash on delegates with varargs

15 years agocodegen: Fix critical with delegate properties
Jürg Billeter [Tue, 26 Oct 2010 18:24:29 +0000 (20:24 +0200)] 
codegen: Fix critical with delegate properties

15 years agogio-2.0: Update GDBus bindings
Frederik 'playya' Sdun [Tue, 26 Oct 2010 16:54:46 +0000 (18:54 +0200)] 
gio-2.0: Update GDBus bindings

Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
15 years agocodegen: Fix support for g_boxed_copy
Jürg Billeter [Tue, 26 Oct 2010 15:39:11 +0000 (17:39 +0200)] 
codegen: Fix support for g_boxed_copy

15 years agoSupport use of generics in closures
Jürg Billeter [Mon, 25 Oct 2010 21:07:02 +0000 (23:07 +0200)] 
Support use of generics in closures

15 years agopango: Fix PangoGlyph and PangoGlyphString bindings
Jürg Billeter [Mon, 25 Oct 2010 19:05:19 +0000 (21:05 +0200)] 
pango: Fix PangoGlyph and PangoGlyphString bindings

15 years agoD-Bus: Support register_object with generic type in GDBus servers
Jürg Billeter [Mon, 25 Oct 2010 18:45:07 +0000 (20:45 +0200)] 
D-Bus: Support register_object with generic type in GDBus servers

15 years agoRelease 0.11.1 0.11.1
Jürg Billeter [Mon, 25 Oct 2010 14:44:12 +0000 (16:44 +0200)] 
Release 0.11.1

15 years agogtk+-3.0: Update to GTK+ master
Jürg Billeter [Mon, 25 Oct 2010 14:27:29 +0000 (16:27 +0200)] 
gtk+-3.0: Update to GTK+ master

15 years agovapigen: Support type_name attribute for signal return types
Jürg Billeter [Mon, 25 Oct 2010 14:12:42 +0000 (16:12 +0200)] 
vapigen: Support type_name attribute for signal return types

15 years agogio-2.0: Update to GLib master
Jürg Billeter [Mon, 25 Oct 2010 13:46:35 +0000 (15:46 +0200)] 
gio-2.0: Update to GLib master

15 years agovapigen: Support hidden attribute for signal parameters
Jürg Billeter [Mon, 25 Oct 2010 13:30:36 +0000 (15:30 +0200)] 
vapigen: Support hidden attribute for signal parameters

15 years agoFix use of uninitialized variable in static constructors
Jürg Billeter [Mon, 25 Oct 2010 13:12:50 +0000 (15:12 +0200)] 
Fix use of uninitialized variable in static constructors

Fixes bug 633013.

15 years agopango: Fix PangoAnalysis binding
Jürg Billeter [Mon, 25 Oct 2010 12:28:31 +0000 (14:28 +0200)] 
pango: Fix PangoAnalysis binding

15 years agogio-2.0: Various error type fixes
Jürg Billeter [Mon, 25 Oct 2010 12:14:28 +0000 (14:14 +0200)] 
gio-2.0: Various error type fixes

15 years agogio-2.0: Fix g_data_input_stream_read_upto binding
Jürg Billeter [Mon, 25 Oct 2010 12:10:42 +0000 (14:10 +0200)] 
gio-2.0: Fix g_data_input_stream_read_upto binding

15 years agogio-2.0: Fix metadata file
Jürg Billeter [Mon, 25 Oct 2010 11:59:27 +0000 (13:59 +0200)] 
gio-2.0: Fix metadata file

15 years agoGVariant: Fix C warning in array serialization
Jürg Billeter [Mon, 25 Oct 2010 08:28:29 +0000 (10:28 +0200)] 
GVariant: Fix C warning in array serialization

15 years agoD-Bus: Fix C warnings when using file descriptor passing with GDBus
Jürg Billeter [Mon, 25 Oct 2010 08:20:11 +0000 (10:20 +0200)] 
D-Bus: Fix C warnings when using file descriptor passing with GDBus

15 years agoD-Bus: Fix C warnings in GDBus clients
Jürg Billeter [Mon, 25 Oct 2010 08:11:32 +0000 (10:11 +0200)] 
D-Bus: Fix C warnings in GDBus clients

15 years agogio-2.0: Fix g_memory_output_stream_new binding
Jürg Billeter [Mon, 25 Oct 2010 08:06:06 +0000 (10:06 +0200)] 
gio-2.0: Fix g_memory_output_stream_new binding

15 years agoGenie: Report error on print expressions with uneven parentheses
Jürg Billeter [Sun, 24 Oct 2010 11:24:28 +0000 (13:24 +0200)] 
Genie: Report error on print expressions with uneven parentheses

15 years agoGenie: Fix out of bounds access in scanner
Jürg Billeter [Sun, 24 Oct 2010 11:24:01 +0000 (13:24 +0200)] 
Genie: Fix out of bounds access in scanner

15 years agopango: mark several arguments as out
Evan Nemerson [Sat, 23 Oct 2010 23:50:32 +0000 (16:50 -0700)] 
pango: mark several arguments as out

15 years agoD-Bus: Update file descriptor passing test to binding changes
Jürg Billeter [Sat, 23 Oct 2010 19:53:34 +0000 (21:53 +0200)] 
D-Bus: Update file descriptor passing test to binding changes

15 years agoD-Bus: Fix crash on interfaces without methods in GDBus servers
Jürg Billeter [Sat, 23 Oct 2010 19:51:13 +0000 (21:51 +0200)] 
D-Bus: Fix crash on interfaces without methods in GDBus servers

15 years agoRemove unused ObjectCreationExpression.constructor property
Jürg Billeter [Sat, 23 Oct 2010 16:10:14 +0000 (18:10 +0200)] 
Remove unused ObjectCreationExpression.constructor property

15 years agoD-Bus: Ignore non-abstract methods in interfaces of GDBus clients
Jürg Billeter [Fri, 22 Oct 2010 13:01:42 +0000 (15:01 +0200)] 
D-Bus: Ignore non-abstract methods in interfaces of GDBus clients

15 years agoD-Bus: Require gio-unix only when using file descriptor passing
Jürg Billeter [Fri, 22 Oct 2010 11:06:25 +0000 (13:06 +0200)] 
D-Bus: Require gio-unix only when using file descriptor passing

15 years agoD-Bus: Register error domains before calls in GDBus clients
Jürg Billeter [Fri, 22 Oct 2010 10:46:24 +0000 (12:46 +0200)] 
D-Bus: Register error domains before calls in GDBus clients

Error domains need to be registered with GDBus to support error
type mapping.

15 years agoD-Bus: Support Cancellable parameter in GDBus clients
Jürg Billeter [Wed, 20 Oct 2010 14:51:11 +0000 (16:51 +0200)] 
D-Bus: Support Cancellable parameter in GDBus clients

15 years agoD-Bus: Add test for file descriptor passing
Jürg Billeter [Mon, 18 Oct 2010 10:00:39 +0000 (12:00 +0200)] 
D-Bus: Add test for file descriptor passing

15 years agoD-Bus: Add support for receiving file descriptors with GDBus
Jürg Billeter [Mon, 18 Oct 2010 15:59:09 +0000 (17:59 +0200)] 
D-Bus: Add support for receiving file descriptors with GDBus

15 years agoD-Bus: Add support for sending file descriptors with GDBus
Jürg Billeter [Mon, 18 Oct 2010 16:37:52 +0000 (18:37 +0200)] 
D-Bus: Add support for sending file descriptors with GDBus

15 years agoD-Bus: Use type signature 'h' for file descriptor passing with GDBus
Jürg Billeter [Mon, 18 Oct 2010 16:47:28 +0000 (18:47 +0200)] 
D-Bus: Use type signature 'h' for file descriptor passing with GDBus

Support UnixInputStream, UnixOutputStream, and Socket.

15 years agoD-Bus: Use lowlevel message API for methods in GDBus servers
Jürg Billeter [Tue, 19 Oct 2010 06:49:47 +0000 (08:49 +0200)] 
D-Bus: Use lowlevel message API for methods in GDBus servers

This will be required for file descriptor passing.

15 years agoD-Bus: Use builder API for interface_method_call in GDBus servers
Jürg Billeter [Tue, 19 Oct 2010 06:23:24 +0000 (08:23 +0200)] 
D-Bus: Use builder API for interface_method_call in GDBus servers

15 years agoD-Bus: Use proper source_object in callbacks of async calls with GDBus
Jürg Billeter [Fri, 22 Oct 2010 09:52:28 +0000 (11:52 +0200)] 
D-Bus: Use proper source_object in callbacks of async calls with GDBus

15 years agoD-Bus: Use lowlevel message API for method calls in GDBus clients
Jürg Billeter [Mon, 18 Oct 2010 12:44:42 +0000 (14:44 +0200)] 
D-Bus: Use lowlevel message API for method calls in GDBus clients

This will be required for file descriptor passing.

15 years agocodegen: Support null elements in GenericArray
Jürg Billeter [Fri, 22 Oct 2010 11:26:54 +0000 (13:26 +0200)] 
codegen: Support null elements in GenericArray