summaryrefslogtreecommitdiff
path: root/girepository/girparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [girepository] Remove trailing whitespaceJohan Dahlin2010-03-241-228/+228
* Make error more verbose in parserBastien Nocera2009-12-091-4/+7
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-1/+19
* Bug 584423 – Add short/ushort supportMark Lee2009-06-221-0/+2
* Bug 585328 - Only set zero_terminated flag for types we know areSimon van der Linden2009-06-171-0/+6
* Bug 585584: Fix warnings in girparser backtrace functionality and compiler.cC. Scott Ananian2009-06-121-3/+6
* Make g-ir-compiler find files installed by make installHolger Hans Peter Freyther2009-06-111-2/+8
* Fix 'Could not find GIR file ...' error to use right filename.Dan Winship2009-03-281-10/+8
* Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECTAndreas Rottmann2009-03-271-2/+0
* Bug 576323 - Fix inner constant parsing Signed-off-by: Didier 'Ptitjes <ptitj...Didier 'Ptitjes2009-03-241-1/+1
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-171-2/+4
* Bug 557383 - Virtual method supportColin Walters2009-03-051-1/+5
* Bug 571548 - Generic attributesColin Walters2009-03-031-1/+51
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-6/+9