summaryrefslogtreecommitdiff
path: root/gobject/glib-mkenums.in
Commit message (Expand)AuthorAgeFilesLines
* glib-mkenums: evaluate private symbols tooPatrick Monnerat2022-11-011-9/+10
* glib-mkenums: feature use of previous symbols in evaluationPatrick Monnerat2022-11-011-3/+4
* glib-mkenums: Specify output encoding as UTF-8 explicitly for non-English localeSeungha Yang2022-08-161-0/+3
* glib-mkenums: Parse and skip deprecation/availability annotationsPhilip Withnall2021-03-111-2/+6
* mkenums: Support public/private trigraphs againwip/mak/mkenums-priv-trigraphMatthias Klumpp2021-01-101-5/+24
* trivial: Formatting changesMatthias Klumpp2021-01-101-11/+11
* glib-mkenums: allow optional 'since' tagAleksander Morgado2020-05-141-0/+12
* glib-mkenums: Support reading @rspfiles for argumentsNirbheek Chauhan2018-12-041-2/+33
* glib-mkenums: improve and correct argument documentationWill Thompson2018-08-101-6/+7
* glib-mkenums: don't support @filename@/@basename@ in fhead/ftailWill Thompson2018-08-101-8/+10
* glib-mkenums: Ignore other per value options than 'skip' and 'nick'Peter Kjellerstedt2018-06-251-1/+1
* glib-mkenums: Don't go into an infinite loop trying to find a matching {Sam Spilsbury2018-03-211-0/+2
* glib-mkenums: Don't treat typedef enum _SomeIdentifier {} as syntax errorSam Spilsbury2018-03-211-1/+1
* glib-mkenums: Fix typos in a message and a commentPhilip Withnall2018-03-211-2/+2
* glib-mkenums: best effort attempt on non-utf8 encoded files.Patrick Welche2017-12-131-11/+28
* mkenums: Don't raise when unlinking a file that does not existSam Spilsbury2017-10-311-1/+7
* glib-genmarshal/glib-mkenums: Add comment clarifying licensingPhilip Withnall2017-10-251-1/+6
* Sort the list of files being processed by glib-mkenumsEmmanuele Bassi2017-10-241-1/+1
* glib-mkenums: Add default comment template if none is providedPhilip Withnall2017-10-191-4/+3
* glib-mkenums: Fix typo in version stringPhilip Withnall2017-10-171-2/+2
* glib-mkenums: fix parsing of flags annotationAlberts Muktupāvels2017-08-011-0/+5
* Revert "glib-mkenums: fix parsing of /*< flags >*/ annotation"Emmanuele Bassi2017-08-011-5/+5
* glib-mkenums: Python2: use locale encoding when redirecting stdoutChristoph Reiter2017-07-261-1/+9
* glib-mkenums: fix encoding error when writing filesChristoph Reiter2017-07-221-1/+3
* glib-mkenums: Don't use FileNotFoundError, it's Python 3 only.Christoph Reiter2017-07-191-3/+6
* glib-mkenums: Use utf-8 for reading filesChristoph Reiter2017-07-191-3/+4
* mkenums: Keep compatibility with Python 2.xEmmanuele Bassi2017-07-171-2/+14
* mkenums: Skip unparsed linesEmmanuele Bassi2017-07-171-1/+1
* mkenums: Add missing --fprod handlerEmmanuele Bassi2017-07-171-0/+1
* meson: Simplify the use of built toolsEmmanuele Bassi2017-07-171-12/+9
* mkenums: Use the same reporting functions from genmarshalEmmanuele Bassi2017-07-171-3/+46
* mkenums: Skip files not foundEmmanuele Bassi2017-07-171-1/+7
* mkenums: Change ordering for template file and argumentsEmmanuele Bassi2017-07-171-7/+34
* mkenums: Fix typoEmmanuele Bassi2017-07-161-1/+1
* mkenums: Do not check for NoneEmmanuele Bassi2017-07-161-1/+1
* mkenums: Some arguments can be used multiple timesEmmanuele Bassi2017-07-161-13/+13
* glib-mkenums: unescape \n etc. in command line argumentsTim-Philipp Müller2017-07-151-7/+12
* 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