summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* valadoc/tests: Add girwriter testRico Tzschichholz2023-04-191-0/+1
|
* build: valadoc requires valac 0.18.1Rico Tzschichholz2023-04-191-0/+7
|
* build: Improve usage of AC_PATH_PROG() for valacsRico Tzschichholz2023-04-191-2/+2
|
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-281-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 clangRico Tzschichholz2023-02-051-0/+2
|
* Bump version suffix to 0.580.57.0Rico Tzschichholz2022-08-011-1/+1
|
* tests: Add more Werror=... flagsRico Tzschichholz2022-02-121-0/+9
|
* Bump version suffix to 0.56Rico Tzschichholz2021-09-291-1/+1
|
* build: Use jing to verify generated GIR file, if availableRico Tzschichholz2021-06-241-0/+3
|
* build: Add --enable-test-ubsan configure option and "test-ubsan" make targetRico Tzschichholz2021-05-171-0/+7
|
* Bump version suffix to 0.54Rico Tzschichholz2021-04-151-1/+1
|
* build: Add --enable-test-asan configure optionRico Tzschichholz2021-03-141-0/+7
| | | | List XFAIL tests if address sanatizer is enabled
* build: Ease source for AC_LANG_SOURCE of CGRAPH checkRico Tzschichholz2021-02-071-1/+1
|
* testrunner: Add "-Werror=return-stack-address" flagRico Tzschichholz2021-02-041-0/+1
|
* testrunner: Add "-Werror=return-local-addr" flagRico Tzschichholz2020-10-151-0/+1
|
* Bump version suffix to 0.52Rico Tzschichholz2020-09-291-1/+1
|
* testrunner: Add "-Werror=tautological-pointer-compare" flagRico Tzschichholz2020-07-141-0/+1
|
* testrunner: Add more -Werror=* flagsRico Tzschichholz2020-07-111-0/+5
|
* build: Update git-version-gen to latest upstreamChris White2020-06-251-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 availableRico Tzschichholz2020-06-111-0/+3
|
* testrunner: Add -Werror=array-boundsRico Tzschichholz2020-04-131-0/+1
|
* Bump version suffix to 0.50Rico Tzschichholz2020-03-231-1/+1
|
* Bump version suffix to 0.48Rico Tzschichholz2019-09-251-1/+1
|
* valadoc: Install icons and doclets to API dependent foldersMart Raudsepp2019-08-041-0/+2
| | | | This allows to co-install different valadoc versions as for the compiler.
* codegen: Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfacesRico Tzschichholz2019-07-221-0/+1
| | | | | Avoids "comparison of distinct pointer types lacks a cast" warning for such cases.
* tests: Add "fast-vapi" test to increase coverageRico Tzschichholz2019-04-181-0/+1
|
* build: Require --with-cgraph configure flag when cross-compilingRico Tzschichholz2019-04-021-0/+12
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/775
* Require and target GLib >= 2.48Rico Tzschichholz2019-03-171-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.46Rico Tzschichholz2019-03-171-1/+1
|
* build: Fix typo in --enable-debug checkRico Tzschichholz2018-11-281-1/+1
|
* build: Add --enable-debug configure optionRico Tzschichholz2018-11-221-0/+6
|
* testrunner: Add -Werror=strict-prototypesRico Tzschichholz2018-11-191-0/+1
|
* testrunner: Add -Werror=missing-prototypesRico Tzschichholz2018-11-051-0/+1
|
* testrunner: Check if compiler flags are supported before using themRico Tzschichholz2018-11-031-0/+29
| | | | Use AX_CHECK_COMPILE_FLAG to collect TEST_CFLAGS in configure.
* build: Allow disabling the build of valadocRico Tzschichholz2018-10-081-28/+31
| | | | | | Allow disabling build of valadoc with configure option --disable-valadoc Fixes https://gitlab.gnome.org/GNOME/vala/issues/596
* Bump version suffixRico Tzschichholz2018-09-171-1/+1
|
* build: Correctly quote square brackets in regular expressionAbderrahim Kitouni2018-08-131-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 versionRico Tzschichholz2018-08-091-0/+7
| | | | https://gitlab.gnome.org/GNOME/vala/issues/304
* tests: Add "gtktemplate" test to increase coverageRico Tzschichholz2018-08-011-0/+1
|
* tests: Add "girwriter" test to increase coverageRico Tzschichholz2018-08-011-0/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/158
* Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issuesRico Tzschichholz2018-05-281-1/+1
|
* Bump version suffixRico Tzschichholz2018-03-201-1/+1
|
* tests: Add linux-specific test for feature test macrosRico Tzschichholz2018-02-201-0/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=793444
* build: Bump bootstrap requirement to 0.39.6 for --abi-stability build flagRico Tzschichholz2018-01-201-2/+2
|
* codegen: Install as private library for sharing between internal componentsRico Tzschichholz2017-11-191-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=788837
* Bump version suffixRico Tzschichholz2017-09-111-1/+1
|
* Merge valadoc 0.36.0Rico Tzschichholz2017-06-271-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 mergeRico Tzschichholz2017-06-271-143/+0
| |
| * Release 0.36.0Rico Tzschichholz2017-03-211-1/+1
| |
| * doc: Generate and update manpagesRico Tzschichholz2017-03-211-0/+3
| |