summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 557898 – Fails to build on OSX 10.4Tommi Komulainen2008-11-011-5/+0
* Bug 558068 – when invoking a method, offset the in arguments by one, notJohan Bilien2008-10-271-1/+1
* Bug 557791 – g_irepository_require() could return a GTypelib *Colin Walters2008-10-252-9/+10
* Bug 557786 - support fixed size arraysColin Walters2008-10-256-4/+44
* Bug 557076 - move typelibs to $libdirColin Walters2008-10-251-8/+8
* Be quiet, do not warn about unhandled members.Johan Dahlin2008-10-241-3/+5
* Export two private methods to avoid an compiler warningJohan Dahlin2008-10-242-3/+3
* Only use SHLIB_SUFFIX on darwin, otherwise use G_MODULE_SUFFIX, we cannotJohan Dahlin2008-10-241-0/+5
* Bug 557623 - Constructors shouldn't be flagged as methods.Lucas Rocha2008-10-241-1/+2
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-231-14/+12
* Bug 557468 – Support for GI_TYPELIB_PATHJohan Bilien2008-10-231-9/+32
* fix some build warnings.Lucas Rocha2008-10-224-4/+6
* Bug 557405 – Use 'allow-none' consistentlyTommi Komulainen2008-10-226-15/+15
* Respect path ordering for unversioned requiresColin Walters2008-10-211-3/+20
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-217-6/+43
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-206-5/+21
* 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-166-46/+55
* Bug 556541 – access union members through UnionBlob rather thanTommi Komulainen2008-10-161-2/+2
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-162-8/+16
* Bug 556434 – unhandled interface/object/... member typesTommi Komulainen2008-10-151-5/+42
* refactor common code for processing members to a functionTommi Komulainen2008-10-151-181/+101
* Bug 556174 – parse types for lists etc.Tommi Komulainen2008-10-151-12/+15
* Bug 556400 – Fails to build on OS X 10.4Tommi Komulainen2008-10-151-1/+1
* add g_union_info_find_methodJohan Bilien2008-10-142-0/+18
* Document g_irepository_get_dependenciesColin Walters2008-10-132-2/+16