summaryrefslogtreecommitdiff
path: root/tools/glib-gtypes-generator.py
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Avoid using CDATA where possibleSimon McVittie1-6/+9
2007-12-14Move get_docstring to libglibcodegen and make it work with elements that have...Simon McVittie1-13/+1
2007-11-29glib-gtypes-generator: emit better documentation (known issue: it's verbatim ...Simon McVittie1-19/+80
2007-11-28correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)Robert McQueen1-2/+2
2007-11-12Add tools/libglibcodegen.py and start to move stuff into itSimon McVittie1-47/+6
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-04genginterface and glib-gtypes-generator are programs, not stylesheets - amend...Simon McVittie1-1/+1
2007-10-04Add master copy location and copyright info to tools/*.pySimon McVittie1-0/+20
2007-10-03tools/glib-gtypes-generator.py: if array-name is explicitly set to an empty s...Simon McVittie1-10/+13
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