summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Update git-version-gen to latest upstreamRico Tzschichholz2022-02-111-1/+1
| | | | | From commit b5a3c17daa05f6d76f70369e7cbeefe0db012499 of https://git.savannah.gnu.org/cgit/gnulib.git/log/build-aux/git-version-gen
* build: Add "test-update" which passed UPDATE_EXPECTED=1 to refresh c-expectedRico Tzschichholz2021-11-261-0/+4
|
* build: Add --enable-test-ubsan configure option and "test-ubsan" make targetRico Tzschichholz2021-05-171-0/+4
|
* build: Add "test-asan" make target for convenienceRico Tzschichholz2021-05-041-0/+4
|
* tests: Use Automake’s parallel test driver to speed up running testsReuben Thomas2020-11-051-0/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1094
* 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
* docs: Use Markdown for README and move to README.mdAlistair Thomas2018-11-201-0/+1
|
* build: Allow disabling the build of valadocRico Tzschichholz2018-10-081-0/+10
| | | | | | Allow disabling build of valadoc with configure option --disable-valadoc Fixes https://gitlab.gnome.org/GNOME/vala/issues/596
* build: Unconditionally add conditional VALAFLAGS to make bootstrapRico Tzschichholz2018-09-261-1/+2
| | | | | | | This avoids another configure pass after an initial build with an older valac <= 0.39.5.8. See https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/44
* Use dedicated version api of libvala internally as wellRico Tzschichholz2018-08-091-7/+0
|
* Merge valadoc 0.36.0Rico Tzschichholz2017-06-271-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-17/+0
| |
| * build: Clean up configure.ac and fix make (dist)checkRico Tzschichholz2013-12-231-0/+1
| |
| * Change permissions on a lot of filesEvan Nemerson2012-05-061-0/+0
| | | | | | | | | | | | Many files which have no business being executed were marked as executable. All files (except for autogen.sh and tests/testrunner.sh) are now 0664 and directories are 0775.
| * Add test frameworkFlorian Brosch2011-07-291-0/+7
| |
| * Add man page for valadocEvan Nemerson2010-05-041-0/+1
| |
| * libhtmlhelpers -> libvaladocFlorian Brosch2009-10-221-1/+7
| |
| * --Florian Brosch2008-10-281-0/+2
| | | | | | | -- svn path=/trunk/; revision=5
* build: Generate libvala-0.XX.vapi in valaRico Tzschichholz2017-06-271-6/+0
|
* Install libvala-0.xx.vapi to "global" vapi directoryRico Tzschichholz2017-05-171-0/+6
| | | | | This is how libraries with vala bindings are expected to behave and so should vala itself.
* build: Make ccode and codegen private APIRico Tzschichholz2017-04-141-1/+1
| | | | valac is the only consumer and will statically link these libraries.
* Drop obsolete MAINTAINERS filewip/housekeepingRico Tzschichholz2016-11-061-1/+0
|
* build: Some minor modernizationsRico Tzschichholz2016-09-151-1/+2
|
* build: Make building vapigen non-optionalRico Tzschichholz2014-08-241-19/+0
|
* build: Fix missing backslashes in listsStef Walter2014-03-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725496
* Fix build for WindowsArnel A. Borja2012-11-031-1/+1
| | | | | | | | | - Replace POSIX calls for spawning process with functions from Windows API when compiling for Windows - Add EXEEXT to valac and vapigen paths - Remove EXEEXT from scripts Fixes bug 685180.
* Do not install vala.m4 with --disable-unversionedJürg Billeter2011-12-151-1/+4
| | | | This avoids file conflicts with parallel installations.
* build: Fix distcheckJürg Billeter2010-10-041-2/+2
|
* Rename pkg-config file from vala to libvalaJürg Billeter2010-09-261-2/+2
| | | | This should make clear that it should only be used for libvala.
* Add vala.m4 with VALA_CHECK_PACKAGES macroMarc-André Lureau2010-08-091-0/+3
| | | | Fixes bug 626321.
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-051-2/+9
|
* build: Enable silent rules by defaultMarc-André Lureau2010-03-211-1/+1
|
* build: Use git-version-genJürg Billeter2010-03-131-0/+20
| | | | | | Add git-version-gen script from gnulib. Based on patch by Marc-André Lureau.
* build: Use separate directory for auxiliary build toolsJürg Billeter2010-03-121-2/+2
|
* Fix coverage-report Makefile ruleJürg Billeter2010-02-241-1/+1
|
* Add support for coverage analysis using gcov and lcovJürg Billeter2009-09-261-0/+20
|
* Speed up test infrastructureJürg Billeter2009-09-261-0/+4
| | | | The updated test runner builds all tests at once to speed up testing.
* build: Use m4 dir for autoconf macrosMarc-André Lureau2009-05-121-0/+1
|
* Rename gobject directory to codegenJürg Billeter2009-05-091-2/+2
|
* Generate ChangeLog from git logJürg Billeter2009-02-271-0/+14
| | | | | Add gitlog-to-changelog script from gnulib and a dist-hook to generate ChangeLog file when creating tarballs.
* Drop vala-gen-project, moved to vtg, Vala Toys for geditJürg Billeter2008-12-161-8/+0
| | | | | | | | | | | | 2008-12-16 Jürg Billeter <j@bitron.ch> * Makefile.am: * configure.ac: * gen-project/: Drop vala-gen-project, moved to vtg, Vala Toys for gedit svn path=/trunk/; revision=2193
* Rotate ChangeLogJürg Billeter2008-10-221-0/+1
| | | | | | | | | | | 2008-10-22 Jürg Billeter <j@bitron.ch> * ChangeLog.pre-0-4: * Makefile.am: Rotate ChangeLog svn path=/trunk/; revision=1869
* add binding for g_chmodJuerg Billeter2007-11-251-1/+9
| | | | | | | | | | | | 2007-11-25 Juerg Billeter <j@bitron.ch> * vapi/glib-2.0.vapi: add binding for g_chmod * Makefile.am, configure.ac, gen-project/Makefile.am, gen-project/valaprojectgenerator.vala: add vala-gen-project, a simple gui for generating Vala projects, not built by default, requires GTK+ svn path=/trunk/; revision=719
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-27 Juerg Billeter <j@bitron.ch> * Makefile.am, README, configure.ac, gee/Makefile.am, gee/arraylist.vala, gee/collection.vala, gee/hashmap.vala, gee/hashset.vala, gee/iterable.vala, gee/iterator.vala, gee/list.vala, gee/map.vala, gee/readonlycollection.vala, gee/readonlylist.vala, gee/readonlymap.vala, gee/readonlyset.vala, gee/set.vala, vala/Makefile.am, vala/parser.y, vala/valaarray.vala, vala/valaarraycreationexpression.vala, vala/valaattribute.vala, vala/valablock.vala, vala/valacallback.vala, vala/valaclass.vala, vala/valacodecontext.vala, vala/valacodenode.vala, vala/valadatatype.vala, vala/valaelementaccess.vala, vala/valaenum.vala, vala/valaexpression.vala, vala/valafield.vala, vala/valaformalparameter.vala, vala/valaforstatement.vala, vala/valainitializerlist.vala, vala/valainstancecast.vala, vala/valainterface.vala, vala/valainterfacewriter.vala, vala/valainvocationexpression.vala, vala/valainvokable.vala, vala/valalambdaexpression.vala, vala/valalocalvariabledeclaration.vala, vala/valamember.vala, vala/valamemberaccess.vala, vala/valamemorymanager.vala, vala/valamethod.vala, vala/valanamespace.vala, vala/valaobjectcreationexpression.vala, vala/valapointer.vala, vala/valascope.vala, vala/valasemanticanalyzer.vala, vala/valasignal.vala, vala/valasourcefile.vala, vala/valasourcefilecycle.vala, vala/valastruct.vala, vala/valaswitchsection.vala, vala/valaswitchstatement.vala, vala/valasymbol.vala, vala/valasymbolresolver.vala, vala/valatrystatement.vala, vala/valatypeparameter.vala, vala/valatypereference.vala, vala/valavariabledeclarator.vala, ccode/Makefile.am, ccode/valaccodeblock.vala, ccode/valaccodecasestatement.vala, ccode/valaccodecommaexpression.vala, ccode/valaccodedeclaration.vala, ccode/valaccodeenum.vala, ccode/valaccodeforstatement.vala, ccode/valaccodefragment.vala, ccode/valaccodefunction.vala, ccode/valaccodefunctioncall.vala, ccode/valaccodefunctiondeclarator.vala, ccode/valaccodeinitializerlist.vala, ccode/valaccodestruct.vala, ccode/valaccodeswitchstatement.vala, gobject/Makefile.am, gobject/valaclassregisterfunction.vala, gobject/valacodegenerator.vala, gobject/valacodegeneratorassignment.vala, gobject/valacodegeneratorclass.vala, gobject/valacodegeneratorinterface.vala, gobject/valacodegeneratorinvocationexpression.vala, gobject/valacodegeneratormemberaccess.vala, gobject/valacodegeneratormethod.vala, gobject/valacodegeneratorsignal.vala, gobject/valacodegeneratorsourcefile.vala, gobject/valainterfaceregisterfunction.vala, compiler/Makefile.am, vapi/gio-standalone.vala, vapi/gstreamer-0.10.vala, vapi/gtk+-2.0.vala, vapigen/Makefile.am, vapigen/valagidlparser.vala: add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, and Gee.HashSet instead of GLib.List and GLib.HashTable svn path=/trunk/; revision=406
* move code generator to new gobject directory updateJürg Billeter2007-05-031-0/+2
| | | | | | | | | | | 2007-05-03 Jürg Billeter <j@bitron.ch> * gobject/valacodegenerator.vala: move code generator to new gobject directory * configure.ac, Makefile.am, vala/Makefile.am, gobject/Makefile.am, compiler/Makefile.am, vapi/Makefile.am: update svn path=/trunk/; revision=305
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+38
2007-05-02 Jürg Billeter <j@bitron.ch> * Move contents of vala-pkg to trunk svn path=/trunk/; revision=300