summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-01-04sync tools/ with telepathy-glibGuillaume Desmottes13-120/+129
This should allow Empathy to be build with Python 3. https://bugzilla.gnome.org/show_bug.cgi?id=687616
2012-09-17glib-signals-marshal-gen.py is not needed any moreGuillaume Desmottes1-55/+0
2012-09-17sync tools/* with tp-glib masterGuillaume Desmottes18-109/+287
Fix extensions/Makefile.am to build with the new tools.
2012-03-06Run from the source directory without installingEmanuele Aina3-1/+16
Use the tools/empathy-env wrapper to set an appropriate environment and launch the compiled programs without installing them. https://bugzilla.gnome.org/show_bug.cgi?id=671447
2011-11-16Add coding style check for g_hash_table_destroy and g_array_free usageXavier Claessens1-0/+13
2011-02-01Update tools from telepathy-glibEmilio Pozuelo Monfort24-519/+1618
2010-05-26with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> ↵Simon McVittie1-1/+11
redirection
2010-01-17Support silent build rules with automake 1.11Javier Jardón2-12/+9
Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
2009-06-24check-whitespace.sh: check trailing tabsGuillaume Desmottes1-0/+6
2009-06-05Add simple flymake support.Jonny Lamb2-0/+5
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-05-18disable tab coding style check for nowGuillaume Desmottes1-5/+6
2009-04-24Add shave support to build process.Jonny Lamb2-9/+12
Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2008-11-21Update tools to latest version of tp-glib and include a gitignoreXavier Claessens26-992/+1474
svn path=/trunk/; revision=1883
2008-11-21Fix typo in extension glib client generation code. This is already fixed ↵Jonny Lamb1-1/+1
upstream in telepathy-glib. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1800
2008-04-11Update tools/.gitignoreXavier Claessens1-0/+1
svn path=/trunk/; revision=916
2008-04-11Update tools from tp-glib 0.7.6Xavier Claessens10-39/+421
svn path=/trunk/; revision=915
2008-02-26Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens20-0/+3952
Link that library into libempathy (it's not actually used for anything at this point). Extensions currently built: ChannelHandler and StreamEngine. The namespacing convention used is emp_*, Emp*, EMP_* so it won't be included in the library ABI. svn path=/trunk/; revision=663