summaryrefslogtreecommitdiff
path: root/girepository/girparser.c
Commit message (Expand)AuthorAgeFilesLines
* Add introspection data for property accessorsEmmanuele Bassi2021-08-051-0/+7
* Add new annotations for property accessorsEmmanuele Bassi2021-08-051-0/+23
* Add "final" class attributeEmmanuele Bassi2021-08-051-0/+3
* girepository: Fix leak in _g_ir_parser_parse_fileDavid King2021-06-181-1/+5
* Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-121-1/+2
* Fix build reproducibilityJoshua Watt2019-12-111-4/+0
* Make meson.override_find_program working on more complex use casesThibault Saunier2019-08-151-0/+4
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-191-1/+6
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-281-1/+8
* build: enable -Wswitch-defaultChristoph Reiter2018-07-291-0/+2
* build: enable -Wimplicit-fallthroughChristoph Reiter2018-07-291-1/+1
* build: enable -WshadowChristoph Reiter2018-07-291-1/+2
* girparser: Avoid a crash with an unset transfer annotationColin Walters2015-10-041-2/+2
* girepository: Include config.h First in All SourcesChun-wei Fan2014-07-071-1/+2
* Parse and expose ownership transfer for instance parametersGiovanni Campagna2014-07-031-5/+69
* compiler: girparser: parse 'nullable' attributeRyan Lortie2014-05-061-1/+16
* girepository: ArgBlob: rename allow_none parameterRyan Lortie2014-05-061-2/+2
* g-ir-compiler: Add support for callback fields on GObjectsSimon Feltman2014-02-271-20/+21
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-1/+2
* Use case insensitive compare for signal "when" attributeSimon Feltman2013-10-051-2/+2
* girparser: Also honor legacy c:prefixColin Walters2013-04-151-0/+3
* girparser: Serialize and read back the instance_parameterJasper St. Pierre2013-02-011-0/+5
* girparser: Clean up passthrough handlingJasper St. Pierre2013-02-011-6/+4
* girparser: Move <doc> handling to passthroughJasper St. Pierre2013-02-011-27/+6
* girepository: gchar is a signed typeMartin Pitt2013-01-111-1/+2
* girepository: Remove C99ism and other updatesChun-wei Fan2012-10-271-6/+27
* repository: Ensure error is set if we're parsing a malformed fileJean Bréfort2012-02-171-4/+5
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
* girepository: Add GI_VFUNC_THROWSColin Walters2012-02-031-0/+7
* parser: prevents a segfault when _g_ir_parser_parse_string returns NULL error...Alberto Ruiz2011-10-181-0/+5
* Fix g_type_info_is_pointer() for overriden types of arguments.Pavel Holejsovsky2011-09-121-0/+4
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-0/+17
* Switch to storing string form of error quarksDan Winship2011-08-121-0/+4
* Deprecate ErrorDomainDan Winship2011-08-121-78/+3
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-131-0/+14
* girparser: use c:identifier-prefixes instead of c:prefixSerkan Kaba2011-03-261-1/+1
* Add "c:identifier" attribute to GIrNodeValue (for flags and enum values).GOBJECT_INTROSPECTION_0_10_3Laszlo Pandy2011-02-231-0/+6
* Fix argument name of MISSING_ATTRIBUTE macro ('ctx' => 'context').Laszlo Pandy2011-02-171-1/+1
* Add support for g[u]intptr in scanner and girwriter.Pavel Holejsovsky2011-01-131-3/+5
* Don't emit shadowed methods into the typelibAndreas Rottmann2010-12-071-1/+4
* girepository: Consistently prefix internal functions with _Colin Walters2010-11-161-48/+48
* Add support for gunichar in typelibColin Walters2010-11-121-1/+2
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-5/+5
* Actually do something about fundamentals when parsing a .girTomeu Vizoso2010-09-291-0/+2
* typelib compiler: Passthrough <doc> at any pointColin Walters2010-09-141-1/+1
* [VFuncBlob] Unknown struct offset should be 0xFFFFSteve Frécinaux2010-09-061-1/+1
* scanner: Fix previous rename-to handling commitColin Walters2010-09-031-1/+1
* scanner: Fix rename-to handlingColin Walters2010-09-031-0/+5
* Major rewriteColin Walters2010-08-311-38/+71
* Use GLib types consistentlyColin Walters2010-08-311-29/+29