summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-222.79.1upstream/2.79.1Philip Withnall
2024-01-22Merge branch 'fix-dist-docs' into 'main'Emmanuele Bassi
2024-01-21Merge branch 'auto-lock' into 'main'Philip Withnall
2024-01-21Merge branch 'compile-windows-resources-only-shared' into 'main'Philip Withnall
2024-01-21gio, gmodule, gthread: compile windows resources only in shared buildHailey Somerville
2024-01-19Merge branch 'alatiera/gmessage-docs' into 'main'Michael Catanzaro
2024-01-19docs: Fix member names of GLib.LogLevelFlagsJordan Petridis
2024-01-19Merge branch 'wip/smcv/clean-girepository-abi' into 'main'Simon McVittie
2024-01-19Merge branch 'wip/smcv/typo' into 'main'Emmanuele Bassi
2024-01-19girepository: Exclude private symbols from the ABISimon McVittie
2024-01-19gvarianttype: Fix typosSimon McVittie
2024-01-18Merge branch 'altiera/docs' into 'main'Emmanuele Bassi
2024-01-18Merge branch 'test-improvements' into 'main'Marco Trevisan
2024-01-18tests: Disable crash reporting in g_error() path in testing-helperPhilip Withnall
2024-01-18tests: Run more appinfo tests under a GTestDBus environmentPhilip Withnall
2024-01-18Merge branch '3216-girepository-casting' into 'main'Philip Withnall
2024-01-18Merge branch '3155-girepository-more-api-cleanups' into 'main'Philip Withnall
2024-01-18Merge branch 'lcov-clear' into 'main'Emmanuele Bassi
2024-01-18tests: Use g_assert_*() rather than g_assert() in gthash testsPhilip Withnall
2024-01-18tests: Add tests for several GIBaseInfo subclassesPhilip Withnall
2024-01-18gibaseinfo: Add initialiser macro for GIAttributeIterPhilip Withnall
2024-01-18girepository: Add type-checking cast macrosPhilip Withnall
2024-01-18gibaseinfo: Remove need for casting for gi_base_info_ref() and unref()Philip Withnall
2024-01-18girepository: Rework IS_(type) macros to use G_TYPE_CHECK_INSTANCE_TYPEPhilip Withnall
2024-01-18giregisteredtypeinfo: Make abstract and add subtypesPhilip Withnall
2024-01-18giboxedinfo: Add a tag type for boxed typesPhilip Withnall
2024-01-18gienuminfo: Split out GIFlagsInfo as a derived typePhilip Withnall
2024-01-18gicallableinfo: Make abstract and add derived typesPhilip Withnall
2024-01-18gibaseinfo: Allow parent types to be specified for derived typesPhilip Withnall
2024-01-18gibaseinfo: Allow type flags to be specified for derived typesPhilip Withnall
2024-01-18girepository: Add get_type() wrapper macrosPhilip Withnall
2024-01-18girepository: Split GIValueInfo out of gienuminfo.cPhilip Withnall
2024-01-18giroffsets: Uniformly handle alignments as size_tPhilip Withnall
2024-01-18build: Ignore branches in g_clear_*() functions under lcovPhilip Withnall
2024-01-17Add G_*_AUTO_LOCK macrosXavier Claessens
2024-01-17giarginfo: Return indexes as uintsPhilip Withnall
2024-01-16gitypeinfo: Change gi_type_info_get_array_length_index() to return uintPhilip Withnall
2024-01-16gitypeinfo: Remove invalid return value from gi_type_info_get_array_type()Philip Withnall
2024-01-16gitypeinfo: Change gi_type_info_get_array_fixed_size() to return size_tPhilip Withnall
2024-01-16Merge branch 'posix-memalign-zero' into 'main'Marco Trevisan
2024-01-16Merge branch 'gir-standard-types' into 'main'Philip Withnall
2024-01-16girepository: Use single-bit sized elements for the GIIrNode structuresMarco Trevisan (Treviño)
2024-01-16cmph-bdz-test: Use more size_tMarco Trevisan (Treviño)
2024-01-16girepository: Various indentation cleanupsMarco Trevisan (Treviño)
2024-01-16giroffsets: Use size types for size and alignmentsMarco Trevisan (Treviño)
2024-01-16gitypelib: Replace gi_typelib_check_format with compile-time static checks onlyMarco Trevisan (Treviño)
2024-01-16girnode: Use size_t to compute gir node size and ensure value is validMarco Trevisan (Treviño)
2024-01-16girepository: Use size_t to keep track of the number of interfacesMarco Trevisan (Treviño)
2024-01-16gtypelib: Use size_t for size-related argumentsMarco Trevisan (Treviño)
2024-01-16gtypelib: Use proper formatting for sizeof valueMarco Trevisan (Treviño)