summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: enable -Wredundant-declsChristoph Reiter2018-07-291-9/+0
* build: enable -Wswitch-defaultChristoph Reiter2018-07-297-0/+24
* build: enable -Wtype-limitsChristoph Reiter2018-07-291-1/+1
* build: enable -Wimplicit-fallthroughChristoph Reiter2018-07-291-1/+1
* build: enable -WshadowChristoph Reiter2018-07-294-24/+25
* build: enable -Wcast-function-typeChristoph Reiter2018-07-292-2/+2
* build: enable -Wsuggest-attribute=formatChristoph Reiter2018-07-291-0/+3
* build: enable -Wdouble-promotionChristoph Reiter2018-07-291-1/+1
* build: enable -Wincompatible-pointer-typesChristoph Reiter2018-07-291-1/+1
* build: enable -Wdiscarded-qualifiersChristoph Reiter2018-07-292-2/+2
* gdump: Fix print-format error while GFlagsValue->value is an unsigned intRico Tzschichholz2018-07-041-1/+1
* girepository: Properly acquire and check pointer valuesChun-wei Fan2018-04-202-4/+4
* g-ir-scanner: Don't require SRCDIR and BUILDDIR env varsNirbheek Chauhan2018-03-101-2/+6
* meson: Use glib_dep and configinc for girepositoryNirbheek Chauhan2018-03-102-17/+12
* Initial work on meson portPatrick Griffis2018-03-102-0/+213
* docs: Mention GI_TYPELIB_PATHEmmanuele Bassi2018-01-301-2/+14
* Skip unused generic marshallerEmmanuele Bassi2018-01-301-1/+1
* Remove unnecessary transfer annotationEmmanuele Bassi2018-01-301-1/+1
* Increase MAX_NAME_LENLeslie Giles2017-12-191-1/+1
* girepository: Don't skip g_irepository_get_option_group()Patrick Griffis2017-10-221-1/+1
* Use locale-independent functions to parse numbersEmmanuele Bassi2017-09-241-3/+3
* docs: manifest typelib format portabilityNicola Fontana2017-09-101-0/+3
* girepository: Annotate array and array-length parameterRico Tzschichholz2016-12-103-6/+6