summaryrefslogtreecommitdiff
path: root/girepository/girparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move alias target to <type>Colin Walters2010-08-311-27/+72
* [gircompiler] Clean up parsingColin Walters2010-08-171-37/+60
* [girparser] Cleanly pass through c:includeColin Walters2010-08-171-0/+13
* Don't include machine-dependent integral types in the typelibColin Walters2010-07-091-13/+56
* Remove trailing whitespaceJohan Dahlin2010-07-091-1/+1
* Add support for non-GObject fundamental objectsJohan Dahlin2010-07-091-0/+19
* Move doc to toplevel element, write <any> for unknown containersColin Walters2010-07-081-0/+27
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-241-1/+8
* [girparser] Remove backtrace()Colin Walters2010-06-221-29/+0
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-171-794/+687
* More explicitly document how we'll use the version= attribute on repositoryColin Walters2010-06-171-1/+6
* Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin2010-06-171-686/+793
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-161-793/+686
* [girparser] Annotate return transfer for public APIJohan Dahlin2010-06-121-2/+2
* Use a default value for transfer-ownership in properties.Tomeu Vizoso2010-06-081-4/+7
* Support the (transfer) annotation for properties.Tomeu Vizoso2010-06-081-0/+42
* Philip, you didn't write all of thisJohan Dahlin2010-06-081-0/+1
* Fix marshalling of GStrv.GOBJECT_INTROSPECTION_0_6_13Tomeu Vizoso2010-06-021-0/+3
* [gtypelib.ch] Rename to gitypelib.chJohan Dahlin2010-05-311-1/+1
* [girparser] Don't hard require caller-allocates since it breaks parsingColin Walters2010-05-261-8/+3
* Support (out caller-allocates)Colin Walters2010-05-261-7/+13
* girparser: backtrace_stderr: fix int/ssize_t format mismatchSimon McVittie2010-05-191-1/+1
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-15/+33
* Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2010-05-031-33/+15
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-04-301-15/+33
* Add support for foreign structsJohan Dahlin2010-03-251-0/+4