summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gir: fix build as subprojectAndoni Morales Alastruey2022-04-051-11/+11
* gi[callable|type]info.c: Avoid MSVC C4098 warningsChun-wei Fan2022-03-282-4/+4
* giscanner: Support ISO varargs in function macrosPhilip Withnall2022-03-221-1/+22
* giscanner: Support function macros with zero argumentsPhilip Withnall2022-03-221-0/+10
* Post-release version bump to 1.72.1Emmanuele Bassi2022-03-181-1/+1
* Release GObject-Introspection 1.72.01.72.0Emmanuele Bassi2022-03-182-1/+8
* Update GLib's introspection dataEmmanuele Bassi2022-03-184-229/+253
* scanner: Check before accessing an optional fieldEmmanuele Bassi2022-03-181-1/+2
* Update glib introspection dataSebastian Dröge2022-02-201-3/+121
* Clean up the Git ignore fileEmmanuele Bassi2022-02-171-151/+4
* Rename the main development branchEmmanuele Bassi2022-02-174-13/+28
* gitypeinfo: Add pointer-stuffing functions for GITypeTag storage typePhilip Chimento2022-02-162-20/+84
* Post-release version bump to 1.71.1Emmanuele Bassi2022-02-141-1/+1
* Release gobject-introspection 1.71.01.71.0Emmanuele Bassi2022-02-141-0/+19
* scannerparser.y: Include io.h on WindowsChun-wei Fan2022-02-131-0/+4
* bdz.c: Some cleanupsChun-wei Fan2022-02-131-9/+1
* brz.c: Consider _WIN64 for 64-bit pointers tooChun-wei Fan2022-02-131-8/+12
* brz.c: Avoid C4715 warningsChun-wei Fan2022-02-131-1/+3
* docs: Add missing versioned indicesEmmanuele Bassi2022-02-131-0/+16
* Rename argument in the declationEmmanuele Bassi2022-02-131-1/+1
* docs: Add missing symbols to the sections fileEmmanuele Bassi2022-02-131-0/+19
* Use GI_TYPE_TAG_IS_BASICEmmanuele Bassi2022-02-134-6/+6
* Add GI_TYPE_TAG_IS_BASICEmmanuele Bassi2022-02-131-1/+33
* docs: Rename a field annotationEmmanuele Bassi2022-02-131-1/+1
* docs: Reformat a long descriptionEmmanuele Bassi2022-02-131-0/+4
* docs: Remove DocBook tagsEmmanuele Bassi2022-02-1318-246/+117
* Use the proper private triglyphEmmanuele Bassi2022-02-134-5/+4
* girffi: Add gi_type_tag_extract_ffi_return_value()Philip Chimento2022-02-132-26/+62
* girepository: Fix documentation commentsPhilip Chimento2022-02-131-4/+4
* girepository: Clarify SimpleTypeBlob documentationPhilip Chimento2022-02-131-3/+3
* gitypeinfo: Add GI_TYPE_TAG_IS_CONTAINER macroPhilip Chimento2022-02-132-4/+16
* gitypeinfo: Add GI_TYPE_TAG_IS_NUMERIC macroPhilip Chimento2022-02-132-2/+12
* Revert "scanner: Mark colliding properties as not introspectable"Emmanuele Bassi2022-02-134-4/+36
* Update glib introspection dataSebastian Dröge2022-02-122-2/+98
* Document the newly added g-ir-scanner CLI optionEmmanuele Bassi2022-02-122-0/+12
* 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-127-10/+73
* scanner: Fix strict log node emitterEmmanuele Bassi2022-02-121-1/+1
* scanner: Mark colliding properties as not introspectableEmmanuele Bassi2022-02-124-36/+4
* scanner: Use strict_node() for property name collisionEmmanuele Bassi2022-02-121-1/+1
* scanner: Add strict modeEmmanuele Bassi2022-02-124-1/+32
* Handle property name collisionsEmmanuele Bassi2022-02-121-0/+41
* Record: Properties are not supportedbadcel2022-02-101-2/+1
* Fix typos in commentsbadcel2022-02-091-4/+4
* Update glib introspection dataSebastian Dröge2022-02-033-11/+623
* 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-023-6/+10
* ci: ensure to use the downloaded pkg-config.exeAndoni Morales Alastruey2022-01-281-0/+2
* windows: fix build using subprojects with python >=3.8Andoni Morales Alastruey2022-01-282-10/+41