Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version suffix to 0.48 | Rico Tzschichholz | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | valadoc: Install icons and doclets to API dependent folders | Mart Raudsepp | 2019-08-04 | 1 | -0/+2 |
| | | | | This allows to co-install different valadoc versions as for the compiler. | ||||
* | codegen: Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfaces | Rico Tzschichholz | 2019-07-22 | 1 | -0/+1 |
| | | | | | Avoids "comparison of distinct pointer types lacks a cast" warning for such cases. | ||||
* | tests: Add "fast-vapi" test to increase coverage | Rico Tzschichholz | 2019-04-18 | 1 | -0/+1 |
| | |||||
* | build: Require --with-cgraph configure flag when cross-compiling | Rico Tzschichholz | 2019-04-02 | 1 | -0/+12 |
| | | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/775 | ||||
* | Require and target GLib >= 2.48 | Rico Tzschichholz | 2019-03-17 | 1 | -1/+1 |
| | | | | | | | The next stable release of vala will happen 3.5 years after the release of GLib 2.48.0. Fixes https://gitlab.gnome.org/GNOME/vala/issues/671 | ||||
* | Bump version suffix to 0.46 | Rico Tzschichholz | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | build: Fix typo in --enable-debug check | Rico Tzschichholz | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | build: Add --enable-debug configure option | Rico Tzschichholz | 2018-11-22 | 1 | -0/+6 |
| | |||||
* | testrunner: Add -Werror=strict-prototypes | Rico Tzschichholz | 2018-11-19 | 1 | -0/+1 |
| | |||||
* | testrunner: Add -Werror=missing-prototypes | Rico Tzschichholz | 2018-11-05 | 1 | -0/+1 |
| | |||||
* | testrunner: Check if compiler flags are supported before using them | Rico Tzschichholz | 2018-11-03 | 1 | -0/+29 |
| | | | | Use AX_CHECK_COMPILE_FLAG to collect TEST_CFLAGS in configure. | ||||
* | build: Allow disabling the build of valadoc | Rico Tzschichholz | 2018-10-08 | 1 | -28/+31 |
| | | | | | | Allow disabling build of valadoc with configure option --disable-valadoc Fixes https://gitlab.gnome.org/GNOME/vala/issues/596 | ||||
* | Bump version suffix | Rico Tzschichholz | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | build: Correctly quote square brackets in regular expression | Abderrahim Kitouni | 2018-08-13 | 1 | -3/+3 |
| | | | | | Square brackets are quotation characters in autoconf, and need to be further quoted to appear in the resulting script. | ||||
* | vala: Add consts/methods to retrieve and check library version | Rico Tzschichholz | 2018-08-09 | 1 | -0/+7 |
| | | | | https://gitlab.gnome.org/GNOME/vala/issues/304 | ||||
* | tests: Add "gtktemplate" test to increase coverage | Rico Tzschichholz | 2018-08-01 | 1 | -0/+1 |
| | |||||
* | tests: Add "girwriter" test to increase coverage | Rico Tzschichholz | 2018-08-01 | 1 | -0/+1 |
| | | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/158 | ||||
* | Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues | Rico Tzschichholz | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Bump version suffix | Rico Tzschichholz | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | tests: Add linux-specific test for feature test macros | Rico Tzschichholz | 2018-02-20 | 1 | -0/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=793444 | ||||
* | build: Bump bootstrap requirement to 0.39.6 for --abi-stability build flag | Rico Tzschichholz | 2018-01-20 | 1 | -2/+2 |
| | |||||
* | codegen: Install as private library for sharing between internal components | Rico Tzschichholz | 2017-11-19 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=788837 | ||||
* | Bump version suffix | Rico Tzschichholz | 2017-09-11 | 1 | -1/+1 |
| | |||||
* | Merge valadoc 0.36.0 | Rico Tzschichholz | 2017-06-27 | 1 | -2/+44 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consider valadoc a part of vala's toolchain and therefore let it live in the main repository. With this merge there is no need to maintain multiple driver sources since only one is required from now on. There is no dependency on gee-0.8 and vala's internal gee copy has made to be sufficient. The libvaladoc library will be suffixed with vala's version suffix too. Besides this renaming the rest of the valadoc file layout is kept the same. https://bugzilla.gnome.org/show_bug.cgi?id=782782 | ||||
| * | Prepare valadoc source-tree for merge | Rico Tzschichholz | 2017-06-27 | 1 | -143/+0 |
| | | |||||
| * | Release 0.36.0 | Rico Tzschichholz | 2017-03-21 | 1 | -1/+1 |
| | | |||||
| * | doc: Generate and update manpages | Rico Tzschichholz | 2017-03-21 | 1 | -0/+3 |
| | | |||||
| * | Require gee-0.8 >= 0.19.91 | Rico Tzschichholz | 2017-03-13 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=774653 | ||||
| * | Bump valac requirements | Rico Tzschichholz | 2017-02-15 | 1 | -8/+8 |
| | | |||||
| * | configure.ac: Update project information | Rico Tzschichholz | 2017-02-14 | 1 | -1/+4 |
| | | |||||
| * | Bump version to 0.35.0 | Rico Tzschichholz | 2016-09-30 | 1 | -1/+1 |
| | | |||||
| * | driver: Add support for vala-0.36 | Rico Tzschichholz | 2016-09-30 | 1 | -0/+4 |
| | | |||||
| * | driver: Add support for vala-0.34 | Rico Tzschichholz | 2016-05-18 | 1 | -0/+4 |
| | | |||||
| * | driver: Add support for vala-0.32 | Rico Tzschichholz | 2015-11-27 | 1 | -0/+4 |
| | | |||||
| * | driver: Drop support for vala-0.16/18 | Rico Tzschichholz | 2015-10-13 | 1 | -8/+0 |
| | | |||||
| * | Bump version to 0.30.0 | Rico Tzschichholz | 2015-09-28 | 1 | -1/+1 |
| | | |||||
| * | driver: Add support for vala-0.30 | Rico Tzschichholz | 2015-04-22 | 1 | -0/+4 |
| | | |||||
| * | driver: Add support for vala-0.28 | Rico Tzschichholz | 2014-09-23 | 1 | -0/+4 |
| | | |||||
| * | driver/0.26.x: Follow API change and require valac >= 0.25.2 | Rico Tzschichholz | 2014-08-26 | 1 | -1/+1 |
| | | |||||
| * | driver/0.24.x: Drop support for unstable valac <= 0.23.1 | Rico Tzschichholz | 2014-08-24 | 1 | -3/+0 |
| | | |||||
| * | driver: Add support for vala-0.26 | Rico Tzschichholz | 2014-03-25 | 1 | -0/+4 |
| | | |||||
| * | build: Bump valac requirement to 0.15.1 to match minimal driver support | Rico Tzschichholz | 2014-01-18 | 1 | -1/+1 |
| | | |||||
| * | drivers: Drop compatibility for older unstable valac releases | Rico Tzschichholz | 2014-01-17 | 1 | -9/+0 |
| | | |||||
| * | driver: Drop support for vala-0.14 | Rico Tzschichholz | 2014-01-17 | 1 | -10/+0 |
| | | |||||
| * | Bump version to 0.23.2 | Rico Tzschichholz | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | doclet/html: Rename source folder match the doclet | Rico Tzschichholz | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | driver/0.24.x: Fix build with valac 0.23.1+ git master | Rico Tzschichholz | 2014-01-16 | 1 | -1/+4 |
| | | |||||
| * | build: Enable maintainer-mode by default | Rico Tzschichholz | 2014-01-16 | 1 | -2/+1 |
| | | |||||
| * | build: Clean up configure.ac and fix make (dist)check | Rico Tzschichholz | 2013-12-23 | 1 | -80/+41 |
| | |