Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-30 | im.telepathy1 -> im.telepathy.v1 | Guillaume Desmottes | 1 | -2/+2 | |
2014-01-27 | Sync tools/ with telepathy-glib-1 | Xavier Claessens | 9 | -383/+394 | |
2013-10-22 | Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_p | Guillaume Desmottes | 1 | -1/+1 | |
The latter are deprecated, and recent Automake makes a lot of noise about them. | |||||
2013-08-20 | empathy-env.in: set TPAW_SRCDIR | Marco Barisione | 1 | -0/+3 | |
2013-01-04 | sync tools/ with telepathy-glib | Guillaume Desmottes | 13 | -120/+129 | |
This should allow Empathy to be build with Python 3. https://bugzilla.gnome.org/show_bug.cgi?id=687616 | |||||
2012-09-17 | glib-signals-marshal-gen.py is not needed any more | Guillaume Desmottes | 1 | -55/+0 | |
2012-09-17 | sync tools/* with tp-glib master | Guillaume Desmottes | 18 | -109/+287 | |
Fix extensions/Makefile.am to build with the new tools. | |||||
2012-03-06 | Run from the source directory without installing | Emanuele Aina | 3 | -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-16 | Add coding style check for g_hash_table_destroy and g_array_free usage | Xavier Claessens | 1 | -0/+13 | |
2011-02-01 | Update tools from telepathy-glib | Emilio Pozuelo Monfort | 24 | -519/+1618 | |
2010-05-26 | with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> ↵ | Simon McVittie | 1 | -1/+11 | |
redirection | |||||
2010-01-17 | Support silent build rules with automake 1.11 | Javier Jardón | 2 | -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-24 | check-whitespace.sh: check trailing tabs | Guillaume Desmottes | 1 | -0/+6 | |
2009-06-05 | Add simple flymake support. | Jonny Lamb | 2 | -0/+5 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2009-05-18 | disable tab coding style check for now | Guillaume Desmottes | 1 | -5/+6 | |
2009-04-24 | Add shave support to build process. | Jonny Lamb | 2 | -9/+12 | |
Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2008-11-21 | Update tools to latest version of tp-glib and include a gitignore | Xavier Claessens | 26 | -992/+1474 | |
svn path=/trunk/; revision=1883 | |||||
2008-11-21 | Fix typo in extension glib client generation code. This is already fixed ↵ | Jonny Lamb | 1 | -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-11 | Update tools/.gitignore | Xavier Claessens | 1 | -0/+1 | |
svn path=/trunk/; revision=916 | |||||
2008-04-11 | Update tools from tp-glib 0.7.6 | Xavier Claessens | 10 | -39/+421 | |
svn path=/trunk/; revision=915 | |||||
2008-02-26 | Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la. | Xavier Claessens | 20 | -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 |