summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gimarshallingtests: Add some-string property to PropertiesObjectMarco Trevisan (Treviño)2022-01-112-0/+17
* regress: Add a function to enable conversion between different fundamentalMarco Trevisan (Treviño)2022-01-114-147/+184
* Regress: Add further subtype of fundamental with no set/get functionsMarco Trevisan (Treviño)2022-01-114-151/+242
* regress: Add Fundamental type with no set/get-value-func'sMarco Trevisan (Treviño)2022-01-1126-149/+1184
* ci: Update the Docker imagesEmmanuele Bassi2022-01-113-4/+4
* ci: Update the installed version of MesonEmmanuele Bassi2022-01-114-4/+4
* cmph: Handle fgets() return valueEmmanuele Bassi2022-01-111-1/+1
* build: Do not use deprecated APIEmmanuele Bassi2022-01-112-11/+11
* build: Avoid the doctemplates hackEmmanuele Bassi2022-01-114-22/+98
* Depend on Meson >= 0.58.2Emmanuele Bassi2022-01-111-1/+1
* doctool: Add templates_dir CLI argumentEmmanuele Bassi2022-01-112-7/+11
* Add "forever" scopeEmmanuele Bassi2022-01-098-11/+22
* license: Update FSF addressDavid King2022-01-092-7/+6
* Update giannotations.rst Emmanuele Bassi2021-12-071-9/+9
* Update build_test.rst Emmanuele Bassi2021-12-071-21/+5
* gitypelib.c: on macOS, treat @-prefixed shlib paths as absoluteRok Mandeljc2021-11-271-0/+10
* Do not use GLib versioning symbolsEmmanuele Bassi2021-11-241-30/+40
* Correct logic for legacy ffi free_closureCimbali2021-11-231-1/+2
* Remove runtime warnings, add doxygen deprecation noticesCimbali2021-11-231-8/+8
* Fix styling issues from suggestionsEmmanuele Bassi2021-11-231-5/+7
* Avoid leaking memory from FFI closure if no segfault riskCimbali2021-11-232-4/+13
* Create new API for libffi closuresCimbali2021-11-233-16/+94
* girffi.h: add g_callable_info_get_closure_native_address() APISergei Trofimovich2021-11-232-0/+22
* girffi.c: fix return value for g_callable_info_prepare_closure()Sergei Trofimovich2021-11-231-4/+1
* Open g-i for 1.71 developmentEmmanuele Bassi2021-11-231-1/+1
* docwriter.py: change DocFormatterGjs to return Uint8ArrayAndy Holmes2021-11-231-1/+1
* ci: Fix pcre subproject promotionEmmanuele Bassi2021-11-071-1/+1
* docs: Point to the GObject reference on docs.gtk.orgEmmanuele Bassi2021-11-072-5/+3
* docs: Point to the GitLab page for libgrepository's API referenceEmmanuele Bassi2021-11-072-3/+3
* docs: Fix documentation links in the GIR schemaEmmanuele Bassi2021-11-071-6/+6
* giscanner.ast: map uintptr_t and intptr_tMarc-André Lureau2021-10-281-0/+2
* Post-release version bump to 1.70.1masterEmmanuele Bassi2021-09-171-1/+1
* Relase GObject-Introspection 1.701.70.0gi-release-1-70Emmanuele Bassi2021-09-172-1/+6
* Update the annotations for GLib 2.70Emmanuele Bassi2021-09-173-4/+47
* Update the GLib annotationsglib-annotationsEmmanuele Bassi2021-08-241-9/+11
* Post-release version bump to 1.69.1Emmanuele Bassi2021-08-241-1/+1
* Release gobject-introspection 1.69.01.69.0Emmanuele Bassi2021-08-241-0/+16
* scanner: Handle constructors with mismatched GTypesEmmanuele Bassi2021-08-161-1/+12
* docs: Fix the "final" attribute in the GIR schemaEmmanuele Bassi2021-08-051-1/+1
* Ignore accessor annotations for non-introspectable propertiesEmmanuele Bassi2021-08-052-3/+29
* Improve readability of error messageEmmanuele Bassi2021-08-051-3/+3
* Improve getter function matching heuristicEmmanuele Bassi2021-08-051-8/+13
* scanner: Warn if property annotations are mismatchedEmmanuele Bassi2021-08-052-17/+37
* docs: Clarify scope of property-related annotationsEmmanuele Bassi2021-08-051-4/+4
* Use a macro for the missing accessor sentinel valueEmmanuele Bassi2021-08-053-8/+10
* scanner: Add an heuristic for property gettersEmmanuele Bassi2021-08-051-1/+6
* scanner: Try to pair properties with accessor methodsEmmanuele Bassi2021-08-052-2/+30
* docs: Clarify the meaning of accessor functionsEmmanuele Bassi2021-08-051-4/+16
* Document the new property accessors annotationsEmmanuele Bassi2021-08-052-0/+12
* tests: Add a Regress test for the property accessors annotationsEmmanuele Bassi2021-08-052-5/+9