Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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-177-12/+98
* Bug 557383 - Virtual method supportColin Walters2009-03-056-4/+170
* Bug 571548 - Generic attributesColin Walters2009-03-038-71/+324
* Add a parent parmeter to g_ir_node_build_typelibColin Walters2009-02-283-38/+41
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-257-33/+64
* Bug 572965 – Allow generic marshaller to be called without parametersJohan Bilien2009-02-241-8/+16
* typelib building: Compress 5 arguments for g_ir_node_build_typelibColin Walters2009-02-203-99/+67
* Further cleanup for commented-out Union discriminator handlingColin Walters2009-02-191-6/+1
* Fix bad merge introduced in commit b006d50Colin Walters2009-02-191-3/+8
* Bug 571373 - Add padding to typelib objectsColin Walters2009-02-192-13/+36
* Bug 571373 - Remove hardcoded sizes/offsets in girnode.cColin Walters2009-02-191-73/+82
* Bug 571373 - Remove hardcoded offsets in ginfo.cColin Walters2009-02-191-4/+6
* Bug 571373 - Consistently use sizeof () inside gtypelib and girmoduleColin Walters2009-02-192-37/+37
* Bug 571373 - Move typelib docs from typelib-format.txt into girepository.hColin Walters2009-02-192-62/+540
* Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-136-46/+54
|\
| * Fix buildRobert Carr2009-02-121-3/+3
| * Add gtk-doc supportJohan Dahlin2009-02-126-43/+51
* | 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
* Rename namespace to namespace_ to make the header compilable with a C++ compilerJohan Dahlin2009-02-101-9/+9
* Bug 551738 - Associate classes with their structsColin Walters2009-02-068-11/+100
* girnode.c: Fix copy & paste errorColin Walters2009-02-051-1/+0
* Add utility functions for invocing closures given a GICallableInfo usingJohan Dahlin2009-02-053-2/+154
* 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
* handle the special case for GObject, whose glib:get-type is listed asDan Winship2009-02-021-0/+2
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-021-2/+3
* Bug 563469 – Arrays not treated correctly in struct offset calculationColin Walters2009-02-021-26/+57
* Undo revision 1075Robert Carr2009-01-291-72/+11
* post_filter_varargs_functions should also filter callbacks. Add tests ofRobert Carr2009-01-291-11/+72
* Only unref the repository if it's actually set.Johan Dahlin2009-01-261-1/+2
* add FT_Int32 add XftFont Report errors when an invalid type is encounteredJohan Dahlin2009-01-161-1/+2
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-153-8/+8
* Bug 562914: Order GI_TYPELIB_PATH before anything elseColin Walters2009-01-121-4/+29
* Bug 567212: Exit after dumpingColin Walters2009-01-121-1/+2
* Bug 567087 - generic marshallerColin Walters2009-01-122-0/+180
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-038-11/+80
* Bug 563998 – Cache the GIBaseInfo for GTypesJohan Bilien2008-12-101-0/+18
* Fix memory leak; unref type info we created, not field infoColin Walters2008-12-011-2/+2
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-256-7/+17
* Remove debug printColin Walters2008-11-251-1/+0
* Bug 561137 - support multiple repositoriesColin Walters2008-11-254-22/+93
* Remove a warning, be less verbose on error on fundamental types.Johan Dahlin2008-11-241-1/+5
* Use sizeof() instead of hard-coding struct sizesColin Walters2008-11-181-8/+8
* Add a comment about keeping hardcoded numbers in g_typelib_check_sanityColin Walters2008-11-181-0/+8
* Add "storage type" to the typelib data for enumsOwen Taylor2008-11-187-14/+172
* Ensure we always call init_globalsColin Walters2008-11-171-6/+5
* g_irepository_get_default is (transfer none)Colin Walters2008-11-171-1/+1