summaryrefslogtreecommitdiff
path: root/tools/glib-gtypes-generator.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 'master' into telepathy-glib-0.24 (the branch has only fixes)Alexander Akulich2021-01-261-4/+4
|\
| * Sort generated types and adjust expected accordinglyJakub KulĂ­k2020-05-191-1/+1
| * tools/glib-gtypes-generator.py: Sort generated typesAlexander Akulich2019-12-121-3/+3
| * stop hardcoding python's path in .py scriptsGuillaume Desmottes2014-05-081-1/+1
|/
* Make the code generation tools work under either Python 2 or 3Simon McVittie2013-01-031-7/+7
* Fix doc comments for recent stricter gtk-docStef Walter2012-04-121-1/+1
* Codegen: write temporary files first, and rename them into placeSimon McVittie2012-03-091-10/+16
* fd.o #27878: glib-gtypes-generator: output gtk-doc separatelySimon McVittie2010-04-301-45/+52
* Cope with UTF-8 in spec XMLWill Thompson2009-12-011-80/+86
* glib-gtypes-generator.py: fix generation of complex typesSimon McVittie2009-01-301-3/+3
* glib-gtypes-generator: generate the first level of array of mappingsSimon McVittie2009-01-301-0/+50
* gtypes-generator: rename need_arrays to need_struct_arraysSimon McVittie2009-01-301-6/+11
* Avoid using CDATA where possibleSimon McVittie2008-02-201-6/+9
* Move get_docstring to libglibcodegen and make it work with elements that have...Simon McVittie2007-12-141-13/+1
* glib-gtypes-generator: emit better documentation (known issue: it's verbatim ...Simon McVittie2007-11-291-19/+80
* correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)Robert McQueen2007-11-281-2/+2
* Add tools/libglibcodegen.py and start to move stuff into itSimon McVittie2007-11-121-47/+6
* Only emit array GType-generator implementations if a type with appropriate si...Simon McVittie2007-10-261-0/+3
* Only generate ARRAY GTypes if an array-name is explicitly givenSimon McVittie2007-10-261-4/+1
* genginterface and glib-gtypes-generator are programs, not stylesheets - amend...Simon McVittie2007-10-041-1/+1
* Add master copy location and copyright info to tools/*.pySimon McVittie2007-10-041-0/+20
* tools/glib-gtypes-generator.py: if array-name is explicitly set to an empty s...Simon McVittie2007-10-031-10/+13
* Document generated macrosSimon McVittie2007-09-061-3/+34
* Generate array/struct types with different namesSimon McVittie2007-09-061-2/+3
* Add code to auto-generate functions that return specialized GTypesSimon McVittie2007-09-061-0/+164