summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* docs: Clarify return value documentationEmmanuele Bassi2016-05-181-1/+1
* docs: Fix return value descriptionEmmanuele Bassi2016-05-181-1/+1
* gdump: do not leak gfile objectsPaolo Borelli2016-05-081-1/+8
* girepository: Merge overrides with the regular search pathCarlos Garnacho2016-05-021-29/+3
* Fix code styleChun-wei Fan2016-03-171-4/+6
* cmph/bdz.c: Work Around MSVC 2012 x64 Compiler BugChun-wei Fan2016-03-161-0/+6
* girepository: Fix some memory leaks in gdump.cPhilip Withnall2016-02-261-0/+8
* Revert "libgirepository: Refuse to run in setuid applications"Colin Walters2015-12-091-13/+0
* girepository: Fix memory leak in g_irepository_get_dependencies()Garrett Regier2015-11-201-3/+5
* repository: Fix format string error in previous commitColin Walters2015-10-121-1/+1
* girepository: Use constant time calculation for sections after Object fieldsSimon Feltman2015-10-106-53/+101
* girparser: Avoid a crash with an unset transfer annotationColin Walters2015-10-041-2/+2
* girepository: Drop executable bits from cmph .[ch] filesColin Walters2015-10-0410-0/+0
* girepository: Add missing includeColin Walters2015-09-261-0/+1
* gitypeinfo: Expand documentation for g_type_info_is_pointer()Philip Withnall2015-09-261-0/+5
* libgirepository: Refuse to run in setuid applicationsColin Walters2015-09-241-0/+12
* girepository: Remove "optimization" for found prefixesJasper St. Pierre2015-07-271-11/+0
* girepository: Support GError exceptions on callbacksGarrett Regier2015-06-214-13/+25
* girepository: Add g_struct_info_find_field()Garrett Regier2015-06-212-0/+47
* scanner/girepository: remove GdkRectangle->CairoRectangleInt automatic conver...Lionel Landwerlin2015-05-111-12/+0
* Fix docs for g_irepository_get_shared_library()Garrett Regier2015-03-101-5/+6
* girepository: Add g_irepository_get_immediate_dependencies()Philip Withnall2015-02-164-10/+131
* girepository: Document semantics of dependencies and includes betterPhilip Withnall2015-02-161-4/+4
* girepository: Fix NULL return from g_irepository_get_dependencies()Philip Withnall2015-02-161-1/+9
* build: Export Symbols Using Compiler DirectivesChun-wei Fan2014-08-151-197/+0
* girepository: Add Header for Version MacrosChun-wei Fan2014-08-1522-0/+505
* girepository: Include config.h First in All SourcesChun-wei Fan2014-07-0720-6/+40
* Parse and expose ownership transfer for instance parametersGiovanni Campagna2014-07-037-6/+108
* gibaseinfo: Expand g_base_info_iterate_attributes() documentationPhilip Withnall2014-06-231-1/+4
* girepository: change giarginfo docsRyan Lortie2014-05-141-3/+8
* compiler: girparser: parse 'nullable' attributeRyan Lortie2014-05-061-1/+16
* girepository: ArgBlob: rename allow_none parameterRyan Lortie2014-05-065-11/+11
* g-ir-compiler: Add support for callback fields on GObjectsSimon Feltman2014-02-273-50/+71
* giobjectinfo: Add missing transfer annotation to find_signal ()Rico Tzschichholz2014-01-231-1/+1
* typelib compiler: properly initialise memoryRyan Lortie2013-12-302-1/+4
* scanner: Support boolean constantsFlorian Müllner2013-11-291-2/+2
* girnode: Fix a NULL pointer deference if a namespace can’t be foundPhilip Withnall2013-11-061-0/+5
* GIVFuncInfo: allow retrieving the address of an interface vfuncGiovanni Campagna2013-10-221-5/+31
* docs: fix up reference docs a bitDieter Verfaillie2013-10-1043-449/+1018
* girepository: remove glib-compatDieter Verfaillie2013-10-093-27/+0
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-1/+2
* giscanner: store code before and after comment blockDieter Verfaillie2013-10-081-1/+1
* Use case insensitive compare for signal "when" attributeSimon Feltman2013-10-051-2/+2
* g_irepository_dump: Update doc to match codeSimon Kågedal Reimer2013-06-051-2/+4
* Add printf attributeChristian Persch2013-05-051-0/+3
* typelib: Also ignore typelibs with empty c:prefixColin Walters2013-04-151-1/+1
* girparser: Also honor legacy c:prefixColin Walters2013-04-151-0/+3
* gitypelib: And another fix for empty stringsColin Walters2013-04-081-3/+12
* typelib: Fix logic error in previous commitColin Walters2013-04-081-3/+8
* typelib: Only malloc once during string iterationColin Walters2013-04-081-8/+60