]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
8 years agoFix make check c0a23c28e964e41798a22fe2866508ad2b37110e
Rico Tzschichholz [Wed, 15 Feb 2017 12:09:36 +0000 (13:09 +0100)] 
Fix make check

8 years agotests: Fix build and update for API changes
Rico Tzschichholz [Tue, 14 Feb 2017 23:12:42 +0000 (00:12 +0100)] 
tests: Fix build and update for API changes

8 years agotests: Sync testrunner.sh Cflags from vala
Rico Tzschichholz [Tue, 14 Feb 2017 23:11:52 +0000 (00:11 +0100)] 
tests: Sync testrunner.sh Cflags from vala

8 years agoAnnotate methods with PrintfFormat where needed
Rico Tzschichholz [Tue, 14 Feb 2017 22:38:04 +0000 (23:38 +0100)] 
Annotate methods with PrintfFormat where needed

8 years agoconfigure.ac: Update project information
Rico Tzschichholz [Tue, 14 Feb 2017 21:59:09 +0000 (22:59 +0100)] 
configure.ac: Update project information

8 years agodoap: Update urls and add myself
Rico Tzschichholz [Tue, 14 Feb 2017 21:53:21 +0000 (22:53 +0100)] 
doap: Update urls and add myself

8 years agodriver/0.36.x: Follow libvala API change
Rico Tzschichholz [Fri, 11 Nov 2016 20:12:57 +0000 (21:12 +0100)] 
driver/0.36.x: Follow libvala API change

8 years agovaladoc: Call setlocale in main function
Ting-Wei Lan [Mon, 11 Jan 2016 06:43:27 +0000 (14:43 +0800)] 
valadoc: Call setlocale in main function

It is required to correctly show translated messages on some locales.

https://bugzilla.gnome.org/show_bug.cgi?id=760435

8 years agoFix typo in Run.Style enum
Ben Iofel [Sat, 8 Oct 2016 21:29:24 +0000 (17:29 -0400)] 
Fix typo in Run.Style enum

8 years agoFix non-matching generic types of inferface implementations
Rico Tzschichholz [Fri, 30 Sep 2016 13:38:59 +0000 (15:38 +0200)] 
Fix non-matching generic types of inferface implementations

8 years agoBump version to 0.35.0
Rico Tzschichholz [Fri, 30 Sep 2016 05:07:52 +0000 (07:07 +0200)] 
Bump version to 0.35.0

8 years agoFix 'static const' warnings with vala 0.33.1
Rico Tzschichholz [Fri, 30 Sep 2016 05:04:17 +0000 (07:04 +0200)] 
Fix 'static const' warnings with vala 0.33.1

8 years agodriver: Add support for vala-0.36
Rico Tzschichholz [Fri, 30 Sep 2016 05:00:42 +0000 (07:00 +0200)] 
driver: Add support for vala-0.36

9 years agodriver: Add support for vala-0.34
Rico Tzschichholz [Wed, 18 May 2016 08:42:45 +0000 (10:42 +0200)] 
driver: Add support for vala-0.34

9 years agoFile Helper: Copy directories recursively
Ben Iofel [Wed, 30 Mar 2016 21:58:57 +0000 (17:58 -0400)] 
File Helper: Copy directories recursively

9 years agohtml: Allow to change +/- icons in CSS
Florian Brosch [Sat, 16 Jan 2016 23:40:45 +0000 (00:40 +0100)] 
html: Allow to change +/- icons in CSS

9 years agohtml: Open external links in a new tab/window
Florian Brosch [Sat, 16 Jan 2016 12:54:46 +0000 (13:54 +0100)] 
html: Open external links in a new tab/window

9 years agoFix typo
Florian Brosch [Thu, 14 Jan 2016 10:09:31 +0000 (11:09 +0100)] 
Fix typo

9 years agolibvaladoc: Add highlighter for C, XML, Vala
Florian Brosch [Sun, 10 Jan 2016 20:16:44 +0000 (21:16 +0100)] 
libvaladoc: Add highlighter for C, XML, Vala

9 years agogtkdoc: Fix generated markup for source code blocks
Philip Withnall [Wed, 13 May 2015 16:47:04 +0000 (18:47 +0200)] 
gtkdoc: Fix generated markup for source code blocks

Just emitting <programlisting> doesn’t work, as gtk-doc will insert <para> tags in the middle of the code block, generating invalid markup.

Instead of trying to reinvent how gtk-doc does things, just emit the gtk-doc shorthand markup for a code block and let gtk-doc generate the markup.

https://bugzilla.gnome.org/show_bug.cgi?id=725194

9 years agocharts: Fix error handling if gvRenderData() returns an error
Philip Withnall [Wed, 13 May 2015 16:40:59 +0000 (18:40 +0200)] 
charts: Fix error handling if gvRenderData() returns an error

If libgvc was not built properly or is running against incorrectly versioned
plugins, gvRenderData() can fail and return a null string. Ensure libvaladoc
handles this correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=711590

9 years agolibvaladoc: Improve error message on failing to load a driver
Philip Withnall [Wed, 13 May 2015 16:35:00 +0000 (18:35 +0200)] 
libvaladoc: Improve error message on failing to load a driver

https://bugzilla.gnome.org/show_bug.cgi?id=711559

9 years agoAdd colored output
Florian Brosch [Wed, 13 May 2015 16:12:29 +0000 (18:12 +0200)] 
Add colored output

Use --no-color to disable colors
Use VALA_COLORS to change colors

E.g. VALA_COLORS = "error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01"

9 years agoAllow to link to named constructors directly
Florian Brosch [Tue, 12 May 2015 23:18:56 +0000 (01:18 +0200)] 
Allow to link to named constructors directly

Fixes bug #746062

9 years agoHide namespaces without visible members
Florian Brosch [Tue, 12 May 2015 22:30:22 +0000 (00:30 +0200)] 
Hide namespaces without visible members

Fixes bug #744950

9 years agoHTML doclet: don't write '-' with no description
Ben Iofel [Fri, 8 Jan 2016 22:54:52 +0000 (17:54 -0500)] 
HTML doclet: don't write '-' with no description

9 years agoMarkdown parser: fix method call on null
Ben Iofel [Tue, 5 Jan 2016 07:51:34 +0000 (02:51 -0500)] 
Markdown parser: fix method call on null

9 years agodriver: Add support for vala-0.32
Rico Tzschichholz [Fri, 27 Nov 2015 16:03:21 +0000 (17:03 +0100)] 
driver: Add support for vala-0.32

9 years agodriver: Drop support for vala-0.16/18
Rico Tzschichholz [Tue, 13 Oct 2015 12:06:15 +0000 (14:06 +0200)] 
driver: Drop support for vala-0.16/18

9 years agoBump version to 0.30.0
Rico Tzschichholz [Mon, 28 Sep 2015 11:20:08 +0000 (13:20 +0200)] 
Bump version to 0.30.0

10 years agodriver: Add support for vala-0.30
Rico Tzschichholz [Wed, 22 Apr 2015 18:36:34 +0000 (20:36 +0200)] 
driver: Add support for vala-0.30

10 years agodriver: Add support for vala-0.28
Rico Tzschichholz [Tue, 23 Sep 2014 11:55:31 +0000 (13:55 +0200)] 
driver: Add support for vala-0.28

10 years agoAdd support for unowned/weak array elements
Florian Brosch [Sat, 30 Aug 2014 20:35:52 +0000 (22:35 +0200)] 
Add support for unowned/weak array elements

10 years agodrivers: Mark arrays as unowned instead of weak
Florian Brosch [Sat, 30 Aug 2014 20:34:56 +0000 (22:34 +0200)] 
drivers: Mark arrays as unowned instead of weak

10 years agoctypresolver: signals: register default implementations
Florian Brosch [Sat, 30 Aug 2014 17:07:46 +0000 (19:07 +0200)] 
ctypresolver: signals: register default implementations

10 years agosignals: collect default implementations
Florian Brosch [Sat, 30 Aug 2014 16:16:12 +0000 (18:16 +0200)] 
signals: collect default implementations

10 years agoembedded: Fix check() for relative paths
Florian Brosch [Fri, 29 Aug 2014 12:58:08 +0000 (14:58 +0200)] 
embedded: Fix check() for relative paths

10 years agodoap++
Florian Brosch [Wed, 27 Aug 2014 16:47:12 +0000 (18:47 +0200)] 
doap++

11 years agogir-importer: docbook: process all <doc-* tags
Florian Brosch [Tue, 26 Aug 2014 01:46:09 +0000 (03:46 +0200)] 
gir-importer: docbook: process all <doc-* tags

11 years agogir: ignore type struct docs
Florian Brosch [Tue, 26 Aug 2014 00:48:28 +0000 (02:48 +0200)] 
gir: ignore type struct docs

11 years agogirmetadata: allow to override <ONLINE>
Florian Brosch [Tue, 26 Aug 2014 00:03:43 +0000 (02:03 +0200)] 
girmetadata: allow to override <ONLINE>

11 years agogir-importer: docbook: resolve internal links
Florian Brosch [Mon, 25 Aug 2014 23:45:24 +0000 (01:45 +0200)] 
gir-importer: docbook: resolve internal links

11 years agogir-importer: markdown: resolve internal links
Florian Brosch [Mon, 25 Aug 2014 19:58:09 +0000 (21:58 +0200)] 
gir-importer: markdown: resolve internal links

11 years agoAllow to inherit from imported docs
Florian Brosch [Sat, 23 Aug 2014 18:09:08 +0000 (20:09 +0200)] 
Allow to inherit from imported docs

11 years agohtml: add <meta charset="UTF-8"/>
Florian Brosch [Sat, 23 Aug 2014 05:57:02 +0000 (07:57 +0200)] 
html: add <meta charset="UTF-8"/>

11 years agogir-importer: skip <union> elements without ctype-attributes
Florian Brosch [Sat, 23 Aug 2014 04:21:11 +0000 (06:21 +0200)] 
gir-importer: skip <union> elements without ctype-attributes

11 years agoSplit process-comments into parse and check runs
Florian Brosch [Sat, 23 Aug 2014 02:26:59 +0000 (04:26 +0200)] 
Split process-comments into parse and check runs

11 years agoctyperesolver, virtual signals: register function pointer names
Florian Brosch [Thu, 21 Aug 2014 00:59:13 +0000 (02:59 +0200)] 
ctyperesolver, virtual signals: register function pointer names

11 years agodocbook: improve implicit parameter handling
Florian Brosch [Wed, 20 Aug 2014 23:01:17 +0000 (01:01 +0200)] 
docbook: improve implicit parameter handling

11 years agoImprove handling for c::this
Florian Brosch [Wed, 20 Aug 2014 19:02:23 +0000 (21:02 +0200)] 
Improve handling for c::this

11 years agodocbook-parser: Accept symbols with trailing 's'
Florian Brosch [Wed, 20 Aug 2014 01:15:27 +0000 (03:15 +0200)] 
docbook-parser: Accept symbols with trailing 's'

11 years agoImprove CTypeResolver for virtual/abstract methods
Florian Brosch [Wed, 20 Aug 2014 00:31:00 +0000 (02:31 +0200)] 
Improve CTypeResolver for virtual/abstract methods

11 years agogir-importer: add support for markdown
Florian Brosch [Tue, 19 Aug 2014 22:36:16 +0000 (00:36 +0200)] 
gir-importer: add support for markdown

11 years agodriver/0.26.x: Follow API change and require valac >= 0.25.2
Rico Tzschichholz [Mon, 25 Aug 2014 22:00:17 +0000 (00:00 +0200)] 
driver/0.26.x: Follow API change and require valac >= 0.25.2

11 years agodriver/0.24.x: Drop support for unstable valac <= 0.23.1
Rico Tzschichholz [Sun, 24 Aug 2014 11:27:56 +0000 (13:27 +0200)] 
driver/0.24.x: Drop support for unstable valac <= 0.23.1

11 years agoMake PropertyAccessorType a flag to correctly handle its possible states
Rico Tzschichholz [Tue, 25 Mar 2014 20:31:18 +0000 (21:31 +0100)] 
Make PropertyAccessorType a flag to correctly handle its possible states

11 years agodriver: Add support for vala-0.26
Rico Tzschichholz [Tue, 25 Mar 2014 20:01:24 +0000 (21:01 +0100)] 
driver: Add support for vala-0.26

11 years agolibvaladoc/api: Correctly handle construct-only properties
Rico Tzschichholz [Tue, 11 Feb 2014 17:07:26 +0000 (18:07 +0100)] 
libvaladoc/api: Correctly handle construct-only properties

11 years agobuild: Bump valac requirement to 0.15.1 to match minimal driver support
Rico Tzschichholz [Sat, 18 Jan 2014 13:43:03 +0000 (14:43 +0100)] 
build: Bump valac requirement to 0.15.1 to match minimal driver support

11 years agoUse POSIX redirect, for portability.
Koop Mast [Sat, 18 Jan 2014 13:26:32 +0000 (14:26 +0100)] 
Use POSIX redirect, for portability.

This fixes: "Syntax error: Bad fd number". on POSIX sh.

https://bugzilla.gnome.org/show_bug.cgi?id=722486

11 years agodriver/0.24.x: Don't overwrite VALAFLAGS
Rico Tzschichholz [Sat, 18 Jan 2014 08:46:41 +0000 (09:46 +0100)] 
driver/0.24.x: Don't overwrite VALAFLAGS

11 years agobuild: Don't rely on bashism and use $(shell ...)
Rico Tzschichholz [Sat, 18 Jan 2014 08:44:36 +0000 (09:44 +0100)] 
build: Don't rely on bashism and use $(shell ...)

11 years agodrivers: Drop compatibility for older unstable valac releases
Rico Tzschichholz [Fri, 17 Jan 2014 17:55:34 +0000 (18:55 +0100)] 
drivers: Drop compatibility for older unstable valac releases

11 years agobuild: Add missing condition for valac <= 0.23.1 driver builds
Rico Tzschichholz [Fri, 17 Jan 2014 17:24:25 +0000 (18:24 +0100)] 
build: Add missing condition for valac <= 0.23.1 driver builds

11 years agodriver: Drop support for vala-0.14
Rico Tzschichholz [Fri, 17 Jan 2014 16:43:21 +0000 (17:43 +0100)] 
driver: Drop support for vala-0.14

11 years agoBump version to 0.23.2
Rico Tzschichholz [Thu, 16 Jan 2014 19:15:45 +0000 (20:15 +0100)] 
Bump version to 0.23.2

11 years agodoclet/html: Rename source folder match the doclet
Rico Tzschichholz [Thu, 16 Jan 2014 19:13:57 +0000 (20:13 +0100)] 
doclet/html: Rename source folder match the doclet

11 years agodriver/0.24.x: Fix build with valac 0.23.1+ git master
Rico Tzschichholz [Thu, 16 Jan 2014 19:02:14 +0000 (20:02 +0100)] 
driver/0.24.x: Fix build with valac 0.23.1+ git master

11 years agobuild: Follow VALA_FLAGS renaming
Rico Tzschichholz [Thu, 16 Jan 2014 19:01:30 +0000 (20:01 +0100)] 
build: Follow VALA_FLAGS renaming

11 years agobuild: Avoid shipping generated c-code in tarball
Rico Tzschichholz [Thu, 16 Jan 2014 18:36:56 +0000 (19:36 +0100)] 
build: Avoid shipping generated c-code in tarball

Also clean up and refactor Makefiles on the way.

11 years agobuild: Enable maintainer-mode by default
Rico Tzschichholz [Thu, 16 Jan 2014 18:34:27 +0000 (19:34 +0100)] 
build: Enable maintainer-mode by default

11 years agobuild: Regenerate c-code on build-system changes
Rico Tzschichholz [Mon, 23 Dec 2013 17:17:34 +0000 (18:17 +0100)] 
build: Regenerate c-code on build-system changes

11 years agobuild: More use of $(top_builddir)
Rico Tzschichholz [Mon, 23 Dec 2013 16:34:13 +0000 (17:34 +0100)] 
build: More use of $(top_builddir)

11 years agobuild: Clean up configure.ac and fix make (dist)check
Rico Tzschichholz [Mon, 23 Dec 2013 16:26:04 +0000 (17:26 +0100)] 
build: Clean up configure.ac and fix make (dist)check

11 years agobuild: Add missing cflags/libs references of libgvc
Rico Tzschichholz [Mon, 23 Dec 2013 12:58:28 +0000 (13:58 +0100)] 
build: Add missing cflags/libs references of libgvc

11 years agobuild: Fix a typo in a variable name in configure.ac
Philip Withnall [Thu, 7 Nov 2013 09:48:24 +0000 (09:48 +0000)] 
build: Fix a typo in a variable name in configure.ac

https://bugzilla.gnome.org/show_bug.cgi?id=711590

11 years agodriver: Add matching VALA_0_XX defines to every driver
Rico Tzschichholz [Thu, 7 Nov 2013 10:59:13 +0000 (11:59 +0100)] 
driver: Add matching VALA_0_XX defines to every driver

This is needed to properly handle conditional sources and avoid
parsing failures.

11 years agodriver: Add support for vala-0.24
Rico Tzschichholz [Wed, 30 Oct 2013 16:12:23 +0000 (17:12 +0100)] 
driver: Add support for vala-0.24

11 years agodevhelp: Generate better keywords
Florian Brosch [Mon, 23 Sep 2013 22:59:37 +0000 (00:59 +0200)] 
devhelp: Generate better keywords

11 years agodevhelp: Add missing keywords
Florian Brosch [Mon, 23 Sep 2013 22:52:12 +0000 (00:52 +0200)] 
devhelp: Add missing keywords

11 years agoAdd a modified libgvc-vapi
Richard Schwarting [Mon, 16 Sep 2013 22:10:54 +0000 (00:10 +0200)] 
Add a modified libgvc-vapi

Contains the new CGraph API

11 years agobasic doclet: Add "wiki-index-name"
Florian Brosch [Sun, 15 Sep 2013 20:43:55 +0000 (22:43 +0200)] 
basic doclet: Add "wiki-index-name"

Used by valadoc.org

11 years agoAdd support for cgraphs
Florian Brosch [Tue, 10 Sep 2013 22:43:43 +0000 (00:43 +0200)] 
Add support for cgraphs

Based on patch by Richard Schwarting

Fixes bug 703688.

12 years agoImporter: Resolve c::*_finish methods
Florian Brosch [Tue, 27 Aug 2013 15:10:35 +0000 (17:10 +0200)] 
Importer: Resolve c::*_finish methods

12 years agogir-importer: Ignore <annotation> tags
Florian Brosch [Tue, 27 Aug 2013 12:40:44 +0000 (14:40 +0200)] 
gir-importer: Ignore <annotation> tags

12 years agodoclets/htm: Properly use Valadoc.Html namespace
Rico Tzschichholz [Sat, 15 Jun 2013 14:31:20 +0000 (16:31 +0200)] 
doclets/htm: Properly use Valadoc.Html namespace

12 years agoFix warnings accessing static members
Rico Tzschichholz [Sat, 15 Jun 2013 14:28:20 +0000 (16:28 +0200)] 
Fix warnings accessing static members

12 years agolibvaladoc: Fix deprecation warning
Rico Tzschichholz [Fri, 14 Jun 2013 06:50:50 +0000 (08:50 +0200)] 
libvaladoc: Fix deprecation warning

12 years agoFix deprecation warnings of gee-0.8
Rico Tzschichholz [Fri, 14 Jun 2013 06:48:28 +0000 (08:48 +0200)] 
Fix deprecation warnings of gee-0.8

12 years agodriver: Add support for vala-0.22
Rico Tzschichholz [Fri, 14 Jun 2013 06:31:11 +0000 (08:31 +0200)] 
driver: Add support for vala-0.22

12 years agogir-importer: Add support for <instance-parameter>
Florian Brosch [Tue, 19 Mar 2013 20:49:46 +0000 (21:49 +0100)] 
gir-importer: Add support for <instance-parameter>

12 years agocoding style changes
Florian Brosch [Thu, 7 Feb 2013 20:42:03 +0000 (21:42 +0100)] 
coding style changes

12 years agogtkdoc: Document implicit struct functions
Florian Brosch [Thu, 7 Feb 2013 18:41:17 +0000 (19:41 +0100)] 
gtkdoc: Document implicit struct functions

12 years agolibvaladoc: Add Struct.copy_function_cname, Struct.destroy_function_cname
Florian Brosch [Thu, 7 Feb 2013 18:13:11 +0000 (19:13 +0100)] 
libvaladoc: Add Struct.copy_function_cname, Struct.destroy_function_cname

12 years agogtkdoc: Avoid warnings for undocumented parameters
Florian Brosch [Thu, 7 Feb 2013 05:43:31 +0000 (06:43 +0100)] 
gtkdoc: Avoid warnings for undocumented parameters

12 years agogtkdoc: Improve docs for generics
Florian Brosch [Thu, 7 Feb 2013 04:17:30 +0000 (05:17 +0100)] 
gtkdoc: Improve docs for generics

12 years ago0.20.x: Add support for [GenericAccessors]
Florian Brosch [Thu, 7 Feb 2013 01:13:15 +0000 (02:13 +0100)] 
0.20.x: Add support for [GenericAccessors]

12 years ago0.18.x: Add support for [GenericAccessors]
Florian Brosch [Thu, 7 Feb 2013 01:12:29 +0000 (02:12 +0100)] 
0.18.x: Add support for [GenericAccessors]

12 years ago0.14.x: Fix TypeParameter.base
Florian Brosch [Wed, 6 Feb 2013 23:30:06 +0000 (00:30 +0100)] 
0.14.x: Fix TypeParameter.base

12 years ago0.16.x: Fix TypeParameter.base
Florian Brosch [Wed, 6 Feb 2013 23:29:03 +0000 (00:29 +0100)] 
0.16.x: Fix TypeParameter.base