Age | Commit message (Expand) | Author | Files | Lines |
2008-08-19 | Remove all .git-darcs-dir files | Simon McVittie | 1 | -0/+0 |
2008-08-15 | Consolidate all .gitignore files to top level | Simon McVittie | 1 | -1/+0 |
2008-08-14 | Add .gitignore files | Xavier Claessens | 1 | -0/+1 |
2008-07-23 | Update doc-generator.xsl from telepathy-spec 0.17.8 | Simon McVittie | 1 | -14/+27 |
2008-07-21 | Update doc-generator.xsl from telepathy-spec | Simon McVittie | 1 | -38/+381 |
2008-07-21 | Tighten coding style checking | Simon McVittie | 1 | -0/+20 |
2008-07-01 | libglibcodegen: generate the right thing for 'ao'. DBUS_TYPE_G_OBJECT_ARRAY i... | Simon McVittie | 1 | -1/+4 |
2008-06-19 | glib-interfaces-gen.py | Olli Salli | 5 | -189/+100 |
2008-06-19 | Make .. as path element work in get_by_path again, and make it return attribu... | Olli Salli | 1 | -3/+3 |
2008-06-18 | Distribute c-constants-gen.py instead of the (now defunct) c-constants-genera... | Olli Salli | 1 | -1/+1 |
2008-06-18 | c-constants-generator.xsl -> c-constants-gen.py | Olli Salli | 3 | -299/+153 |
2008-06-17 | Add get_by_path(element, path) to libtpcodegen to support a pseudo-subset of ... | Olli Salli | 2 | -0/+34 |
2008-06-17 | Make libtpcodegen.get_descendant_text work transparently on (possibly nested)... | Olli Salli | 1 | -3/+5 |
2008-06-17 | Add libtpcodegen.{pyc,pyo} to tools/Makefile.am CLEANFILES | Olli Salli | 1 | -1/+1 |
2008-06-14 | Make get_descendant_text return '' in case of a None element (mirroring xsl:v... | Olli Salli | 1 | -0/+2 |
2008-06-06 | Add documentation to make-version-script.py | Simon McVittie | 1 | -2/+4 |
2008-06-06 | Enhance make-version-script.py to produce dpkg symbols files too | Simon McVittie | 1 | -21/+67 |
2008-06-06 | tools/make-version-script.py: allow and ignore a "release" header | Simon McVittie | 1 | -0/+3 |
2008-05-30 | Distribute libtpcodegen.py, fixing distcheck | Simon McVittie | 1 | -0/+1 |
2008-05-30 | Explicit is better than implicit: use an explicit from/import list rather tha... | Simon McVittie | 1 | -1/+9 |
2008-05-26 | glib-errors-enum-header.xsl -> glib-errors-enum-header-gen.py | Olli Salli | 3 | -74/+78 |
2008-05-23 | Replace glib-errors-enum-body.xsl with glib-errors-enum-body-gen.py, a byte-t... | Olli Salli | 3 | -73/+67 |
2008-05-23 | Add libtpcodegen.get_descendant_text(element) for extracting text data from a... | Olli Salli | 1 | -0/+12 |
2008-05-23 | Split libtpcodegen.py from libglibcodegen.py | Olli Salli | 2 | -161/+184 |
2008-05-28 | Update doc-generator.xsl to telepathy-spec 0.17.6 level | Simon McVittie | 1 | -34/+119 |
2008-05-07 | Use a less fragile mechanism to connect up the coding style check | Simon McVittie | 1 | -1/+1 |
2008-04-22 | glib-client-gen.py: in _call_ methods, destroy (user_data) even if there is n... | Simon McVittie | 1 | -6/+21 |
2008-04-21 | Remove cruft from tools/: spec-to-introspect.xsl, make-all-async.xsl, ls-inte... | Simon McVittie | 4 | -132/+0 |
2008-04-14 | Add a script to generate a GNU ld version script from versions/*.abi | Simon McVittie | 2 | -0/+155 |
2008-04-11 | Fix generation of bindings for arrays of object-path ('ao') - GPtrArray, not ... | Simon McVittie | 1 | -1/+1 |
2008-04-07 | Update doc-generator.xsl from Telepathy spec | Simon McVittie | 1 | -3/+8 |
2008-04-04 | glib-client-gen: cope with Unicode characters in the spec | Simon McVittie | 1 | -0/+4 |
2008-04-02 | glib-client-gen: convert tp_proxy_api to a tuple for correct comparison with ... | Simon McVittie | 1 | -2/+2 |
2008-04-02 | glib-client-gen: if --tp-proxy-api=x.y.z is supplied, for (x, y, z) >= (0, 7,... | Simon McVittie | 1 | -1/+8 |
2008-03-25 | glib-client-gen.py: Fix identation | Sjoerd Simons | 1 | -10/+10 |
2008-03-23 | Let the code generation add G_GNUC_UNUSED to function arguments where applicable | Sjoerd Simons | 2 | -18/+22 |
2008-03-05 | Update doc-generator.xsl from tp-spec-tools-smcv: generate docs for all inter... | Simon McVittie | 1 | -3/+3 |
2008-03-05 | Update doc-generator.xsl from telepathy-spec | Simon McVittie | 1 | -12/+76 |
2008-02-29 | Fix memory leak on the GError when object does not implement an interface (bu... | Alberto Mardegan | 1 | -0/+1 |
2008-02-20 | Don't use ' etc., it confuses gtkdoc... | Simon McVittie | 1 | -1/+1 |
2008-02-20 | Avoid using CDATA where possible | Simon McVittie | 3 | -23/+28 |
2008-02-13 | glib-ginterface-gen: generate glue for the D-Bus core Properties mixin | Simon McVittie | 1 | -11/+58 |
2008-02-13 | glib-client-gen: special-case G_TYPE_VALUE outputs, fixing a crash when a met... | Simon McVittie | 1 | -2/+18 |
2008-02-11 | glib-ginterface-gen.py: allow interfaces to be marked as tp:implement-service... | Simon McVittie | 1 | -1/+5 |
2008-02-07 | glib-ginterface-gen.py: add hooks to generate introspect info for properties | Simon McVittie | 1 | -1/+7 |
2008-01-18 | telepathy-glib-env.in: exec the called program | Simon McVittie | 1 | -1/+1 |
2008-01-18 | Rename telepathy-glib-gdb to telepathy-glib-env and make it take e.g. "gdb" a... | Simon McVittie | 2 | -4/+4 |
2008-01-17 | glib-client-gen: make *_run_* output a GMainLoop, not a TpPendingCall | Simon McVittie | 1 | -8/+15 |
2008-01-17 | Re-indent c-constants-generator.xsl for clarity | Simon McVittie | 1 | -69/+111 |
2008-01-15 | Add telepathy-glib-gdb tool to help with gdb'ing tests and examples | Simon McVittie | 2 | -1/+19 |