summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* sync tools/ with tp-glib masterGuillaume Desmottes2013-09-2517-138/+165
| | | | | | Needed to stop using deprecated API in generated code. https://bugs.freedesktop.org/show_bug.cgi?id=69797
* tools: Remove telepathy-glib-env from version controlDebarshi Ray2012-10-301-9/+0
| | | | It is generated during the build.
* tools: expect a tar.bz2 not a tar.gzJonny Lamb2012-10-302-10/+10
| | | | | | This is an ugly patch but it'll do for now. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Update tools/ copy from telepathy-glibXavier Claessens2012-07-0330-1427/+1688
| | | | This avoid single include from generated code
* tools/telepathy.am: update to latest version from tp-glibJonny Lamb2012-04-033-6/+148
| | | | | | | Well... s/tar.gz/tar.bz2/g. We should fix this in upstream tp-glib tbh. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Update check-c-style.sh from telepathy-glibCosimo Alfarano2011-11-181-0/+13
|
* version 0.2.6telepathy-logger-0.2.6Nicolas Dufresne2011-03-222-0/+0
|
* Comment the auto-magic script creationNicolas Dufresne2011-02-231-16/+19
| | | | | Nobody seem do know what those target does and they clearly break distcheck target so I'm commenting it for now.
* Add missing test script to EXTRA_DISTNicolas Dufresne2011-02-231-0/+4
|
* Fix valgrind support in tests/dbusNicolas Dufresne2011-02-221-1/+1
| | | | | This is just a quick fix, there seems to be redondant stuff between valgrind.mk and the Makefiles.am.
* Add test/dbus testsuites, as tp-glib does.Cosimo Alfarano2011-01-213-0/+137
| | | | Importing only the needed modules from tests/lib/
* Make the extensions library public and perform some minor reorganization.Travis Reitter2010-03-302-0/+60
|
* Switch from shave to AM_SILENT_RULESSimon McVittie2010-03-231-1/+0
|
* Include maintainer tools in toplevel Makefile.amDanielle Madeley2010-02-241-22/+7
|
* make distcheck fixesDanielle Madeley2010-02-241-0/+4
|
* Generate client bindingsDanielle Madeley2010-02-111-0/+1184
|
* Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley2010-02-113-0/+996
|
* Added file for TP DBus extension supportCosimo Alfarano2010-01-2924-1994/+451
|
* Completed importing and refactoring of EmpathyLogStoreCosimo Alfarano2009-12-0427-0/+4832
* removed any call which would make TPL depending on libempathy * copied empathy-time.[hc] * added some empathy's utility function to tpl_utils.[ch] * added support for automake/autoconf using empathy's one as basis: currently TPL depends on telepathy-glib and libxmp-2.0 (and theirs deps) * added AUTHORS COPYING INSTALL README and NEWS files (empty)