summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Reinstate the old dbus.gobject_service, but only for Python 2Simon McVittie2012-05-021-0/+5
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48904
* Use DBusBasicValue instead of reinventing it, if dbus is new enoughSimon McVittie2012-02-241-0/+5
| | | | | If we don't find it, continue to reinvent it, but move the reinvention to an internal header so it's at least the same in both files that want it.
* back to unreleasedSimon McVittie2012-01-241-1/+1
|
* Let's call this 1.0Simon McVittie2012-01-241-3/+3
|
* Remove duplicate -Werror machinerySimon McVittie2012-01-241-8/+0
|
* Move PY3PORT into doc, use the same extension as other rst, and render itSimon McVittie2012-01-241-1/+1
|
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-1/+1
|
* Fix rst2html build failure in non-unicode localesAlexandre Rostovtsev2011-12-131-0/+1
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=43735 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Require Python 2.6, to make porting to Python 3 easierSimon McVittie2011-12-131-1/+1
| | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Don't warn about unused parametersSimon McVittie2011-12-131-1/+2
| | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Remove support for Python < 2.5Simon McVittie2011-11-151-1/+1
|
* Bump dbus dependency to 1.4 so we can make decent error handling mandatorySimon McVittie2011-11-151-11/+1
|
* Nano versionSimon McVittie2011-05-251-1/+1
|
* prepare 0.84dbus-python-0.84.0Simon McVittie2011-05-251-2/+2
|
* Let PYTHON_LIBS be overriden on the command line tooSimon McVittie2011-05-241-1/+10
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=21017
* Release 0.83.2dbus-python-0.83.2Simon McVittie2010-12-021-2/+2
|
* Add a regression test for fd.o #23831Simon McVittie2010-12-021-0/+4
|
* Use dbus_message_iter_abandon_container to bail out, if supportedSimon McVittie2010-12-021-0/+4
| | | | | This avoids (potentially fatal) warnings, with newer libdbus; it'll only work if we were compiled against libdbus >= 1.3.0.
* Move CFLAGS_WARNINGS setup after uses of JH_ADD_CFLAGSimon McVittie2010-11-231-2/+2
| | | | | | We don't want to enable potentially-fatal errors when checking for things like -fno-strict-aliasing, because autoconf's test programs provoke warnings.
* Don't override CFLAGS when adding compiler warningsLouis-Francis Ratté-Boulianne2010-08-261-1/+3
| | | | | | | Macro function TP_COMPILER_WARNINGS overrides the value of the given variable (first argument of the function) Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Start 0.83.2Simon McVittie2010-02-181-1/+1
|
* Prepare version 0.83.1dbus-python-0.83.1Simon McVittie2010-02-181-2/+2
| | | | Second try :-)
* Use telepathy-glib's macros for desirable and undesirable compiler warningsSimon McVittie2010-02-181-10/+16
|
* Require a halfway modern AutomakeSimon McVittie2010-02-181-1/+1
|
* Support silent rules if automake >= 1.11Simon McVittie2010-02-181-0/+1
|
* Revert "Prepare version 0.83.1"Simon McVittie2010-02-181-2/+2
| | | | This reverts commit a63043f262e8938affe515faa145d0f619b9fae6.
* Prepare version 0.83.1Simon McVittie2010-02-181-2/+2
|
* Start development for 0.83.1Simon McVittie2008-09-161-1/+1
|
* Release version 0.83.0dbus-python-0.83.0Simon McVittie2008-07-231-3/+3
|
* Require dbus 1.0.Simon McVittie2008-07-231-1/+1
| | | | It's been out for ages, and we can finally drop DBUS_API_SUBJECT_TO_CHANGE if we do.
* Add some more compiler warning flags if supportedSimon McVittie2008-07-151-0/+5
|
* Unset release flag, and start NEWS for 0.82.5Simon McVittie2007-12-101-1/+1
|
* Version 0.82.4dbus-python-0.82.4Simon McVittie2007-12-101-2/+2
|
* Don't try to make dbus/Makefile from dbus/Makefile.in; the fix for #12741 ↵Simon McVittie2007-10-121-1/+0
| | | | removed it
* Unset dbus_python_released following releaseSimon McVittie2007-09-271-1/+1
|
* Version 0.82.3Simon McVittie2007-09-271-2/+2
|
* Unset dbus_python_releasedSimon McVittie2007-08-011-1/+1
|
* Release 0.82.2Simon McVittie2007-08-011-2/+2
|
* Check for epydoc version >= 3, and default to building API docs if availableSimon McVittie2007-08-011-2/+15
|
* Bump version to 0.82.1.YYYYMMDDSimon McVittie2007-07-121-1/+1
|
* NEWS, configure.ac: 0.82.1, the "double precision" releaseSimon McVittie2007-07-111-2/+2
|
* Unset dbus_python_releasedSimon McVittie2007-07-031-1/+1
|
* Avoid using deprecated dbus_watch_get_fd()Simon McVittie2007-06-211-0/+6
|
* Version 0.82.0Simon McVittie2007-06-191-3/+3
|
* Unset dbus_python_releasedSimon McVittie2007-06-151-1/+1
|
* Version 0.81.1Simon McVittie2007-06-041-2/+2
|
* configure.ac: Reset released flag to 0Simon McVittie2007-05-161-1/+1
|
* Increment version to 0.81.0Simon McVittie2007-05-091-3/+3
|
* Stop tutorial.txt being generated by ./configure - not worthwhile just for a ↵Simon McVittie2007-05-071-1/+0
| | | | version number
* Add optional checks for coding style (mainly whitespace at the moment).Simon McVittie2007-04-241-1/+16
| | | | These are on by default for git builds, off by default for releases.