summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* build: Include PKG-INFO, egg-info etc. in dist tarballs againSimon McVittie2022-09-062-0/+44
* setup.py: Build using Meson instead of Autotools by defaultSimon McVittie2022-09-061-40/+5
* CI: Exercise Meson buildSimon McVittie2022-09-052-43/+76
* Reinstate test coverage for pip install dbus-pythonSimon McVittie2022-09-051-8/+20
* CI: Collect build and test logsSimon McVittie2022-09-051-8/+7
* Add licensing information in REUSE formatSimon McVittie2022-09-055-0/+10
* CI: Speed up installationSimon McVittie2022-09-051-2/+1
* CI: Ensure we install into ${prefix}, even with Automake 1.16.4Simon McVittie2021-09-151-0/+2
* Remove support for Python 2Simon McVittie2021-09-152-33/+9
* CI: Disable documentation build with Python 3.10Simon McVittie2021-09-141-1/+3
* Remove Travis-CI integrationSimon McVittie2021-07-191-24/+1
* CI: Don't install tap.py for Python 2Simon McVittie2020-01-141-2/+7
* Run CI for Python 3.8Simon McVittie2019-11-211-11/+31
* Add Gitlab-CI integrationSimon McVittie2019-07-231-2/+2
* CI: Explicitly install python*-devSimon McVittie2019-07-231-0/+1
* CI: Use Debian 10 'buster' to test Python 3.7Simon McVittie2019-07-151-0/+2
* CI: Try to use a system copy of sphinx and tap.pySimon McVittie2019-07-151-2/+40
* Stop supporting Debian 8 'jessie' or Python 3.4Simon McVittie2019-07-151-4/+4
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-152-0/+4
* Update CI build infrastructure from dbusSimon McVittie2019-07-154-54/+188
* Remove remaining support for Ubuntu 14.04 'trusty'Simon McVittie2019-07-151-33/+0
* Travis-CI: Use system Python to run pip for system PythonSimon McVittie2018-05-031-0/+53
* Require dbus 1.8Simon McVittie2018-01-291-0/+4
* Work around limitations of Python 2 distutils and AX_PYTHON_DEVELSimon McVittie2017-11-011-0/+12
* ci-build: Export PYTHON to make sure we get exactly that versionSimon McVittie2017-11-011-1/+1
* ci-build: Write out config.log after attempting configureSimon McVittie2017-11-011-1/+6
* ci-build: test the setup.py glue as well as the Autotools buildSimon McVittie2016-03-061-0/+7
* Add Travis-CI metadataSimon McVittie2016-03-061-0/+117
* check-coding-style: work in out-of-tree buildsSimon McVittie2016-02-191-6/+6
* Use non-recursive make for everything except testsSimon McVittie2016-01-201-5/+0
* tools/check-coding-style.mk: Work correctly with out-of-tree buildsSimon McVittie2007-04-301-0/+1
* Add optional checks for coding style (mainly whitespace at the moment).Simon McVittie2007-04-245-0/+82
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-182-89/+0
* * Add tests backJohn (J5) Palmieri2006-07-122-0/+89