summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Catch ValueError exceptions.Johan Dahlin2008-11-192-1/+6
* Switch everything to .tgir conventionColin Walters2008-11-191-2/+4
* Add allow-none for Gio methodColin Walters2008-11-191-0/+8
* fix builddir != srcdirTommi Komulainen2008-11-182-1/+5
* Use sizeof() instead of hard-coding struct sizesColin Walters2008-11-182-8/+13
* 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-189-15/+197
* Add enums to the Everything test moduleOwen Taylor2008-11-183-0/+68
* Catch BadPickleGet exceptions as well.Johan Dahlin2008-11-182-1/+6
* Fix doc comment annotations for test_struct_b_clone()Owen Taylor2008-11-172-3/+8
* fix spelling of GHashTable. #561135Dan Winship2008-11-176-1/+46
* Bug 552568 - All the argv parameters in Gtk.gir map char*** to int8Colin Walters2008-11-177-12/+139
* Ensure we always call init_globalsColin Walters2008-11-172-6/+10
* g_irepository_get_default is (transfer none)Colin Walters2008-11-171-1/+1
* Bug 559706 - Interface prerequisitesColin Walters2008-11-172-1/+18
* Add test for interface prereqColin Walters2008-11-175-1/+93
* Parse interface prerequisitesColin Walters2008-11-171-0/+2
* Also generate new syntaxColin Walters2008-11-171-8/+3
* Bug 559706 - interface prequisitesColin Walters2008-11-176-31/+41
* Respect is_pointer in serialize_type()Owen Taylor2008-11-162-2/+15
* Bug 560825 – Add size and alignment to typelibOwen Taylor2008-11-169-22/+115
* Bug 552371 – implement struct field get/setOwen Taylor2008-11-164-1/+325
* Bug 560241 - Out-arguments should not be marked as being pointers in all casesColin Walters2008-11-162-9/+23
* Bug 560241 - Out-arguments should not be marked as being pointers in all casesColin Walters2008-11-165-8/+67
* ChangelogColin Walters2008-11-151-0/+5
* const char->char to avoid leaking the return value, as pointed out by TommiJohan Dahlin2008-11-142-2/+2
* Rename the int/gtype array tests. Make the return value useful, anJohan Dahlin2008-11-143-13/+36
* Rename gitesttypes.[ch] to everything.[ch]Johan Dahlin2008-11-144-5/+13
* Correct nsversion for GIRepositoryColin Walters2008-11-141-1/+1
* Bug 560708 – Fix zero-termination defaults for arrays with length=Colin Walters2008-11-136-0/+62
* Bug 557788 - Return types for constructors in generated typelib bogusColin Walters2008-11-134-9/+22
* girepository/girffi.c: Fix "Unexpected time for time_t" message.Owen Taylor2008-11-132-1/+6
* Add test_int_in function. Fix test_gtype_in prototypeJohan Dahlin2008-11-132-2/+14
* Remove stray print(s)Johan Dahlin2008-11-132-3/+0
* Remove processing msgColin Walters2008-11-131-1/+0
* Add expected girsColin Walters2008-11-132-0/+80
* Add new files from last commitColin Walters2008-11-134-0/+572
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-1317-578/+290
* g_irepository_dump implementationColin Walters2008-11-135-5/+44
* Add a file to include with Makefile fragments useful for scanner invocationColin Walters2008-11-132-0/+15
* Return strings in filename encoding.Tommi Komulainen2008-11-132-3/+8
* Bug 560253 - Add struture and boxed types to Everything test moduleOwen Taylor2008-11-133-0/+235
* Add a test of GType arrays, a la gtk_list_store_set_columns.Johan Dahlin2008-11-133-0/+18
* Bug 560419 – Cache includes when parsingOwen Taylor2008-11-122-2/+20
* Fix management of ParseContext.includes_modules (#560419)Owen Taylor2008-11-122-3/+16
* Keep aliases and disguised_structures local to each module (#560419)Owen Taylor2008-11-124-71/+138
* Fix mismatches between .gir name and 'name' attribute (#560419)Owen Taylor2008-11-128-19/+28
* Only allow one <namespace/> element per <repository/> (#560419)Owen Taylor2008-11-122-1/+44
* Add a GirParser object to hold the state of a compilationOwen Taylor2008-11-123-32/+105
* Add a UTF-8 encoded filename tooJohan Dahlin2008-11-121-0/+1