summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Remove unused files.Jonny Lamb1-0/+0
2009-08-25Initial autotools-ing of telepathy-python.Jonny Lamb1-0/+6
2009-06-25Updated to telepathy-spec 0.17.26Louis-Francis Ratte-Boulianne2-2/+2
2009-06-12Small fix to error generator to not prefix whitespace at the beginning.Jonny Lamb1-1/+2
2009-06-12Set python encoding header to utf-8 in generated sources.Jonny Lamb4-5/+6
2009-06-12Output codegen text in utf-8.Jonny Lamb4-4/+4
2009-06-11Upgrade code generator to work with latest spec.Guillaume Desmottes4-2/+18
2008-12-24spec-to-python.xsl: don't generate interface having the causes-havoc attributeGuillaume Desmottes1-1/+4
2007-04-23Remove no-longer-used files from tools/Simon McVittie6-575/+0
2007-03-08Add missing stylesheet spec-to-python.xslSimon McVittie1-0/+65
2007-03-02Correct output of __all__ in Python errors generator XSLTSimon McVittie1-1/+1
2007-03-02Generate constants, interfaces, exceptions from the specSimon McVittie3-0/+149
2006-11-05remove non-used libtelepathy.def (used in libtelepathy instead)1-29/+0
2006-09-10gengobject: s/occured/occurred/1-1/+1
2006-09-10gengobject: store a priv pointer inside the instance data so that expensive G...1-6/+10
2006-09-09gengobject: generate type *foo instead of type * foo1-10/+10
2006-09-09gengobject: name the self argument as 'self' instead of 'obj'1-1/+1
2006-09-09gengobject: refer to D-Bus thusly in the comments1-4/+4
2006-09-09gengobject: generate GNU-style parameter-per-line method declarations1-5/+7
2006-09-09gengobject: add a newline after the return type of method declarations1-2/+2
2006-08-22return void from async functions1-2/+13
2006-08-22use glib marshallers (g_cclosure_marshal...) where they exist, and avoid dupl...1-13/+26
2006-08-22fix gengobject to return UINT marshallers for uint values1-1/+1
2006-05-30genxml.py: Issue a helpful error message when ElementTree isn't installed.1-1/+8
2006-05-22sort generated errors1-0/+1
2006-05-22try and indent XML uniformly1-1/+17
2006-05-22remove introspection interface from XML1-0/+4
2006-05-22sort interfaces/methods/signals by name in generated XML1-1/+10
2006-04-10rename RoomProperties to Properties interface, replace some {}s with ()s to a...1-1/+2
2006-04-05replace the subject interface with a room properties interface, and remove th...1-1/+1
2006-02-06make gengobject generate recursive gtype declarations using dbus struct types1-25/+31
2006-01-22correct G_TYPE of GValueArray to not be an utter lie1-1/+1
2006-01-21add capabilities interface to GabbleConnection1-1/+1
2006-01-20add presence and a roster channel to gabble XML generation defs1-1/+2
2006-01-21move gengobject and generrors from the gabble tree2-0/+467
2006-01-19added ChannelTypeStreamedMedia, to voip engine xml generator1-0/+1
2006-01-19removed now inexistant ConnectionInterfaceStreamedMedia from libtelepathy xm...1-1/+0
2006-01-15added a def file for voip engine interfaces1-0/+2
2005-12-19add libtelepathy.defs file to generate XML for client library1-0/+29
2005-12-19allow blank lines and comments in genxml .defs files1-0/+5
2005-12-16tweak to generate object names, rename jabber to gabble3-4/+4
2005-12-02add a tool of evil genius to generate XML introspect data for arbitrary inter...4-0/+26