summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fail gracefully with an informative error message when recursion isOwen Taylor2008-11-111-5/+29
* 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 560252 - Compute field offsets before writing typelibOwen Taylor2008-11-114-1/+436
* Bug 560250 - Fully parse included modulesOwen Taylor2008-11-115-22/+177
* Split g_ir_ffi_get_ffi_type() out from ginvoke.cOwen Taylor2008-11-114-72/+139
* Bug 560248 – "disguised structures"Owen Taylor2008-11-102-0/+45
* Don't use nested scope local variable for errorColin Walters2008-11-051-4/+3