summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use -fvisibility=hidden if supported.Christoph Reiter2018-03-281-4/+5
* Remove autotools build systemChristoph Reiter2018-03-261-35/+27
* setup.py: add -s option for the test command to not capture outputChristoph Reiter2018-03-251-0/+6
* setup.py: add sdist_gnome command for creating a release tarball for GNOMEChristoph Reiter2018-03-241-1/+32
* setup.py: make setuptools optional and drop pkg_resources usage. Fixes #186Christoph Reiter2018-03-241-12/+21
* setup.py: handle missing config.hChristoph Reiter2018-03-231-3/+6
* setup.py: make the extensions depend on the header filesChristoph Reiter2018-03-231-9/+19
* setup.py: always define PY_SSIZE_T_CLEAN. Fixes #185Christoph Reiter2018-03-231-5/+3
* setup.py: enable -Wjump-misses-initChristoph Reiter2018-03-211-1/+1
* setup.py: enable -Wdeclaration-after-statementChristoph Reiter2018-03-211-1/+1
* Remove usage of HAVE_CONFIG_HChristoph Reiter2018-03-211-2/+0
* setup.py: support building with PyPy. See #180Christoph Reiter2018-03-211-2/+11
* setup.py: build the test extension in a separate build dir. Fixes #181Christoph Reiter2018-03-181-0/+9
* setup.py: don't install testsChristoph Reiter2018-03-161-2/+7
* setup.py: Add default compiler warnings like with autotoolsChristoph Reiter2018-03-161-5/+123
* setup.py: add option to run under gdbChristoph Reiter2018-03-151-3/+10
* setup.py: add option to run tests under valgrindChristoph Reiter2018-03-141-5/+41
* setup.py: cache pkg-config callsChristoph Reiter2018-02-141-12/+17
* setup.py: set the same env vars for testing as autotoolsChristoph Reiter2018-02-141-2/+6
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-5/+5
* tests: Make patching in pygtkcompat reversibleChristoph Reiter2018-02-111-7/+0
* tests: move dbus session bus handling into runtests.pyChristoph Reiter2018-02-081-12/+2
* tests: test_boxed_c_wrapper failing testsMikhail Fludkov2018-02-081-0/+2
* setup.py: use dbus-run-session for tests if availableChristoph Reiter2018-02-061-4/+12
* setup.py: remove wrong comment about share lib extenions in distutilsChristoph Reiter2018-02-061-1/+1
* build: remove libdir from the .pc fileChristoph Reiter2018-02-061-1/+0
* setup.py: install .pc file into libdirChristoph Reiter2018-02-061-1/+3
* setup.py: convince distutils to build dylibs on macOSChristoph Reiter2018-02-051-0/+7
* setup.py: rework pycairo header lookup and use new pycairo API when available...Christoph Reiter2018-02-051-44/+88
* setup.py: test: also run compat_test_pygtk testsChristoph Reiter2018-01-301-0/+7
* setup.py: set zip_safe=FalseChristoph Reiter2018-01-251-0/+1
* setup.py: Install the pkg-config fileChristoph Reiter2018-01-251-6/+79