summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add missing nullable annotation to g_irepository_get_shared_libraryJonne Haß2020-05-141-1/+1
|/
* girepository: Add GITypeInfo utility functions for storing values in pointersPhilip Chimento2020-04-262-0/+182
* girepository: Add 1.66 version macroPhilip Chimento2020-04-261-0/+6
* Revert "Revert "Meson: Fix build when glib is built as subproject""Xavier Claessens2020-04-242-1/+4
* Revert "Meson: Fix build when glib is built as subproject"Emmanuele Bassi2020-04-242-4/+1
* Meson: Fix build when glib is built as subprojectXavier Claessens2020-04-222-1/+4
* Fix build reproducibilityJoshua Watt2019-12-111-4/+0
* girepository: Also store GType cache missesCarlos Garnacho2019-11-141-1/+14
* girepository: Fix memory leakPhilip Chimento2019-10-101-0/+2
* build: use proper dylib versioning on macOSTom Schoonjans2019-09-101-1/+11
* Make meson.override_find_program working on more complex use casesThibault Saunier2019-08-151-0/+4
* structinfo: Fix offset in find_method()Florian Müllner2019-08-141-4/+1
* meson: don't pass "install" to configure_file() unless really neededChristoph Reiter2019-07-261-1/+0
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-191-1/+6
* girepository: Return pointer array for interface cachePhilip Chimento2019-06-202-4/+4
* build: Force-include msvc_recommended_pragmas.h on Visual StudioChun-wei Fan2019-04-302-31/+50
* Fix a possible use-after-free.Elliott Sales de Andrade2019-02-021-1/+1
* Fix possible leak of transitive dependency name.Elliott Sales de Andrade2019-02-021-1/+2
* repository: Fix annotation for g_irepository_get_object_gtype_interfaces()Rico Tzschichholz2019-01-161-2/+2
* repository: g_irepository_get_object_gtype_interfacesColin Walters2019-01-092-0/+105
* ci: enable -Werror for msys2+mesonChristoph Reiter2019-01-012-0/+3
* Cleanup strict-prototypes warningsTomasz Miąsko2018-12-203-5/+4
* meson: add default compiler warning flags and enable -Werror on CIChristoph Reiter2018-12-182-5/+40
* meson: Use `copy` instead of an empty configurationEmmanuele Bassi2018-12-181-1/+1
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-165-1/+179
* baseinfo: don't abort when calling g_base_info_get_name() on a GITypeInfo. Fi...Christoph Reiter2018-12-151-0/+1
* giobjectinfo: Fix some documentation for find_vfunc_using_interfacesJasper St. Pierre2018-12-151-2/+2
* docs: Field offsets are in the units of bytesTomasz Miąsko2018-12-141-1/+1
* docs: Remove everything not related to libgirepository and restructure. Fixes...Christoph Reiter2018-12-143-3/+3
* docs: fix gtk-doc warnings and update version infosChristoph Reiter2018-12-0922-48/+55
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-281-1/+8
* girnode: remove wrongly added g_assert_not_reached(). Fixes #218Christoph Reiter2018-08-031-1/+1
* girepository: port from g_type_class_add_private() to G_ADD_PRIVATE()Christoph Reiter2018-07-301-5/+2