summaryrefslogtreecommitdiff
path: root/gobject/glib-mkenums.in
Commit message (Expand)AuthorAgeFilesLines
* mkenums: pass string for re.sub() for realignatenko/mkenum-criticalIgor Gnatenko2017-07-151-1/+1
* mkenums: don't try to call undefined functionIgor Gnatenko2017-07-151-3/+0
* mkenums: make string raw for real regexIgor Gnatenko2017-07-151-2/+2
* mkenums: trivial style fixesIgor Gnatenko2017-07-151-27/+31
* mkenums: fix main incompatibility with python2Igor Gnatenko2017-07-151-0/+2
* Use env to run the Python-based toolsEmmanuele Bassi2017-07-141-1/+1
* meson: Substitute the Python shebangEmmanuele Bassi2017-07-141-1/+1
* glib-mkenums: pick up /*< nick=xyz >*/ annotation againTim-Philipp Müller2017-07-131-1/+1
* glib-mkenums: add back missing --fprod optionMatej Knopp2017-07-131-0/+2
* glib-mkenums: Fix parsing of multiline commentsMatej Knopp2017-07-131-2/+2
* glib-mkenums: fix parsing of /*< flags >*/ annotationTim-Philipp Müller2017-07-131-5/+5
* glib-mkenums: misc fixes to python portNirbheek Chauhan2017-07-131-1/+1
* meson: Use Python port of glib-mkenumsNirbheek Chauhan2017-07-131-575/+575
* Revert "mkenums: Support public/private trigraph"Matthias Clasen2017-07-131-19/+0
* mkenums: Support public/private trigraphEmmanuele Bassi2017-05-161-0/+19
* glib-mkenums: Sort input files for more deterministic outputSimon McVittie2017-03-041-0/+2
* glib-mkenums: fix variable declarationTim-Philipp Müller2016-11-081-1/+1
* glib-mkenums: add --output option to write output to a fileTim-Philipp Müller2016-10-121-0/+26
* Fix tiny typo.Murray Cumming2015-10-281-1/+1
* glib-mkenums: fix handling of forward enum declarationsDan Winship2012-02-071-0/+6
* glib-mkenums: add --identifier-prefix and --symbol-prefix argsDan Winship2011-10-281-11/+32
* glib-mkenums.in: fix @ENUMPREFIX@ with /*< underscore_name=... >*/Dan Winship2011-10-281-1/+1
* Fix a typoMatthias Clasen2011-02-071-2/+2
* Don't use -w in shebang lineMatthias Clasen2011-02-071-1/+2
* Bug 617947 - glib-mkenums: add @valuenum@ supportRyan Lortie2010-05-061-6/+30
* glib-mkenums: Fix support for comment templatesRyan Lortie2010-05-061-2/+4
* Accept -? for glib-mkenums.Mart Raudsepp2009-09-221-1/+1
* Add @basename@ substitution to glib-mkenumsChristian Persch2009-07-031-0/+9
* Adjust help output, accept -?, capitalize. Patch by Christian DywanMatthias Clasen2009-03-011-34/+37
* introduce an ENUMPREFIX substitution.Kristian Rietveld2008-06-231-0/+12
* Don't shift ARGV[0] to undefined. (#466557, Aidan Delaney)Matthias Clasen2007-11-081-1/+2
* applied patch from David Necas which introduces an underscore_name optionTim Janik2006-10-101-24/+44
* fixed to print usage and version info on STDOUT (#322502).Tim Janik2006-08-291-29/+29
* Really fix #314890.Matthias Clasen2005-10-031-2/+2
* Don't hang on '{' following a trigraph comment in the same line. (#314890,Matthias Clasen2005-09-261-1/+2
* Avoid forcing extra newlines when using template files. (#171005)Matthias Clasen2005-03-221-0/+7
* Actually convert escape chars in --vprod. (#139058, Christophe Saout)Matthias Clasen2004-04-221-1/+1
* Support parsing of intializers containing macros with arguments. (#129717)Matthias Clasen2004-02-271-1/+3
* Added a lowercase_name option, to be used next to the enum declaration,Murray Cumming2003-12-301-0/+9
* Support for template files.Matthias Clasen2002-10-151-3/+49
* Fix various bugs and excessive stack usage that crept in the conversionOwen Taylor2002-03-251-26/+14
* allow the enums name to not be on the same line as the trailing '}'.Mark McLoughlin2001-11-181-0/+14
* Generate glib-mkenums from glib-mkenums.in, substituting in path to perl.Owen Taylor2001-10-291-1/+1
* removed \v escaping, newer perl versions don't support this, and it'STim Janik2001-04-301-7/+7
* made hook ids a gulong.Tim Janik2001-04-291-0/+399