summaryrefslogtreecommitdiff
path: root/girepository/girparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 560248 – "disguised structures"Owen Taylor2008-11-101-0/+44
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-1/+6
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-231-14/+12
* fix some build warnings.Lucas Rocha2008-10-221-0/+1
* Bug 557405 – Use 'allow-none' consistentlyTommi Komulainen2008-10-221-5/+5
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-211-1/+8
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-1/+5
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-1/+1
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-9/+5
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-17/+24
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-7/+15
* Bug 556174 – parse types for lists etc.Tommi Komulainen2008-10-151-12/+15