summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 563742 – introspection should record the introduced version ofTristan Van Berkom2008-12-099-5/+91
* Don't require HOME to be set and if it set, don't require the directory toJohan Dahlin2008-12-082-1/+13
* yay for scripts checking number of newlinesJohan Dahlin2008-12-081-0/+1
* Dump the cache file to a temporary file and rename it the expectedJohan Dahlin2008-12-082-7/+27
* Annotate g_file_info_get_icon, g_file_info_get_attribute_object.Colin Walters2008-12-071-0/+12
* raise YY_BUF_SIZE to 65536 up from the default 16384.Christophe Fergeau2008-12-032-0/+12
* ChangeLogColin Walters2008-12-011-0/+5
* Fix memory leak; unref type info we created, not field infoColin Walters2008-12-011-2/+2
* Remove tabs, fixes make checkJohan Dahlin2008-12-011-1/+1
* Bug 562289 – Race when removing invalid cacheJohan Dahlin2008-11-302-1/+11
* Add return value transfer annotation for g_markup_escape_text.Johan Dahlin2008-11-272-0/+10
* Add --libtool option which we expect Automake-using people to passColin Walters2008-11-268-5/+40
* Remove hand-rolled generation of .tgirColin Walters2008-11-262-5/+7
* Post release version bumpJohan Dahlin2008-11-252-1/+6
* Release 0.6.1GOBJECT_INTROSPECTION_0_6_1Johan Dahlin2008-11-252-0/+49
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-2514-28/+92
* Remove debug printColin Walters2008-11-251-1/+0
* Bug 561137 - support multiple repositoriesColin Walters2008-11-254-22/+93
* Revert earlier libtool change, there's no needJohan Dahlin2008-11-253-24/+2
* Define socklen_t as an alias for int32.Johan Dahlin2008-11-252-4/+8
* Bump required automake version to 1.9; 1.7 failsColin Walters2008-11-251-1/+1
* fix link failure when introspecting girepository itselfTommi Komulainen2008-11-251-11/+15
* prefer uninstalled libraries to installed onesTommi Komulainen2008-11-251-7/+13
* Execute the dumper program through libtool if it's installed, so we avoidJohan Dahlin2008-11-253-6/+32
* Remove a warning, be less verbose on error on fundamental types.Johan Dahlin2008-11-242-2/+11
* Add license headers, refactor into a class, avoid some duplication and doJohan Dahlin2008-11-232-70/+155
* Make it compilable with -Werror on my system by adding a couple ofJohan Dahlin2008-11-233-0/+18
* Bug 562022 – gobject-introspection needs python headersJohan Dahlin2008-11-232-1/+8
* Add time_t to EverythingColin Walters2008-11-212-2/+7
* Bug 561617 – Return value array annotationsJohan Dahlin2008-11-216-2/+53
* Annotate g_app_info_get_iconColin Walters2008-11-211-0/+6
* tests/everything/everything.c: (test_closure_one_arg): set the value to 0Johan Bilien2008-11-201-0/+1
* add a test function which calls a closure.Johan Bilien2008-11-203-0/+52
* Add Gio Unix bits to the Gio.gir if availableColin Walters2008-11-192-1/+10
* Add TestObj with static methodsColin Walters2008-11-192-0/+43
* Annotate g_app_info_get_allColin Walters2008-11-191-0/+6
* 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