summaryrefslogtreecommitdiff
path: root/giscanner/transformer.py
Commit message (Expand)AuthorAgeFilesLines
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-1/+0
* transformer: Strip whitespace from filter commandsPhilip Chimento2018-08-061-0/+1
* transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-251-7/+5
* Convert _Bool to gboolean for backward compatibility.Tomasz Miąsko2018-06-231-0/+9
* Merge branch 'array-to-pointer-adjustment' into 'master'Christoph Reiter2018-06-181-12/+19
|\
| * Perform array to pointer adjustment in function parameters.Tomasz Miąsko2018-04-281-12/+19
* | Use uint8 as default element type when constructing ByteArray.Tomasz Miąsko2018-04-151-3/+6
|/
* transformer: Strip whitespace from filter commandsPhilip Chimento2018-03-271-1/+2
* typedefs: fix type information.Mathieu Duponchelle2017-03-141-6/+1
* giscanner: fix tests with python3.5Marc-Antoine Perennou2016-01-181-1/+2
* giscanner/transformer.py: Fix --identifier-filter on Python 3.xChun-wei Fan2015-10-281-1/+2
* Add support for function typedefs without pointerBen Iofel2015-10-191-2/+10
* transformer: Strip out GLib _autoptr typedefsColin Walters2015-10-101-0/+3
* giscanner: Update namespace sort for Python 3 compatibilitySimon Feltman2015-09-291-7/+10
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-1/+2
* giscanner: Replace repr format usage with string formatterSimon Feltman2015-09-291-6/+7
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-1/+2
* 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
* giscanner: Use items() instead of iteritems()Simon Feltman2015-09-291-3/+3
* giscanner: Convert map() results to listSimon Feltman2015-09-291-1/+1
* giscanner: fix alias resolutionGiovanni Campagna2015-09-271-1/+1
* tests: Update misc/pep8.py to 1.6.2Dieter Verfaillie2015-06-291-2/+2
* scanner: remove unused param_namesDieter Verfaillie2015-06-291-2/+0
* scanner: add "XDG Base Directory" functionsDieter Verfaillie2015-06-201-8/+10
* scanner: Add --symbol-filter-cmdGarrett Regier2015-04-201-1/+15
* scanner: Don't fail when GI_SCANNER_DISABLE_CACHE is setGarrett Regier2015-04-191-2/+2
* scanner: Add --identifier-filter-cmdSimon Feltman2014-06-031-1/+14
* scanner: Replace GInitiallyUnowned field sharing with generic solutionSimon Feltman2014-01-041-6/+7
* scanner: Cleanup exception handling in the transformerSimon Feltman2014-01-041-42/+15
* scanner: Remove typedef namespace cacheSimon Feltman2014-01-041-20/+0
* scanner: Use tag namespace for parsing unionsSimon Feltman2014-01-041-74/+30
* scanner: Add simplified parsing for nested structsSimon Feltman2014-01-041-4/+7
* scanner: Fix parsing for various typedef struct orderingsSimon Feltman2014-01-041-5/+95
* scanner: Support boolean constantsFlorian Müllner2013-11-291-0/+3
* giscanner: don't generate synthetic names for '...' parameterDieter Verfaillie2013-10-081-8/+8
* giscanner: remove dead codeDieter Verfaillie2013-10-081-37/+0
* tests: Update misc/pep8.py to 1.4.6Dieter Verfaillie2013-10-081-2/+1
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-25/+20
* transformer: Remove annotationsJasper St. Pierre2013-05-071-4/+0
* giscanner: prefer "except X as e" over "except X, e"Dieter Verfaillie2013-04-091-12/+12
* scanner: Don't re-parse includes we already foundColin Walters2013-02-271-2/+3
* scanner: internals cleanup: Move pkgconfig list to NamespaceColin Walters2013-02-261-1/+1
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-261-17/+14
* scanner: Synthesize argument names if we don't see oneColin Walters2013-02-261-6/+10
* scanner: Fix use of undeclared variable in previous commitColin Walters2013-02-071-1/+1
* transformer: Ensure that types aren't resolved if we can't find themJasper St. Pierre2013-02-071-4/+26
* transformer: Warn on unnamed params in declarationsJasper St. Pierre2013-02-071-5/+9
* giscanner: Apply standard annotations to constant valuesJasper St. Pierre2013-02-011-4/+1
* giscanner: remove unused variablesDieter Verfaillie2012-11-281-2/+1