summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Update doc-generator.xsl from telepathy-spec 0.17.8Simon McVittie2008-07-231-14/+27
* Update doc-generator.xsl from telepathy-specSimon McVittie2008-07-211-38/+381
* Tighten coding style checkingSimon McVittie2008-07-211-0/+20
* libglibcodegen: generate the right thing for 'ao'. DBUS_TYPE_G_OBJECT_ARRAY i...Simon McVittie2008-07-011-1/+4
* glib-interfaces-gen.pyOlli Salli2008-06-195-189/+100
* Make .. as path element work in get_by_path again, and make it return attribu...Olli Salli2008-06-191-3/+3
* Distribute c-constants-gen.py instead of the (now defunct) c-constants-genera...Olli Salli2008-06-181-1/+1
* c-constants-generator.xsl -> c-constants-gen.pyOlli Salli2008-06-183-299/+153
* Add get_by_path(element, path) to libtpcodegen to support a pseudo-subset of ...Olli Salli2008-06-172-0/+34
* Make libtpcodegen.get_descendant_text work transparently on (possibly nested)...Olli Salli2008-06-171-3/+5
* Add libtpcodegen.{pyc,pyo} to tools/Makefile.am CLEANFILESOlli Salli2008-06-171-1/+1
* Make get_descendant_text return '' in case of a None element (mirroring xsl:v...Olli Salli2008-06-141-0/+2
* Add documentation to make-version-script.pySimon McVittie2008-06-061-2/+4
* Enhance make-version-script.py to produce dpkg symbols files tooSimon McVittie2008-06-061-21/+67
* tools/make-version-script.py: allow and ignore a "release" headerSimon McVittie2008-06-061-0/+3
* Distribute libtpcodegen.py, fixing distcheckSimon McVittie2008-05-301-0/+1
* Explicit is better than implicit: use an explicit from/import list rather tha...Simon McVittie2008-05-301-1/+9
* glib-errors-enum-header.xsl -> glib-errors-enum-header-gen.pyOlli Salli2008-05-263-74/+78
* Replace glib-errors-enum-body.xsl with glib-errors-enum-body-gen.py, a byte-t...Olli Salli2008-05-233-73/+67
* Add libtpcodegen.get_descendant_text(element) for extracting text data from a...Olli Salli2008-05-231-0/+12
* Split libtpcodegen.py from libglibcodegen.pyOlli Salli2008-05-232-161/+184
* Update doc-generator.xsl to telepathy-spec 0.17.6 levelSimon McVittie2008-05-281-34/+119
* Use a less fragile mechanism to connect up the coding style checkSimon McVittie2008-05-071-1/+1
* glib-client-gen.py: in _call_ methods, destroy (user_data) even if there is n...Simon McVittie2008-04-221-6/+21
* Remove cruft from tools/: spec-to-introspect.xsl, make-all-async.xsl, ls-inte...Simon McVittie2008-04-214-132/+0
* Add a script to generate a GNU ld version script from versions/*.abiSimon McVittie2008-04-142-0/+155
* Fix generation of bindings for arrays of object-path ('ao') - GPtrArray, not ...Simon McVittie2008-04-111-1/+1
* Update doc-generator.xsl from Telepathy specSimon McVittie2008-04-071-3/+8
* glib-client-gen: cope with Unicode characters in the specSimon McVittie2008-04-041-0/+4
* glib-client-gen: convert tp_proxy_api to a tuple for correct comparison with ...Simon McVittie2008-04-021-2/+2
* glib-client-gen: if --tp-proxy-api=x.y.z is supplied, for (x, y, z) >= (0, 7,...Simon McVittie2008-04-021-1/+8
* glib-client-gen.py: Fix identationSjoerd Simons2008-03-251-10/+10
* Let the code generation add G_GNUC_UNUSED to function arguments where applicableSjoerd Simons2008-03-232-18/+22
* Update doc-generator.xsl from tp-spec-tools-smcv: generate docs for all inter...Simon McVittie2008-03-051-3/+3
* Update doc-generator.xsl from telepathy-specSimon McVittie2008-03-051-12/+76
* Fix memory leak on the GError when object does not implement an interface (bu...Alberto Mardegan2008-02-291-0/+1
* Don't use ' etc., it confuses gtkdoc...Simon McVittie2008-02-201-1/+1
* Avoid using CDATA where possibleSimon McVittie2008-02-203-23/+28
* glib-ginterface-gen: generate glue for the D-Bus core Properties mixinSimon McVittie2008-02-131-11/+58
* glib-client-gen: special-case G_TYPE_VALUE outputs, fixing a crash when a met...Simon McVittie2008-02-131-2/+18
* glib-ginterface-gen.py: allow interfaces to be marked as tp:implement-service...Simon McVittie2008-02-111-1/+5
* glib-ginterface-gen.py: add hooks to generate introspect info for propertiesSimon McVittie2008-02-071-1/+7
* telepathy-glib-env.in: exec the called programSimon McVittie2008-01-181-1/+1
* Rename telepathy-glib-gdb to telepathy-glib-env and make it take e.g. "gdb" a...Simon McVittie2008-01-182-4/+4
* glib-client-gen: make *_run_* output a GMainLoop, not a TpPendingCallSimon McVittie2008-01-171-8/+15
* Re-indent c-constants-generator.xsl for claritySimon McVittie2008-01-171-69/+111
* Add telepathy-glib-gdb tool to help with gdb'ing tests and examplesSimon McVittie2008-01-152-1/+19
* Add an argument to tp_cli_*_run_*, through which the TpProxyPendingCall is wr...Simon McVittie2008-01-151-4/+16
* In TpProxyPendingCall internals, add a boolean parameter cancel_must_raise: i...Simon McVittie2008-01-151-2/+3
* Fix code-generation typo in glib-client-genSimon McVittie2008-01-141-1/+1