summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: Check before accessing an optional fieldEmmanuele Bassi2022-03-181-1/+2
* scannerparser.y: Include io.h on WindowsChun-wei Fan2022-02-131-0/+4
* Revert "scanner: Mark colliding properties as not introspectable"Emmanuele Bassi2022-02-131-3/+0
* Add --compiler argument to g-ir-scannerEmmanuele Bassi2022-02-123-5/+13
* scanner: Validate emitter methodsEmmanuele Bassi2022-02-121-0/+35
* scanner: Add (emitter) annotation for signalsEmmanuele Bassi2022-02-125-10/+67
* scanner: Fix strict log node emitterEmmanuele Bassi2022-02-121-1/+1
* scanner: Mark colliding properties as not introspectableEmmanuele Bassi2022-02-121-0/+3
* scanner: Use strict_node() for property name collisionEmmanuele Bassi2022-02-121-1/+1
* scanner: Add strict modeEmmanuele Bassi2022-02-122-1/+25
* Handle property name collisionsEmmanuele Bassi2022-02-121-0/+41
* Use binary mode buffer for stdout Hu Jialun2022-02-021-1/+1
* CI: use a newer mypy in CI to fix the msys2 jobChristoph Reiter2022-02-021-4/+8
* windows: fix build using subprojects with python >=3.8Andoni Morales Alastruey2022-01-282-10/+41
* build: Avoid the doctemplates hackEmmanuele Bassi2022-01-113-11/+85
* doctool: Add templates_dir CLI argumentEmmanuele Bassi2022-01-112-7/+11
* Add "forever" scopeEmmanuele Bassi2022-01-093-2/+5
* docwriter.py: change DocFormatterGjs to return Uint8ArrayAndy Holmes2021-11-231-1/+1
* giscanner.ast: map uintptr_t and intptr_tMarc-André Lureau2021-10-281-0/+2
* scanner: Handle constructors with mismatched GTypesEmmanuele Bassi2021-08-161-1/+12
* Ignore accessor annotations for non-introspectable propertiesEmmanuele Bassi2021-08-052-3/+29
* 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
|\