summaryrefslogtreecommitdiff
path: root/giscanner/transformer.py
Commit message (Expand)AuthorAgeFilesLines
* Split disguised attribute into twoEmmanuele Bassi2023-01-081-10/+17
* Add glib:name to enum memberMarc-André Lureau2021-06-201-3/+1
* Revert "Add support for element-type to GListModel"Rico Tzschichholz2020-04-281-3/+0
* Add support for element-type to GListModelEmmanuele Bassi2020-04-261-0/+3
* Revert "Add element-type support to GListModel"Emmanuele Bassi2020-04-261-3/+0
* Add element-type support to GListModelEmmanuele Bassi2020-04-241-0/+3
* Make meson.override_find_program working on more complex use casesThibault Saunier2019-08-151-2/+1
* transformer: only include function macros from headers. See #159Christoph Reiter2019-07-221-0/+4
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-191-3/+21
* Revert "Restore original meaning of disguised attribute."Christoph Reiter2019-01-161-1/+11
* Restore original meaning of disguised attribute.Tomasz Miąsko2019-01-101-11/+1
* scanner: Flatten multi-dimensional arrays fieldsTomasz Miąsko2019-01-071-10/+17
* scanner: Remove incorrect c:type generated for array of synthesized unionsTomasz Miąsko2019-01-061-4/+2
* scanner: Remove incorrect c:type from fields with array typeTomasz Miąsko2019-01-061-12/+1
* scanner: make using bool without stdbool include work again. Fixes #247Christoph Reiter2018-12-211-1/+1
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-281-1/+2
* g-ir-tools: respect gir_dir_prefixKai Kang2018-10-081-0/+1
* 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