summaryrefslogtreecommitdiff
path: root/giscanner/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* Always pass an encoding to open() using text modeChristoph Reiter2020-11-071-2/+2
* meson: install everything.c/h like with autotoolsChristoph Reiter2018-12-171-1/+4
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-6/+0
* scanner: Warn and ignore return annotations when there is no return valueGarrett Regier2015-10-041-4/+5
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-0/+1
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use items() instead of iteritems()Simon Feltman2015-09-291-1/+1
* scanner: Warn and ignore on incorrect transfer annotationsColin Walters2015-09-271-8/+10
* Revert "scanner: Warn and ignore on incorrect transfer annotations"Michael Catanzaro2015-09-271-10/+8
* scanner: Warn and ignore on incorrect transfer annotationsGarrett Regier2015-09-261-8/+10
* giscanner: Add Optional Options for CodegenChun-wei Fan2014-09-041-1/+32
* Revert "codegen.py: Update Generation of everything.[c|h]"Chun-wei Fan2014-08-151-10/+1
* codegen.py: Update Generation of everything.[c|h]Chun-wei Fan2014-08-151-1/+10
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-5/+7
* [scanner] Make it compatible with Python 2.5 againJohan Dahlin2010-09-071-0/+3
* Major rewriteColin Walters2010-08-311-0/+137