summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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
* girepository: Fix leak in write_field_infoDavid King2021-06-181-0/+1
* girepository: Fix leak in _g_ir_parser_parse_fileDavid King2021-06-181-1/+5
* girepository: Fix leak in g_callable_info_invokeDavid King2021-06-181-1/+4
* Make test suite work with cross-related optionsJohn Ericson2021-05-231-7/+0
* Use g_memdup2() with newer versions of GLibEmmanuele Bassi2021-03-121-1/+9
* Merge branch 'objectinfo_nullable' into 'master'Mathieu Duponchelle2020-07-221-14/+14
|\
| * Add missing nullable annotations to GObjectInfoJonne Haß2020-05-261-14/+14
* | Merge branch 'standalone-doc-sections' into 'master'Mathieu Duponchelle2020-07-221-1/+2
|\ \
| * | Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-121-1/+2
* | | meson: also build gi-dump-types on WindowsChristoph Reiter2020-05-192-2/+3
* | | Use `_get_oshandle()` and `g_win32_output_stream_new()` instead sinceGisle Vanem2020-05-151-1/+5
* | | Obs! Change back to `g_unix_output_stream_new()` for non-Win32.Gisle Vanem2020-05-141-1/+1
* | | [Win32] Fix gi-dump-types.c to build on WindowsGisle Vanem2020-05-141-4/+12
|/ /
* | Add missing nullable annotation to g_object_info_get_parentJonne Haß2020-05-141-1/+1