Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coding style check for g_hash_table_destroy and g_array_free usage | Xavier Claessens | 2011-11-16 | 1 | -0/+13 |
| | |||||
* | Update tools from telepathy-glib | Emilio Pozuelo Monfort | 2011-02-01 | 24 | -519/+1618 |
| | |||||
* | with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> ↵ | Simon McVittie | 2010-05-26 | 1 | -1/+11 |
| | | | | redirection | ||||
* | Support silent build rules with automake 1.11 | Javier Jardón | 2010-01-18 | 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> | ||||
* | check-whitespace.sh: check trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -0/+6 |
| | |||||
* | Add simple flymake support. | Jonny Lamb | 2009-06-05 | 2 | -0/+5 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | disable tab coding style check for now | Guillaume Desmottes | 2009-05-18 | 1 | -5/+6 |
| | |||||
* | Add shave support to build process. | Jonny Lamb | 2009-04-24 | 2 | -9/+12 |
| | | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Update tools to latest version of tp-glib and include a gitignore | Xavier Claessens | 2008-11-22 | 26 | -992/+1474 |
| | | | | svn path=/trunk/; revision=1883 | ||||
* | Fix typo in extension glib client generation code. This is already fixed ↵ | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
| | | | | | | | | upstream in telepathy-glib. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1800 | ||||
* | Update tools/.gitignore | Xavier Claessens | 2008-04-11 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=916 | ||||
* | Update tools from tp-glib 0.7.6 | Xavier Claessens | 2008-04-11 | 10 | -39/+421 |
| | | | | svn path=/trunk/; revision=915 | ||||
* | Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la. | Xavier Claessens | 2008-02-26 | 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 |