about summary refs log tree commit diff
path: root/gir
AgeCommit message (Collapse)Author
2025-08-02Add parameter names to function typesAlexey Yerin
It's compatible with both old versions of Hare that allowed not naming the parameter and the upcoming release with (_: type) syntax.
2025-03-21gir: parse & discard doc attrs/elemsDrew DeVault
Signed-off-by: Drew DeVault <drew@ddevault.org>
2025-03-21gir: Discard inline functions and methodsAlexey Yerin
They are not useful for generating bindings.
2025-02-17all: updates for nomem upstreamDrew DeVault
2024-04-30Add newly introduced callable propertiesAlexey Yerin
2023-10-04Update for opaque and other Hare changesAlexey Yerin
2023-08-11Add a workaround for function pointer assignabilityAlexey Yerin
*fn() is no longer assignable to *alias_to_fn.
2023-06-03Fill uninitialized fieldsAlexey Yerin
2023-05-28Initial commitAlexey Yerin