summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-10-09Use MKDIR_P, not deprecated mkdir_pSimon McVittie1-1/+1
Similar to MC commit 04dd9b4. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-09-24exec-with-log.sh: add HAZE_TEST_BACKTRACE hookSimon McVittie1-0/+7
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=31723 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-09-17Merge branch 'telepathy-haze-0.8', rejecting -Wno-deprecated-declarationsSimon McVittie1-6/+17
2013-09-17Update telepathy.am from Gabble, omitting the gtk-doc bitSimon McVittie1-6/+17
So out-of-tree/parallel distcheck works.
2013-09-12use tp-glib single includesGuillaume Desmottes1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=69272
2013-09-12move tests tools to tests/twisted/toolsGuillaume Desmottes2-107/+0
Other CMs store these files there. https://bugs.freedesktop.org/show_bug.cgi?id=69269
2013-06-04Sync with-session-bus.sh from telepathy-glib masterSimon McVittie1-3/+15
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63119
2011-07-09Add make-release-mail.pyWill Thompson2-0/+80
2010-12-10Update telepathy.am from telepathy-glibSimon McVittie1-6/+36
2010-08-06Add telepathy.am so we can do make maintainer-upload-releaseSimon McVittie2-1/+41
2010-07-15Add support for compiler and linker optimizations, and compiler coverageSimon McVittie1-0/+24
2010-05-26Update with-session-bus.sh from tp-glib, fixing a bashismSimon McVittie1-1/+11
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=28258
2010-03-04Fix extra merge issues.Mike Ruprecht1-1/+0
2010-03-02Removed unused toolsNicolas Dufresne8-1082/+1
Unused tools where imported along with the code generator for Telepathy spec. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
2010-01-14Added specification code generatorNicolas Dufresne17-1/+4116
The code generator is useful to implement DRAFTed specification that tends to change from time to time. Currently generated interface is MailNotification. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
2009-06-04Shave haze's build.Jonny Lamb2-1/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
2009-01-16Add infrastructure to run tests with Python and Twisted, taken from GabbleSimon McVittie2-0/+97
No tests are actually included yet: authentication with hazetest.py doesn't seem to work with libpurple's XMPP implementation.