summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_pGuillaume Desmottes2013-10-221-1/+1
| | | | | The latter are deprecated, and recent Automake makes a lot of noise about them.
* check-whitespace.sh: enable the TAB checking againMarco Barisione2013-08-201-6/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* empathy-env.in: deleteMarco Barisione2013-08-203-16/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* sync tools/ with telepathy-glibGuillaume Desmottes2013-01-0413-120/+129
| | | | | | This should allow Empathy to be build with Python 3. https://bugzilla.gnome.org/show_bug.cgi?id=687616
* glib-signals-marshal-gen.py is not needed any moreGuillaume Desmottes2012-09-171-55/+0
|
* sync tools/* with tp-glib masterGuillaume Desmottes2012-09-1718-109/+287
| | | | Fix extensions/Makefile.am to build with the new tools.
* Run from the source directory without installingEmanuele Aina2012-03-063-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
* Add coding style check for g_hash_table_destroy and g_array_free usageXavier Claessens2011-11-161-0/+13
|
* Update tools from telepathy-glibEmilio Pozuelo Monfort2011-02-0124-519/+1618
|
* with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> ↵Simon McVittie2010-05-261-1/+11
| | | | redirection
* Support silent build rules with automake 1.11Javier Jardón2010-01-172-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 tabsGuillaume Desmottes2009-06-241-0/+6
|
* Add simple flymake support.Jonny Lamb2009-06-052-0/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* disable tab coding style check for nowGuillaume Desmottes2009-05-181-5/+6
|
* Add shave support to build process.Jonny Lamb2009-04-242-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 gitignoreXavier Claessens2008-11-2126-992/+1474
| | | | svn path=/trunk/; revision=1883
* Fix typo in extension glib client generation code. This is already fixed ↵Jonny Lamb2008-11-211-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/.gitignoreXavier Claessens2008-04-111-0/+1
| | | | svn path=/trunk/; revision=916
* Update tools from tp-glib 0.7.6Xavier Claessens2008-04-1110-39/+421
| | | | svn path=/trunk/; revision=915
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens2008-02-2620-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