summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Improve getter function matching heuristicEmmanuele Bassi2021-08-051-8/+13
* scanner: Warn if property annotations are mismatchedEmmanuele Bassi2021-08-051-14/+30
* scanner: Add an heuristic for property gettersEmmanuele Bassi2021-08-051-1/+6
* scanner: Try to pair properties with accessor methodsEmmanuele Bassi2021-08-051-0/+21
* Add annotations for property setters and gettersEmmanuele Bassi2021-08-055-7/+65
* Add new annotations for property accessorsEmmanuele Bassi2021-08-055-7/+53
* Add "final" class attributeEmmanuele Bassi2021-08-054-3/+14
* Update the developer.gnome.org URLsEmmanuele Bassi2021-08-051-1/+1
* Add glib:name to enum memberMarc-André Lureau2021-06-205-6/+9
* scanner: fix enum member c:identifierMarc-André Lureau2021-06-201-1/+5
* giscanner: Improve error handling while parsing macrosDavid King2021-06-181-3/+29
* Make test suite work with cross-related optionsJohn Ericson2021-05-232-1/+8
* scanner: Add more float typesebassi/issue-384Emmanuele Bassi2021-04-261-0/+2
* Merge branch 'mypy-basics' into 'master'Christoph Reiter2020-11-083-4/+5
|\
| * Add basic mypy supportChristoph Reiter2020-11-073-4/+5
* | Merge branch 'define-PY_SSIZE_T_CLEAN' into 'master'Christoph Reiter2020-11-081-0/+1
|\ \
| * | giscanner: always define PY_SSIZE_T_CLEANChristoph Reiter2020-10-061-0/+1
* | | Merge branch 'py-type-assign' into 'master'Christoph Reiter2020-11-081-5/+5
|\ \ \
| * | | Don't assume Py_TYPE being a macroChristoph Reiter2020-10-061-5/+5
| |/ /
* | | Merge branch 'open-cleanup' into 'master'Christoph Reiter2020-11-078-28/+30
|\ \ \
| * | | Always close filesChristoph Reiter2020-11-072-16/+18
| * | | Always pass an encoding to open() using text modeChristoph Reiter2020-11-078-12/+12
| | |/ | |/|
* | | Remove LibtoolImporterChristoph Reiter2020-11-074-98/+9
|/ /
* | monkey patch distutils.cygwinccompiler.get_msvcrjensgoe2020-10-141-0/+30
|/
* Revert "giscanner: Fix section matching for documentation"Mathieu Duponchelle2020-09-291-6/+1
* gicsanner/message.py: Windows: Fix running on different drivesChun-wei Fan2020-09-261-2/+8
* giscanner: Fix section matching for documentationJames Westman2020-09-071-1/+6
* giscanner: Add support for using clang-clChun-wei Fan2020-08-242-6/+30
* Merge branch 'standalone-doc-sections' into 'master'Mathieu Duponchelle2020-07-225-1/+35
|\
| * Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-125-1/+35
* | giscanner: parse block comments for members and fieldsMathieu Duponchelle2020-07-123-19/+66
|/
* dumper: Fix missing symbols in LTO case or with overridden symbol visibility ...Christoph Reiter2020-05-151-2/+2
* flake8: fix invalid placeholder in GtkDocAnnotatable repr format stringChristoph Reiter2020-05-141-1/+1
* Update utils.pyneok2020-05-101-1/+1
* Revert "Add support for element-type to GListModel"Rico Tzschichholz2020-04-284-19/+7
* Add support for element-type to GListModelEmmanuele Bassi2020-04-264-7/+19
* Revert "Add element-type support to GListModel"Emmanuele Bassi2020-04-262-4/+1
* Revert "Generate appropriate docs for ListModel with element-type"Emmanuele Bassi2020-04-261-13/+5
* Generate appropriate docs for ListModel with element-typeEmmanuele Bassi2020-04-241-5/+13
* Add element-type support to GListModelEmmanuele Bassi2020-04-242-1/+4
* Support the gtk-doc action syntaxEmmanuele Bassi2020-04-241-6/+36
* Replace calls to deprecated xml.etree.cElementTreeStephen Gallagher2020-03-262-2/+2
* Windows: Fix building and running on Python 3.8+Chun-wei Fan2020-01-164-1/+53
* Drop deprecated xml.etree.ElementTree.Element.getchildren() callsMiro Hrončok2020-01-061-6/+6
* giscanner: add a --lib-dirs-envvar optionAlexander Kanavin2019-12-133-3/+7
* giscanner: add a --use-ldd-wrapper optionAlexander Kanavin2019-12-132-1/+6
* giscanner: add --use-binary-wrapper optionAlexander Kanavin2019-12-131-0/+14
* Fix a bison deprecation warning for using %error-verboseChristoph Reiter2019-12-111-1/+1
* giscanner/ccompiler.py: Fix macro defines with quotes on MSVCChun-wei Fan2019-11-011-0/+7
* Evaluate the filters when checking library types in resolve_shlibsAlistair Buxton2019-09-271-2/+2