summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 3.5 support and bump other dependenciesdrop-py35Christoph Reiter2020-09-141-4/+4
* Update NEWS and bump versionChristoph Reiter2020-09-121-1/+1
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-21/+2
* Remove Python 2 supportChristoph Reiter2020-03-081-18/+8
* 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/+3
* version bumpChristoph Reiter2019-09-091-1/+1
* release3.34.0Christoph Reiter2019-09-091-1/+1
* version bumpChristoph Reiter2019-08-181-1/+1
* setup.py: add python_requiresChristoph Reiter2019-06-161-0/+2
* build: don't use -Wdeclaration-after-statement with Python 3Christoph Reiter2019-06-071-1/+5
* build: drop some checks for unsupported Python versionsChristoph Reiter2019-06-071-5/+1
* Update NEWS; version bumpChristoph Reiter2019-03-101-1/+1
* version bumpChristoph Reiter2019-03-071-1/+1
* version bumpChristoph Reiter2019-02-021-1/+1
* version bumpChristoph Reiter2018-12-151-1/+1
* setup.py: Print an install command hint when pkg-config is missingChristoph Reiter2018-12-081-3/+26
* setup.py: fix typoChristoph Reiter2018-11-201-5/+5
* build: bump glib requirement to 2.48Christoph Reiter2018-11-201-1/+1
* version bumpChristoph Reiter2018-11-171-1/+1
* setup.py: Make it possible to build without cairo through an env var. See #250Christoph Reiter2018-11-131-2/+4
* setup.py: Enable tests to run on MSVC buildsChun-wei Fan2018-11-101-48/+93
* setup.py: Fix MSVC buildsChun-wei Fan2018-11-101-68/+75
* Revert "setup.py: skip adding gcc warnings flags with msvc. Fixes #275"Christoph Reiter2018-11-101-3/+0
* setup.py: skip adding gcc warnings flags with msvc. Fixes #275Christoph Reiter2018-11-101-0/+3
* Sort input file listBernhard M. Wiedemann2018-10-201-1/+1
* setup.py: make it possible to disable cairo/pycairo support. See #250Christoph Reiter2018-09-161-33/+50
* 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
* git commit -m "version bump"Christoph Reiter2018-05-161-1/+1
* build: disable new cast-function-type warnings with gcc8Christoph Reiter2018-05-031-0/+1
* setup.py: dedup some of the compiler input argsChristoph Reiter2018-04-231-4/+9
* setup.py: fix distcheckChristoph Reiter2018-04-201-3/+3
* Add meson build definitionsMathieu Duponchelle2018-04-201-0/+3
* tests: add our own valgrind suppression fileChristoph Reiter2018-04-171-0/+2
* version bumpChristoph Reiter2018-04-151-1/+1
* release3.29.1Christoph Reiter2018-04-151-1/+1
* Enable -Wcast-align, -Wlogical-opChristoph Reiter2018-04-121-4/+2
* Enable -Wnull-dereferenceChristoph Reiter2018-04-121-1/+1
* Disable -Wswitch-default for Python 3.4Christoph Reiter2018-04-121-1/+5
* setup.py: force GCC to use colors in case of stdout.isatty()Christoph Reiter2018-04-121-0/+4
* setup.py: Make lookup of Python valgrind suppression files work on Fedora and...Christoph Reiter2018-04-091-12/+52
* setup.py: use .dev0 instead of .devChristoph Reiter2018-04-091-1/+1
* setup.py: Add a ".dev" suffix to the version for pre-releases. Fixes #190Christoph Reiter2018-04-091-2/+16
* setup.py: print installation instructions in case a dependency is missing. Fi...Christoph Reiter2018-04-091-9/+70
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-0/+2