summaryrefslogtreecommitdiff
path: root/tools/defs_gen
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: Make h2def.py recognize G_DEFINE_AUTOPTR_CLEANUP_FUNCKjell Ahlstedt2022-07-231-0/+4
* Add tools/defs_gen/enumextract.pyKjell Ahlstedt2021-03-171-0/+466
* gmmproc: Make h2def.py recognize more macrosKjell Ahlstedt2020-08-291-2/+6
* tools/defs_gen/*.py: Specify that this is python3 codeKjell Ahlstedt2020-05-213-6/+4
* gmmproc: Update enum.pl and h2def.py for new glib deprecation macrosKjell Ahlstedt2019-07-081-18/+13
* docextract_to_xml.py: Add --exclude-file optionKjell Ahlstedt2017-12-152-20/+27
* gmmproc: Make h2def.py recognize some GDK_PIXBUF macrosKjell Ahlstedt2016-06-151-5/+6
* h2def.py: strip G_DECLARE_FINAL_TYPE macro callMarcin Kolny2016-04-051-0/+4
* h2def.py: Accept parameter names beginning with constKjell Ahlstedt2016-01-111-1/+1
* docextract_to_xml.py: Minor fix in internal dataKjell Ahlstedt2015-06-042-3/+12
* docextract_to_xml.py: Add support for the --no-recursion optionKjell Ahlstedt2015-06-022-7/+16
* docextract_to_xml.py: Distinguish sections from propertiesKjell Ahlstedt2015-06-022-13/+26
* h2def.py: Remove *_DEPRECATED_IN_*_*_FOR(*) prefixes with white spaceKjell Ahlstedt2015-02-201-3/+3
* h2def.py: fixed generator in case of inline functions (bgo#736427)Marcin Kolny2014-09-161-0/+37
* h2def.py: Handle *_DEPRECATED_IN_* and AVAILABLE_IN_* with 0 digits.Murray Cumming2014-03-281-2/+2
* h2def.py: clean_func() also strip *_DEPRECATE_IN_*_FOR () without a space.Murray Cumming2014-03-281-1/+1
* tools: h2def.py: Handle *_DEPRECATED_IN_*_FOR (*)Murray Cumming2013-09-201-0/+4
* Port tools/defs_gen to Python 3.Kjell Ahlstedt2013-09-126-93/+90
* docextract_to_xml.py: Add '⇒' to the list of escape sequences.José Alburquerque2013-06-301-0/+1
* h2def.py: Handle GLIB_AVAILABLE_IN_ALLMurray Cumming2013-03-191-0/+4
* gmmproc: Improve the conversion of documentation to Doxygen format.Kjell Ahlstedt2013-01-291-5/+28
* gmmproc: Make enum documentation possible.José Alburquerque2012-11-052-25/+58
* docextract_to_xml.py: Replace : with ':' in generated XML files.José Alburquerque2012-11-041-0/+1
* h2defs.py: Ignore the new GDK_AVAILABLE_IN_* macros.Murray Cumming2012-03-021-0/+4
* docextract_to_xml.py: Generate signal docs by default.José Alburquerque2012-02-281-5/+5
* h2def.py: Handle types such as 'const gchar* const *' for functions.José Alburquerque2012-02-261-2/+4
* h2def.py: Handle deprecated functions.José Alburquerque2012-02-161-0/+5
* docextract_to_xml.py: Add some HTML entity conversions.José Alburquerque2012-02-071-0/+2
* Fix h2def.py not parsing function starting with G_GNUC_* macros.Krzesimir Nowak2011-09-271-0/+5
* Add h2defs.py and docextract_to_xml.py, removed from pygboject.Murray Cumming2011-07-196-0/+2105