summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-06test: Exercise handling of invalid/negative Unix fdswip/smcv/invalid-unix-fdSimon McVittie2-1/+58
2022-09-06unixfd: Fix assertion failure constructing UnixFd for invalid fdSimon McVittie1-3/+3
2022-09-06message: Fix assertion failure unpacking handle to an out-of-range fdSimon McVittie1-0/+8
2022-09-06build: Stop including egg-info in sdistSimon McVittie2-5/+3
2022-09-06setup.py: Build using Meson instead of Autotools by defaultSimon McVittie7-89/+175
2022-09-05meson: Make installed-tests from multiple builds co-installableSimon McVittie2-2/+9
2022-09-05Update NEWSSimon McVittie1-7/+21
2022-09-05CI: Exercise Meson buildSimon McVittie4-44/+78
2022-09-05Add a Meson build systemSimon McVittie10-0/+556
2022-09-05.gitignore: Ignore more generated filesSimon McVittie1-0/+3
2022-09-05Reinstate test coverage for pip install dbus-pythonSimon McVittie3-8/+32
2022-09-05setup.py: Remove obsolete Python 2 classifierSimon McVittie1-1/+0
2022-09-05Stop testing python3.5-dbgSimon McVittie1-8/+0
2022-09-05CI: Collect build and test logsSimon McVittie3-11/+26
2022-09-05Merge dbus-gmain commit '93e8fced640e29bd6fbcc066a6c854a8dd74f8ab'Simon McVittie22-566/+622
2022-09-05Add licensing information in REUSE formatSimon McVittie22-1/+330
2022-09-05build: Add subprojects/dbus-gmain to AM_CPPFLAGSSimon McVittie1-0/+1
2022-09-05Move dbus-gmain into subprojects/Simon McVittie17-7/+11
2022-09-05Autotools: Allow dbus-gmain to be in $(top_srcdir)/subprojectsSimon McVittie1-0/+2
2022-09-05m4: Update AX_PYTHON_DEVELSimon McVittie1-13/+61
2022-09-05CI: Speed up installationSimon McVittie1-2/+1
2022-09-05CI: Fix suite indicatorSimon McVittie1-0/+2
2022-09-05build: Add REUSE licenses and Meson build files to Autotools distSimon McVittie1-0/+10
2022-09-05Add Gitlab-CISimon McVittie2-1/+35
2022-09-05.editorconfig: AddSimon McVittie1-0/+28
2022-09-05Add G_GNUC_UNUSED to unused function parametersSimon McVittie4-20/+16
2022-09-05Add a Meson build systemSimon McVittie8-0/+324
2022-09-05Clean up some compiler warningsSimon McVittie2-3/+6
2022-09-04Merge branch 'wip/smcv/ci' into 'master'Simon McVittie1-8/+16
2022-09-04CI: Stop using EOL Ubuntu 22.10Simon McVittie1-8/+16
2022-09-04build: Bump micro version for developmentSimon McVittie1-1/+1
2022-09-04Merge branch 'master' into 'master'Simon McVittie2-0/+34
2022-09-04Move dbus-gmain.h into a subdirectorySimon McVittie2-1/+1
2022-09-04Use REUSE for license informationSimon McVittie8-548/+209
2022-04-27add set_allow_interactive_authorization / get_allow_interactive_authorization...Ricter Zheng2-0/+34
2021-09-15Update NEWSSimon McVittie1-0/+3
2021-09-15Merge branch 'fix-40' into 'master'Simon McVittie2-2/+2
2021-09-15Fix invalid escape sequence warningsJason Yundt2-2/+2
2021-09-15Update NEWSSimon McVittie1-0/+39
2021-09-15Merge branch '310-ci' into 'master'Simon McVittie47-1232/+243
2021-09-15build: Use AS_HELP_STRING instead of deprecated AC_HELP_STRINGSimon McVittie1-3/+3
2021-09-15.gitignore: Ignore build-system backup filesSimon McVittie1-0/+2
2021-09-15build: Update bug reporting URLSimon McVittie1-1/+1
2021-09-15build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOLSimon McVittie1-1/+1
2021-09-15CI: Ensure we install into ${prefix}, even with Automake 1.16.4Simon McVittie1-0/+2
2021-09-15build: Make distcheck use our ${prefix} with Automake 1.16.4Simon McVittie1-1/+1
2021-09-15m4: Update AX_PYTHON_DEVEL for better forward-compatibilitySimon McVittie1-22/+63
2021-09-15Remove support for Python 2Simon McVittie45-1210/+164
2021-09-14build: Use sysconfig in preference to distutils.utilSimon McVittie1-1/+8
2021-09-14CI: Disable documentation build with Python 3.10Simon McVittie2-2/+7