summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* interface: Fix leak when overriding GInterfaceInfoThibault Saunier2022-04-141-0/+4
* Drop support for Python 3.6Christoph Reiter2021-09-191-2/+2
* version bumpChristoph Reiter2021-09-191-1/+1
* release3.42.0Christoph Reiter2021-09-191-1/+1
* meson: Bump minimum meson_version to 0.47.0wip/felder/meson-minimum-versionJean Felder2021-04-161-1/+1
* version bumpChristoph Reiter2021-03-191-1/+1
* release3.40.0Christoph Reiter2021-03-191-1/+1
* Revert the dependency bump for libffiChristoph Reiter2020-09-151-1/+1
* Drop Python 3.5 support and bump other dependenciesdrop-py35Christoph Reiter2020-09-141-7/+7
* Update NEWS and bump versionChristoph Reiter2020-09-121-1/+1
* meson: Follow up to make `pycairo` option a featureThibault Saunier2020-06-031-5/+5
* meson: Make the `pycairo` option a featureThibault Saunier2020-06-031-1/+4
* Remove Python 2 supportChristoph Reiter2020-03-081-9/+3
* version bumpChristoph Reiter2020-03-081-1/+1
* release3.36.0Christoph Reiter2020-03-081-1/+1
* Drop Python 2 support on WindowsChristoph Reiter2019-10-051-0/+4
* version bumpChristoph Reiter2019-09-091-1/+1
* release3.34.0Christoph Reiter2019-09-091-1/+1
* version bumpChristoph Reiter2019-08-181-1/+1
* build: don't use -Wdeclaration-after-statement with Python 3Christoph Reiter2019-06-071-1/+6
* build: drop some checks for unsupported Python versionsChristoph Reiter2019-06-071-6/+1
* Add Bool option for testsAdam Duskett2019-03-151-0/+3
* Update NEWS; version bumpChristoph Reiter2019-03-101-1/+1
* version bumpChristoph Reiter2019-03-071-1/+1
* version bumpChristoph Reiter2019-02-021-1/+1
* Install .egg-info directory to arch'd dir.Elliott Sales de Andrade2019-01-271-1/+1
* version bumpChristoph Reiter2018-12-151-1/+1
* build: bump glib requirement to 2.48Christoph Reiter2018-11-201-1/+1
* version bumpChristoph Reiter2018-11-171-1/+1
* meson builds: Support Visual Studio as wellChun-wei Fan2018-11-101-57/+69
* revert closure typecasts from commit 25a5b066 See #247Dan HorĂ¡k2018-09-141-1/+1
* version bumpChristoph Reiter2018-08-311-1/+1
* release3.30.0Christoph Reiter2018-08-311-1/+1
* version bumpChristoph Reiter2018-08-161-1/+1
* ci: build python 2.7 and 3.7 in debug mode. Fixes #243ci-debug-buildChristoph Reiter2018-08-161-1/+0
* meson: declare_dependency for use by potential superprojectsMathieu Duponchelle2018-08-151-0/+6
* meson: fix naming/version/path of the .egg-info fileChristoph Reiter2018-06-241-3/+11
* meson: support building pycairo as a subprojectChristoph Reiter2018-06-241-2/+9
* git commit -m "version bump"Christoph Reiter2018-05-161-1/+1
* meson: don't autodetect pycairo support, force it and add an option to disabl...Christoph Reiter2018-05-061-6/+10
* build: disable new cast-function-type warnings with gcc8Christoph Reiter2018-05-031-0/+1
* meson: dedup PY_SSIZE_T_CLEAN usageChristoph Reiter2018-05-031-0/+2
* meson: use the same compiler flags as with distutilsChristoph Reiter2018-05-031-5/+56
* meson: don't hardcode includedir/datadirChristoph Reiter2018-05-031-2/+2
* meson: dont pass the default required value everywhereChristoph Reiter2018-05-031-7/+7
* meson: update the version and required meson version. Fixes #212Christoph Reiter2018-05-021-2/+2
* meson.build: disable constness warningsMathieu Duponchelle2018-04-201-0/+8
* meson.build: align version requirements on setup.pyMathieu Duponchelle2018-04-201-7/+12
* meson.build: require python installationMathieu Duponchelle2018-04-201-1/+2
* Add meson build definitionsMathieu Duponchelle2018-04-201-0/+73