summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* gitypelib-internal: Use a switch to check if blob is a registered typeMarco Trevisan (Treviño)2023-04-101-0/+28
* Special-case pointer-sized value typesEmmanuele Bassi2023-03-201-13/+44
* Protect ourselves against properties with no default valueEmmanuele Bassi2023-03-201-1/+4
* Use the pointer attribute in libgirepositoryEmmanuele Bassi2023-01-084-20/+75
* Add copy and free function annotations for POD typesEmmanuele Bassi2023-01-089-10/+194
* Open g-i 1.75 developmentEmmanuele Bassi2023-01-081-0/+14
* Skip default-value for non-transformable propertiesEmmanuele Bassi2023-01-081-10/+22
* Dump the default value of object propertiesEmmanuele Bassi2023-01-081-2/+45
* Add missing (void) arguments to comply with -Wstrict-prototypesMarco Trevisan (Treviño)2022-10-061-1/+1
* cmph: Do not set debug variables if debug is not setMarco Trevisan (Treviño)2022-10-061-1/+3
* docs: Remove inaccurate descriptionPhilip Chimento2022-08-061-2/+1
* build: disable some clang warnings for code not under our controlChristoph Reiter2022-07-191-0/+1
* gi[callable|type]info.c: Avoid MSVC C4098 warningsChun-wei Fan2022-03-282-4/+4
* gitypeinfo: Add pointer-stuffing functions for GITypeTag storage typePhilip Chimento2022-02-162-20/+84
* 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
* Rename argument in the declationEmmanuele Bassi2022-02-131-1/+1
* 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
* girepository: avoids segfault in case of bad gtypeLukas Oberhuber2022-01-121-1/+3
* cmph: Handle fgets() return valueEmmanuele Bassi2022-01-111-1/+1
* Add "forever" scopeEmmanuele Bassi2022-01-093-6/+14
* 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
* 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-231-0/+3
* 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
* Improve readability of error messageEmmanuele Bassi2021-08-051-3/+3
* Use a macro for the missing accessor sentinel valueEmmanuele Bassi2021-08-053-8/+10
* Add introspection data for property accessorsEmmanuele Bassi2021-08-057-1/+156
* Add new annotations for property accessorsEmmanuele Bassi2021-08-054-6/+58
* Property accessors work for interfaces and objectsEmmanuele Bassi2021-08-051-4/+16
* Add "final" class attributeEmmanuele Bassi2021-08-058-3/+54
* Add version macros for 1.70Emmanuele Bassi2021-08-051-0/+6
* Initialise argumentEmmanuele Bassi2021-06-241-1/+1
* girepository: Fix leak in prefix_with_contextDavid King2021-06-181-1/+3
* girepository: Fix leak in write_vfunc_infoDavid King2021-06-181-1/+4