summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2007-11-20Add with-session-bus.sh to distSimon McVittie1-1/+2
2007-11-15Add tools/with-session-bus.shSimon McVittie1-0/+73
2007-11-13Make various code-gen tools runnable on entire specifications, with arbitrary...Simon McVittie4-8/+8
2007-11-13Revert the code in glib-ginterface-gen that generates references to GType-gen...Simon McVittie1-18/+3
2007-11-13glib-ginterface-gen: Don't allow interfaces that will cause havoc in our API ...Simon McVittie1-3/+12
2007-11-13Replace genginterface.py with glib-ginterface-gen.py.Simon McVittie3-512/+582
2007-11-12Don't bother writing license information to generated filesSimon McVittie1-23/+0
2007-11-12Don't generate signals-marshal.list in genginterfaceSimon McVittie1-8/+1
2007-11-12Generate signal marshallers needed by dbus-glib as a separate scriptSimon McVittie2-0/+48
2007-11-12Move camelcase_to_lower, camelcase_to_upper to libglibcodegenSimon McVittie2-25/+29
2007-11-12Move more code to libglibcodegen.pySimon McVittie4-37/+44
2007-11-12Clean up libglibcodegen.py[co] during cleanSimon McVittie1-1/+1
2007-11-12Make sure things built by tools that use libglibcodegen are rebuilt when that...Simon McVittie1-0/+7
2007-11-12Add tools/libglibcodegen.py and start to move stuff into itSimon McVittie4-191/+228
2007-11-09genginterface.py: support signature 'ao'Simon McVittie1-0/+2
2007-10-29Make glib-client-marshaller-gen.py take the prefix as a command-line argumentSimon McVittie1-3/+3
2007-10-26Only emit array GType-generator implementations if a type with appropriate si...Simon McVittie1-0/+3
2007-10-26Only generate ARRAY GTypes if an array-name is explicitly givenSimon McVittie1-4/+1
2007-10-08Fix tools/Makefile.am: glib-client-marshaller-gen.py, not .xslSimon McVittie1-1/+1
2007-10-08Generate a function _tp_register_dbus_glib_marshallers which registers dbus-g...Simon McVittie2-0/+60
2007-10-05genginterface: Object-paths have BOXED typeSimon McVittie1-1/+1
2007-10-04genginterface and glib-gtypes-generator are programs, not stylesheets - amend...Simon McVittie2-2/+2
2007-10-04The project is called telepathy-glib, not libtelepathy-glibSimon McVittie6-6/+6
2007-10-04Add master copy location and copyright info to tools/*.pySimon McVittie2-0/+40
2007-10-04In XSL stylesheets for which tp-glib is the master copy, add comments saying soSimon McVittie7-2/+73
2007-10-04Sync ls-interfaces.xsl, spec-to-introspect.xsl from spec repo (only comment c...Simon McVittie2-0/+27
2007-10-03Include GTypes generator in distSimon McVittie1-0/+1
2007-10-03Include GLib interface generation in distSimon McVittie1-0/+2
2007-10-03Add GLib-specific interfaces generator stylesheets, which generate GQuarks as...Simon McVittie2-0/+98
2007-10-03tools/glib-gtypes-generator.py: if array-name is explicitly set to an empty s...Simon McVittie1-10/+13
2007-10-03Move coding style checks to tools/Simon McVittie5-0/+87
2007-09-06Document generated macrosSimon McVittie1-3/+34
2007-09-06Generate array/struct types with different namesSimon McVittie1-2/+3
2007-09-06Add code to auto-generate functions that return specialized GTypesSimon McVittie1-0/+164
2007-09-07Remove tools/genginterface.pyc in make cleanSimon McVittie1-0/+2
2007-09-07Re-order tools/Makefile.am alphabeticallySimon McVittie1-2/+2
2007-09-07Don't make generated GInterfaces unnecessarily large (fd.o #11916).Simon McVittie1-1/+1
2007-08-29make generation of spec-gen.am depend on stable interface whitelistDafydd Harries1-1/+1
2007-06-07c-constants-generator: reformat <tp:spec> templateSimon McVittie1-9/+20
2007-06-07c-constants-generator: spec now has @plural so remove hackSimon McVittie1-4/+0
2007-06-07c-constants-generator.xsl: make mixed-case-prefix param mandatorySimon McVittie1-3/+11
2007-06-07Make c-interfaces-generator not telepathy-glib specificSimon McVittie1-13/+38
2007-05-28genginterface.py: don't use non-existant type DBUS_TYPE_G_BYTE_ARRAYDafydd Harries1-1/+3
2007-04-19Move contents of lib/ into root directorySimon McVittie12-0/+1281
2006-01-21remove any possibility for darcs crack when moving from generated XML or gene...6-485/+0
2006-01-18fix up the gobject generator to properly understand a(...) and a{...}1-5/+15
2006-01-17Move do_gen.sh into tools -- remaining changes.Ole Andre Vadla Ravnaas2-0/+15
2006-01-16*actually* sort method names alphabetically... doh1-2/+2
2006-01-14set const values in prototypes correctly1-23/+23
2006-01-14try marshalling object paths as strings1-1/+1