Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require and target GLib >= 2.56 | Rico Tzschichholz | 2023-02-28 | 1 | -1/+1 |
| | | | | | | | The next stable release of vala will happen over 5 years after the release of GLib 2.56.0. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1415 | ||||
* | tests: Add more Werror=... flags for clang | Rico Tzschichholz | 2023-02-05 | 1 | -0/+2 |
| | |||||
* | Bump version suffix to 0.580.57.0 | Rico Tzschichholz | 2022-08-01 | 1 | -1/+1 |
| | |||||
* | tests: Add more Werror=... flags | Rico Tzschichholz | 2022-02-12 | 1 | -0/+9 |
| | |||||
* | Bump version suffix to 0.56 | Rico Tzschichholz | 2021-09-29 | 1 | -1/+1 |
| | |||||
* | build: Use jing to verify generated GIR file, if available | Rico Tzschichholz | 2021-06-24 | 1 | -0/+3 |
| | |||||
* | build: Add --enable-test-ubsan configure option and "test-ubsan" make target | Rico Tzschichholz | 2021-05-17 | 1 | -0/+7 |
| | |||||
* | Bump version suffix to 0.54 | Rico Tzschichholz | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | build: Add --enable-test-asan configure option | Rico Tzschichholz | 2021-03-14 | 1 | -0/+7 |
| | | | | List XFAIL tests if address sanatizer is enabled | ||||
* | build: Ease source for AC_LANG_SOURCE of CGRAPH check | Rico Tzschichholz | 2021-02-07 | 1 | -1/+1 |
| | |||||
* | testrunner: Add "-Werror=return-stack-address" flag | Rico Tzschichholz | 2021-02-04 | 1 | -0/+1 |
| | |||||
* | testrunner: Add "-Werror=return-local-addr" flag | Rico Tzschichholz | 2020-10-15 | 1 | -0/+1 |
| | |||||
* | Bump version suffix to 0.52 | Rico Tzschichholz | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | testrunner: Add "-Werror=tautological-pointer-compare" flag | Rico Tzschichholz | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | testrunner: Add more -Werror=* flags | Rico Tzschichholz | 2020-07-11 | 1 | -0/+5 |
| | |||||
* | build: Update git-version-gen to latest upstream | Chris White | 2020-06-25 | 1 | -1/+1 |
| | | | | | From commit 8a09003664733eb6bef031f56ef9cd575e403023 of https://git.savannah.gnu.org/cgit/autoconf.git/tree/build-aux/git-version-gen | ||||
* | tests: Build typelib if g-ir-compiler is available | Rico Tzschichholz | 2020-06-11 | 1 | -0/+3 |
| | |||||
* | testrunner: Add -Werror=array-bounds | Rico Tzschichholz | 2020-04-13 | 1 | -0/+1 |
| | |||||
* | Bump version suffix to 0.50 | Rico Tzschichholz | 2020-03-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |