Commit graph

4 commits

Author SHA1 Message Date
prlw1
8b085ce5ed Update vala to 0.26.1
The hope is that backward compatibility will be sufficient for us
not to need to import every new stable version as a separate package.

Changes since vala024 was imported:

Vala 0.26.0
===========

 * Bug fix and binding updates.

Vala 0.25.4
===========

 * Add option --vapi-comments.
 * Bug fixes and binding updates.

Vala 0.25.3
===========

 * Bug fixes and binding updates.

Vala 0.25.2
===========

 * Require and target GLib >= 2.24.
 * Report warning for private struct fields.
 * Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
 * Always build vapigen.
 * Bug fixes and binding updates.

Vala 0.25.1
===========

 * Support explicit interface method implementation.
 * Support (unowned type)[] syntax.
 * Support non-literal length in fixed-size arrays.
 * Mark regular expression literals as stable.
 * GIR parser updates.
 * Add webkit2gtk-3.0 bindings.
 * Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
 * Bug fixes and binding updates.
2014-11-01 10:25:20 +00:00
wiz
0e2bcd5704 Mention in COMMENT and DESCR which branch the package provides.
Suggested by Bug Hunting.
2012-04-08 17:13:01 +00:00
wiz
cfcbeced18 Update / sync a bit with the `README' file from Vala's sources.
From patch by Bug Hunting.
2012-04-06 11:30:26 +00:00
ahoka
e30d318d8c Import vala-0.5.7 as lang/vala.
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code. It's also planned to generate GIDL files when gobject-
introspection is ready.
2009-03-05 21:56:29 +00:00