summaryrefslogtreecommitdiff
path: root/tests/scanner/test_transformer.py
Commit message (Expand)AuthorAgeFilesLines
* typedefs: fix type information.Mathieu Duponchelle2017-03-141-2/+0
* tests: Fix python2/3 difference with respect to rawunicodeescapeColin Walters2015-09-291-1/+1
* giscanner: Use builtins module in Python 3Simon Feltman2015-09-291-2/+6
* 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/+2
* scanner: Add --identifier-filter-cmdSimon Feltman2014-06-031-0/+30
* scanner: Replace GInitiallyUnowned field sharing with generic solutionSimon Feltman2014-01-041-4/+4
* scanner: Fix parsing for various typedef struct orderingsSimon Feltman2014-01-041-3/+0
* tests: Add transformer tests for callback typedefsSimon Feltman2014-01-021-0/+16
* tests: Add nested union unittestsSimon Feltman2014-01-021-0/+85
* tests: Add nested struct tests for transformerSimon Feltman2014-01-021-0/+107
* tests: Add transformer typedef struct testsSimon Feltman2014-01-021-0/+240