summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* setup.py: Install the header fileChristoph Reiter2018-01-251-0/+3
* setup.py: Add logging for pycairo lookup and fail early if the header isn't f...Christoph Reiter2018-01-251-1/+12
* setup.py: default to Python 3Christoph Reiter2018-01-231-1/+1
* setup.py: Make the test command work under MSYS2Christoph Reiter2018-01-231-14/+43
* setup.py: add a "quality" commandChristoph Reiter2018-01-211-0/+19
* setup.py: add a "test" command which is equal to "make check" with autotoolsChristoph Reiter2018-01-191-48/+288
* Revert "setup.py: Also set setup_requires to require pycairo"Christoph Reiter2017-12-111-4/+0
* setup.py: Also set setup_requires to require pycairoChristoph Reiter2017-12-111-0/+4
* setup.py: Provide a os.path.samefile fallback for Python 2 under WindowsChristoph Reiter2017-12-111-1/+14
* Add sphinx based documentationChristoph Reiter2017-12-111-1/+5
* setup.py: Rework pycairo discovery to not use pkg-configChristoph Reiter2017-12-101-17/+27
* setup.py: Fix the distcheck command on WindowsChristoph Reiter2017-12-091-2/+7
* setup.py: Remove various classifiers and the download-url which aren't accept...Christoph Reiter2017-12-091-1/+0
* setup.py: Port to distutils/setuptoolsChristoph Reiter2017-12-061-79/+330
* Allow installing with pipMathieu Bridon2016-06-291-0/+105
* Remove distutils based build system.Dieter Verfaillie2011-09-071-351/+0
* setup.py: fix user_access_control optionDieter Verfaillie2011-03-181-1/+1
* setup.py: Set bdist_wininst user-access-control propertyDieter Verfaillie2011-03-031-1/+2