summaryrefslogtreecommitdiff
path: root/girepository/girmodule.c
AgeCommit message (Expand)Author
2024-05-16girepository/girparser,girmodule: Use a GPtrArray to hold the dependenciesMarco Trevisan (Treviño)
2024-05-16girepository/girparser: Move dependencies ownership to each moduleMarco Trevisan (Treviño)
2024-05-16girepository/girmodule: Cleanup the temporary dependencies stringMarco Trevisan (Treviño)
2024-05-16girepository/girmodule: Use clearer scope for the build structMarco Trevisan (Treviño)
2024-05-16girepository/girmodule: Cleanup the build stack once we've doneMarco Trevisan (Treviño)
2024-05-16girepository/girmodule: Cleanup the builder types hash keysMarco Trevisan (Treviño)
2024-05-16girepository/girmodule: Free the version, shared library and c prefixMarco Trevisan (Treviño)
2024-01-26Merge branch 'typelib-bytes' into 'main'Philip Withnall
2024-01-26gitypelib: Replace multiple constructors with gi_typelib_new_from_bytes()Philip Withnall
2024-01-26girmodule: Simplify a branch in gi_ir_module_new()Philip Withnall
2024-01-16girmodule: Ensure we actually use unsigned for gi_ir_module_fatal lineMarco Trevisan (Treviño)
2024-01-16girrepository: Replace usage of gsize with standard size_tMarco Trevisan (Treviño)
2024-01-16girepository: Use uint8_t pointers instead of gucharMarco Trevisan (Treviño)
2024-01-16girrepository: Use standard int sized types instead of g[u]int*Marco Trevisan (Treviño)
2024-01-16girepository: Use char instead of glib-specific gcharMarco Trevisan (Treviño)
2024-01-16girrepository: Use void* instead of gpointerMarco Trevisan (Treviño)
2024-01-16girepository: Replace tabs with spaces in indentationMarco Trevisan (Treviño)
2024-01-15girrepository: Drop trailing new line on GMessagesMarco Trevisan (Treviño)
2023-12-18girmodule: Port documentation to gi-docgen and updatePhilip Withnall
2023-11-08girepository: Remove `_` prefix from private functionsPhilip Withnall
2023-11-08girepository: Rename symbols to the GI namespacePhilip Withnall
2023-11-08gir: Rename girnode.h to girnode-private.hEmmanuele Bassi
2023-11-08gir: Rename girmodule.h to girmodule-private.hEmmanuele Bassi
2023-10-25girepository: Add SPDX license header to all obvious filesPhilip Withnall
2023-10-15Move girepositoryEmmanuele Bassi