summaryrefslogtreecommitdiff
path: root/girepository/girparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-131-2/+6
|\
| * Add gtk-doc supportJohan Dahlin2009-02-121-2/+6
* | Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-111-23/+37
|/
* Bug 571248 - Ignore unknown elements in girparserColin Walters2009-02-111-10/+17
* Bug 569633 – Typelib compiler fails with vararg callbacksRober Carr2009-02-101-11/+89
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-0/+7
* Bug 555960 - Nested structs and unions (generation portion)Colin Walters2009-02-041-16/+57
* Bug 555960 - nested structs and unionsColin Walters2009-02-041-67/+83
* Undo revision 1075Robert Carr2009-01-291-72/+11
* post_filter_varargs_functions should also filter callbacks. Add tests ofRobert Carr2009-01-291-11/+72
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-151-1/+1
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-1/+21
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-251-1/+3
* Add test for interface prereqColin Walters2008-11-171-1/+1
* Bug 559706 - interface prequisitesColin Walters2008-11-171-29/+22
* Bug 560241 - Out-arguments should not be marked as being pointers in all casesColin Walters2008-11-161-9/+17
* Bug 560419 – Cache includes when parsingOwen Taylor2008-11-121-2/+12
* Fix management of ParseContext.includes_modules (#560419)Owen Taylor2008-11-121-3/+8
* Keep aliases and disguised_structures local to each module (#560419)Owen Taylor2008-11-121-69/+69
* Only allow one <namespace/> element per <repository/> (#560419)Owen Taylor2008-11-121-1/+23
* Add a GirParser object to hold the state of a compilationOwen Taylor2008-11-121-21/+79
* Bug 560474 – g-ir-compiler crashes when compiling the glib girJohan Bilien2008-11-121-1/+1
* Bug 560404 – Prefix types when resolving aliases in included modulesOwen Taylor2008-11-111-7/+27
* Search provided include dirs before the default directories.Owen Taylor2008-11-111-8/+8
* girepository/girparser.c: Remove an unused variable.Owen Taylor2008-11-111-1/+0
* Remove field offsets from g-ir-generate output and test inputsOwen Taylor2008-11-111-6/+0
* Bug 560250 - Fully parse included modulesOwen Taylor2008-11-111-22/+78