summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 559706 - Interface prerequisitesColin Walters2008-11-171-1/+5
* Add test for interface prereqColin Walters2008-11-171-1/+1
* Bug 559706 - interface prequisitesColin Walters2008-11-172-30/+28
* Respect is_pointer in serialize_type()Owen Taylor2008-11-161-2/+4
* Bug 560825 – Add size and alignment to typelibOwen Taylor2008-11-166-18/+70
* Bug 552371 – implement struct field get/setOwen Taylor2008-11-163-0/+315
* Bug 560241 - Out-arguments should not be marked as being pointers in all casesColin Walters2008-11-161-9/+17
* Bug 557788 - Return types for constructors in generated typelib bogusColin Walters2008-11-131-1/+5
* girepository/girffi.c: Fix "Unexpected time for time_t" message.Owen Taylor2008-11-131-1/+1
* Remove processing msgColin Walters2008-11-131-1/+0
* Add new files from last commitColin Walters2008-11-131-0/+386
* g_irepository_dump implementationColin Walters2008-11-133-2/+33
* 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-123-71/+123
* 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-122-31/+94
* Fix minor memory leak.Tommi Komulainen2008-11-121-1/+2
* Change the element type from utf8 to filename Special case filenameJohan Dahlin2008-11-122-2/+3
* Add a g_irepository_get_search_path, so we can access the search pathsJohan Dahlin2008-11-122-0/+16
* 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
* Compute field offsets and overall size for object structuresOwen Taylor2008-11-112-0/+24
* Search provided include dirs before the default directories.Owen Taylor2008-11-111-8/+8
* Include fully-qualified names in all error messages.Owen Taylor2008-11-111-18/+26